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 4,2.00001L 20,2.00001C 21.1046,2.00001 22,2.89543 22,4L 22,20C 22,21.1046 21.1046,22 20,22L 4,22C 2.89543,22 2,21.1046 2,20L 2,4C 2,2.89543 2.89543,2.00001 4,2.00001 Z M 7,4C 5.61929,4 4.5,5.11929 4.5,6.5C 4.5,7.88071 5.61929,9 7,9C 8.38071,9 9.5,7.88071 9.5,6.5C 9.5,5.11929 8.38071,4 7,4 Z M 4,18L 4,20L 20,20L 20,14L 17,11L 11,17L 8,14L 4,18 Z "/>
</svg>
|