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 10.54,14.53L 8.41,12.4L 7.35,13.46L 10.53,16.64L 16.53,10.64L 15.47,9.58L 10.54,14.53 Z M 12,20C 8.13,20 5,16.87 5,13C 5,9.13 8.13,6 12,6C 15.87,6 19,9.13 19,13C 19,16.87 15.87,20 12,20 Z M 12,4C 7.03,4 3,8.03 3,13C 3,17.97 7.02,22 12,22C 16.97,22 21,17.97 21,13C 21,8.03 16.97,4 12,4 Z M 7.88,3.39L 6.6,1.86L 2,5.71L 3.29,7.24L 7.88,3.39 Z M 22,5.72L 17.4,1.86L 16.11,3.39L 20.71,7.25L 22,5.72 Z "/>
</svg>
|