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 12,2C 17.5228,2 22,6.47716 22,12C 22,17.5228 17.5228,22 12,22C 6.47715,22 2,17.5228 2,12C 2,6.47716 6.47715,2 12,2 Z M 12.5,11C 11.6716,11 11,11.6716 11,12.5C 11,13.3284 11.6716,14 12.5,14C 13.3284,14 14,13.3284 14,12.5C 14,11.6716 13.3284,11 12.5,11 Z M 12,5C 10.8954,5 10,5.89543 10,7C 10,8.10457 10.8954,9 12,9C 13.1046,9 14,8.10457 14,7C 14,5.89543 13.1046,5 12,5 Z M 5.93275,8.4909C 5.38047,9.44748 5.70822,10.6707 6.6648,11.2229C 7.62139,11.7752 8.84457,11.4475 9.39686,10.4909C 9.94914,9.53431 9.62139,8.31113 8.66481,7.75885C 7.70822,7.20656 6.48504,7.53431 5.93275,8.4909 Z "/>
</svg>
|