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-linejoin="round" d="M 12,4C 15.3137,4 18,6.68629 18,10C 18,12.973 15.8377,15.441 13,15.917L 13,18L 15,18L 15,20L 13,20L 13,22L 11,22L 11,20L 9,20L 9,18L 11,18L 11,15.917C 8.16229,15.441 6,12.973 6,10C 6,6.68629 8.68629,4 12,4 Z M 12,6C 9.79086,6 8,7.79086 8,10C 8,12.2091 9.79086,14 12,14C 14.2091,14 16,12.2091 16,10C 16,7.79087 14.2091,6 12,6 Z "/>
</svg>
|