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 4,2.00004L 20,2.00004C 21.1045,2.00004 22,2.89547 22,4.00002L 22,17.3285L 17.3285,22L 4,22C 2.89543,22 2,21.1046 2,20L 2,4.00002C 2,2.89547 2.89543,2.00004 4,2.00004 Z M 17,17L 17,20.25L 20.25,17L 17,17 Z M 9.99999,19L 14,19L 14,18L 15,18L 15,13.0004C 16.2144,12.0882 17,10.6358 17,9.00002C 17,6.23859 14.7614,4.00002 12,4.00002C 9.23857,4.00002 6.99999,6.23859 6.99999,9.00002C 6.99999,10.6358 7.78554,12.0882 8.99999,13.0004L 8.99999,18L 9.99999,18L 9.99999,19 Z M 14,17L 9.99999,17L 9.99999,16L 14,16L 14,17 Z M 14,15L 9.99999,15L 9.99999,14L 14,14L 14,15 Z M 12,5C 14.2091,5 16,6.79086 16,9C 16,10.4806 15.1956,11.7733 14,12.4649L 14,13L 10,13L 10,12.4649C 8.8044,11.7733 8,10.4806 8,9C 8,6.79086 9.79086,5 12,5 Z "/>
</svg>
|