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 7.5,2C 8.60457,2 9.5,2.89543 9.5,4C 9.5,5.10457 8.60457,6 7.5,6C 6.39543,6 5.5,5.10457 5.5,4C 5.5,2.89543 6.39543,2 7.5,2 Z M 6,7.00001L 9,7.00001C 10.1046,7.00001 11,7.89544 11,9.00001L 11,14.5L 9.49999,14.5L 9.5,22L 5.5,22L 5.49999,14.5L 4,14.5L 4,9.00001C 4,7.89544 4.89543,7.00001 6,7.00001 Z M 16.5,2.00001C 17.6046,2.00001 18.5,2.89544 18.5,4.00001C 18.5,5.10457 17.6046,6.00001 16.5,6.00001C 15.3954,6.00001 14.5,5.10457 14.5,4.00001C 14.5,2.89544 15.3954,2.00001 16.5,2.00001 Z M 15,22L 15,16L 12,16L 14.5878,8.41201C 14.8389,7.59439 15.6001,7 16.5,7C 17.3999,7 18.161,7.59439 18.4122,8.412L 21,16L 18,16L 18,22L 15,22 Z "/>
</svg>
|