1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
<path fill="#000000" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 11.9993,1.99809C 15.3122,1.99809 17.9993,4.66195 17.9993,7.94808C 17.9993,12.4106 11.9993,18.9981 11.9993,18.9981C 11.9993,18.9981 5.99931,12.4106 5.99931,7.94808C 5.99931,4.66195 8.68645,1.99809 11.9993,1.99809 Z M 12,6C 10.8954,6 10,6.89543 10,8C 10,9.10457 10.8954,10 12,10C 13.1046,10 14,9.10457 14,8C 14,6.89543 13.1046,6 12,6 Z M 20,19C 20,21.2091 16.4183,23 12,23C 7.58172,23 4,21.2091 4,19C 4,17.7111 5.21924,16.5646 7.11252,15.833L 7.74559,16.7372C 6.66672,17.1892 6,17.8121 6,18.5C 6,19.8807 8.68629,21 12,21C 15.3137,21 18,19.8807 18,18.5C 18,17.8121 17.3333,17.1892 16.2544,16.7371L 16.8875,15.833C 18.7807,16.5646 20,17.7111 20,19 Z "/>
</svg>
|