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 18.9994,12.998L 4.99936,12.998L 4.99936,10.998L 18.9994,10.998L 18.9994,12.998 Z M 12,5C 13.1046,5 14,5.89543 14,7C 14,8.10457 13.1046,9 12,9C 10.8954,9 10,8.10457 10,7C 10,5.89543 10.8954,5 12,5 Z M 12,15C 13.1046,15 14,15.8954 14,17C 14,18.1046 13.1046,19 12,19C 10.8954,19 10,18.1046 10,17C 10,15.8954 10.8954,15 12,15 Z "/>
</svg>
|