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 5,2L 19,2C 20.1046,2 21,2.89543 21,4L 21,20C 21,21.1046 20.1046,22 19,22L 5,22C 3.89543,22 3,21.1046 3,20L 3,4C 3,2.89543 3.89543,2 5,2 Z M 12,4C 9.79086,4 8,5.79086 8,8L 11.2613,8L 10.8487,5.22801L 12.9027,8L 16,8C 16,5.79086 14.2091,4 12,4 Z M 5,10L 5,20L 19,20L 19,10L 5,10 Z "/>
</svg>
|