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 6,1.90735e-006L 18,1.90735e-006C 19.1046,1.90735e-006 20,0.895433 20,2L 20,22C 20,23.1046 19.1046,24 18,24L 6,24C 4.89543,24 4,23.1046 4,22L 4,2C 4,0.895433 4.89543,1.90735e-006 6,1.90735e-006 Z M 12,6C 13.6569,6 15,7.34315 15,9C 15,10.6569 13.6569,12 12,12C 10.3431,12 9,10.6569 9,9C 9,7.34315 10.3431,6 12,6 Z M 11,1.00003L 11,3.00002L 13,3.00002L 13,1.00003L 11,1.00003 Z M 6,4.00001L 5.99999,16.5C 6,15.1193 8.68629,14 12,14C 15.3137,14 18,15.1193 18,16.5L 18,4.00001L 6,4.00001 Z M 13,18L 9,18L 9,20L 13,20L 13,22L 16,19L 13,16L 13,18 Z "/>
</svg>
|