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 18.5,4C 19.8807,4 21,5.11929 21,6.5C 21,7.88071 19.8807,9 18.5,9C 17.1193,9 16,7.88071 16,6.5C 16,5.11929 17.1193,4 18.5,4 Z M 4.5,20C 3.67157,20 3,19.3284 3,18.5C 3,17.6716 3.67157,17 4.5,17L 11.5,17C 12.3284,17 13,17.6716 13,18.5C 13,19.3284 12.3284,20 11.5,20L 4.5,20 Z M 16.0903,18.9968L 14.6871,15L 11,15L 6.75,10.75C 6.75,10.75 9,8.25 12.5,8.25001C 15.5,8.25001 15.8485,9.25156 16.0639,9.86516L 18.9209,18.003C 19.1954,18.7846 18.7842,19.6408 18.0025,19.9152C 17.2209,20.1896 16.3647,19.7784 16.0903,18.9968 Z "/>
</svg>
|