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 9,9C 10.2947,9 11.4937,9.41009 12.474,10.1075L 17.5815,5L 13,5L 13,3L 21,3L 21,11L 19,11L 19,6.40989L 13.8889,11.5209C 14.5885,12.5022 15,13.7031 15,15C 15,18.3137 12.3137,21 9,21C 5.68629,21 3,18.3137 3,15C 3,11.6863 5.68629,9 9,9 Z M 9,11C 6.79086,11 5,12.7909 5,15C 5,17.2091 6.79086,19 9,19C 11.2091,19 13,17.2091 13,15C 13,12.7909 11.2091,11 9,11 Z "/>
</svg>
|