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 5.8125,2C 4.8293,2.0926 3.99565,3.0125 4,4L 4,20C 4,21.0472 4.9528,22 6,22L 18,22C 19.0472,22 20,21.0472 20,20L 20,4C 20,2.89 19.1,2 18,2L 12,2L 12,9L 9.5,7.5L 7,9L 7,2L 6,2C 5.93755,1.9971 5.87495,1.9971 5.8125,2 Z M 12,13L 13,13C 13.554,13 14,13.446 14,14L 14,18L 13,18L 13,16L 12,16L 12,18L 11,18L 11,14C 11,13.446 11.446,13 12,13 Z M 12,14L 12,15L 13,15L 13,14L 12,14 Z M 15,15L 18,15L 18,16L 16,19L 18,19L 18,20L 15,20L 15,19L 17,16L 15,16L 15,15 Z "/>
</svg>
|