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 3,4L 5,4L 5,10L 9,10L 9,4L 11,4L 11,18L 9,18L 9,12L 5,12L 5,18L 3,18L 3,4 Z M 15,4L 19,4C 20.1046,4 21,4.89543 21,6L 21,7L 19,7L 19,6L 15,6L 15,10L 19,10C 20.1046,10 21,10.8954 21,12L 21,16C 21,17.1046 20.1046,18 19,18L 15,18C 13.8954,18 13,17.1046 13,16L 13,6C 13,4.89543 13.8954,4 15,4 Z M 15,12L 15,16L 19,16L 19,12L 15,12 Z "/>
</svg>
|