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 20,2L 20,4L 18,4L 18,8.41421L 14.4142,12L 18,15.5858L 18,20L 20,20L 20,22L 4,22L 4,20L 6,20L 6,15.5858L 9.58578,12L 6,8.41422L 6,4L 4,4L 4,2L 20,2 Z M 16,16.4142L 13,13.4142L 13,10.5858L 16,7.58579L 16,4.00001L 8,4.00001L 8,7.5858L 11,10.5858L 11,13.4142L 7.99999,16.4142L 8,17L 10,17L 12,15L 14,17L 16,17L 16,16.4142 Z M 12,9L 10,7L 14,7L 12,9 Z "/>
</svg>
|