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 21.0284,3L 17.9755,20.3137C 17.825,21.2693 16.9978,22 16,22L 8,22C 7.00214,22 6.17496,21.2692 6.02445,20.3136L 2.97159,3L 21.0284,3 Z M 5.35509,5.00001L 8,20L 16,20L 18.6449,5.00001L 5.35509,5.00001 Z M 9,18L 9,14L 13,14L 13,18L 9,18 Z M 13,13.182L 9.81802,10L 13,6.81802L 16.182,10L 13,13.182 Z "/>
</svg>
|