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 16,16L 8,16L 8,4L 16,4M 16,0.0100021L 8,1.90735e-006C 6.9,1.90735e-006 6,0.900002 6,2L 6,18C 6,19.1 6.9,20 8,20L 16,20C 17.1,20 18,19.1 18,18L 18,2C 18,0.900002 17.1,0.0100021 16,0.0100021 Z M 15,24L 17,24L 17,22L 15,22M 11,24L 13,24L 13,22L 11,22M 7,24L 9,24L 9,22L 7,22L 7,24 Z "/>
</svg>
|