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 5.99939,11.999C 5.99939,8.68505 8.68539,5.99904 11.9994,5.99904C 15.3124,5.99904 17.9994,8.68505 17.9994,11.999C 17.9994,15.313 15.3124,17.999 11.9994,17.999C 8.68539,17.999 5.99939,15.313 5.99939,11.999 Z M 19.9994,11.999C 19.9994,9.45403 18.8074,7.19103 16.9544,5.72603L 15.9994,-0.000955582L 7.99939,-0.000955582L 7.04538,5.72603C 5.19138,7.19005 3.99939,9.45403 3.99939,11.999C 3.99939,14.5441 5.19138,16.808 7.04538,18.2721L 7.99939,23.999L 15.9994,23.999L 16.9544,18.2721C 18.8074,16.8071 19.9994,14.5441 19.9994,11.999 Z "/>
</svg>
|