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="1.33333" stroke-linejoin="miter" d="M 13,9.86L 13,11.18L 15,13.18L 15,9.86C 17.139,9.3077 18.4253,7.126 17.873,4.987C 17.3207,2.848 15.139,1.5617 13,2.114C 10.861,2.6663 9.57473,4.848 10.127,6.987C 10.4908,8.396 11.591,9.4962 13,9.86 Z M 14,4C 15.1046,4 16,4.8954 16,6C 16,7.1046 15.1046,8 14,8C 12.8954,8 12,7.1046 12,6C 12,4.8954 12.8954,4 14,4 Z M 18.73,22L 14.86,18.13C 14.2116,20.8142 11.5099,22.4645 8.8257,21.8161C 6.5971,21.2777 5.02022,19.2926 5,17L 5,12L 10,17L 7,17C 7,18.6568 8.34315,20 10,20C 11.6569,20 13,18.6568 13,17L 13,16.27L 2,5.27L 3.28,4L 13,13.72L 15,15.72L 20,20.72L 18.73,22 Z "/>
</svg>
|