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 9,21L 9,22L 7,22L 7,21C 5.89543,21 5,20.1046 5,19L 5,4.00001C 5,2.89544 5.89543,2.00002 7,2.00002L 17,2.00002C 18.1046,2.00002 19,2.89544 19,4.00001L 19,19C 19,20.1046 18.1046,21 17,21L 17,22L 15,22L 15,21L 9,21 Z M 6.99999,4.00001L 7,9L 17,9L 17,4.00001L 6.99999,4.00001 Z M 6.99999,19L 17,19L 17,11L 7,11L 6.99999,19 Z M 8,12L 10,12L 10,15L 8,15L 8,12 Z M 8,6L 10,6L 10,8L 8,8L 8,6 Z "/>
</svg>
|