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 1,10L 9,10L 9,12L 1,12L 1,10 Z M 15,4C 17.2091,4 19,5.79086 19,8C 19,10.2091 17.2091,12 15,12C 12.7909,12 11,10.2091 11,8C 11,5.79086 12.7909,4 15,4 Z M 23,17L 23,20L 7,20L 7,17C 7,15.3431 10.5817,14 15,14C 19.4183,14 23,15.3431 23,17 Z "/>
</svg>
|