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,18C 4.46,18 2,15.54 2,12.5C 2,9.46 4.46,7 7.5,7L 18,7C 20.21,7 22,8.79 22,11C 22,13.21 20.21,15 18,15L 9.5,15C 8.12,15 7,13.88 7,12.5C 7,11.12 8.12,10 9.5,10L 17,10L 17,11.5L 9.5,11.5C 8.95,11.5 8.5,11.95 8.5,12.5C 8.5,13.05 8.95,13.5 9.5,13.5L 18,13.5C 19.38,13.5 20.5,12.38 20.5,11C 20.5,9.62 19.38,8.5 18,8.5L 7.5,8.5C 5.29,8.5 3.5,10.29 3.5,12.5C 3.5,14.71 5.29,16.5 7.5,16.5L 17,16.5L 17,18L 7.5,18 Z "/>
</svg>
|