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="0.2" stroke-linejoin="round" d="M 6,19C 3.23858,19 1,16.7614 1,14C 1,11.2392 3.23758,9.00099 5.99817,9C 6.97773,6.65105 9.29605,5 12,5C 15.4328,5 18.2441,7.66115 18.4835,11.033L 19,11C 21.2091,11 23,12.7909 23,15C 23,17.2091 21.2091,19 19,19L 6,19 Z M 19,13L 17,13L 17,12C 17,9.23858 14.7614,7 12,7C 9.51284,7 7.44982,8.81599 7.06456,11.1944C 6.73372,11.0688 6.37489,11 6,11C 4.34315,11 3,12.3431 3,14C 3,15.6569 4.34315,17 6,17L 19,17C 20.1046,17 21,16.1046 21,15C 21,13.8954 20.1046,13 19,13 Z "/>
</svg>
|