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-width="1.33333" stroke-linejoin="miter" d="M 2,15C 2,15 2,9 8,9C 12,9 12.5,12.5 15.5,12.5C 19.5,12.5 19.5,9 19.5,9L 22,9C 22,9 22,15 16,15C 12,15 10.5,11.5 8.49998,11.5C 4.49999,11.5001 4.5,15 4.5,15L 2,15"/>
</svg>
|