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.00001,8L 19,8C 20.1046,8 21,8.89543 21,10L 21,20C 21,21.1046 20.1046,22 19,22L 5,22C 3.89543,22 3,21.1046 3,20L 3.00001,10C 3.00001,8.89543 3.89544,8 5.00001,8 Z M 5,12L 5,15L 11,15L 11,12L 5,12 Z M 13,12L 13,15L 19,15L 19,12L 13,12 Z M 5,17L 5,20L 11,20L 11,17L 5,17 Z M 13,17L 13,20L 19,20L 19,17L 13,17 Z M 11,2.00001L 21,2.00001L 21,6L 19,6L 19,4.00001L 13,4L 13,6L 11,6L 11,2.00001 Z "/>
</svg>
|