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,3C 16.9706,3 21,7.02944 21,12C 21,16.9706 16.9706,21 12,21C 7.02944,21 3,16.9706 3,12C 3,7.02944 7.02944,3 12,3 Z M 5.93997,8.50042C 4.00698,11.8485 5.1541,16.1296 8.50214,18.0626C 11.8502,19.9956 18.8502,7.87123 15.5021,5.93824C 12.1541,4.00525 7.87296,5.15238 5.93997,8.50042 Z "/>
</svg>
|