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 14.88,14.29L 13,16.17L 13,12.41L 14.88,14.29 Z M 13,3.83L 14.88,5.71L 13,7.59M 17.71,5.71L 12,0L 11,0L 11,7.59L 6.41,3L 5,4.41L 10.59,10L 5,15.59L 6.41,17L 11,12.41L 11,20L 12,20L 17.71,14.29L 13.41,10L 17.71,5.71 Z M 15,24L 17,24L 17,22L 15,22M 7,24L 9,24L 9,22L 7,22M 11,24L 13,24L 13,22L 11,22L 11,24 Z "/>
</svg>
|