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 11.5,0.500002C 12,0.750006 13,2.39543 13,3.5C 13,4.60457 12.3284,5 11.5,5C 10.6716,5 10,4.85457 10,3.75C 10,2.64543 11,2 11.5,0.500002 Z M 18.5,9C 20.9853,9 23,11.0147 23,13.5C 23,15.0602 22.206,16.435 21,17.2422L 21,23L 12,23L 2.99999,23L 2.99999,17.2422C 1.79401,16.435 0.999997,15.0602 0.999997,13.5C 0.999997,11.0147 3.01471,9 5.49999,9L 9.99999,9.00001L 9.99999,6.00001L 13,6L 13,9L 18.5,9 Z M 12,16C 13.3807,16 14.5,14.8807 14.5,13.5L 16,13.5C 16,14.8807 17.1193,16 18.5,16C 19.8807,16 21,14.8807 21,13.5C 21,12.1193 19.8807,11 18.5,11L 5.5,11C 4.11929,11 3,12.1193 3,13.5C 3,14.8807 4.11929,16 5.5,16C 6.88071,16 8,14.8807 8,13.5L 9.5,13.5C 9.5,14.8807 10.6193,16 12,16 Z "/>
</svg>
|