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 21,11L 13,11L 13,3C 17.4183,3 21,6.58172 21,11 Z M 19,13C 19,15.7818 17.5802,18.232 15.4256,19.6654L 11.5773,13L 19,13 Z M 11,21C 8.21819,21 5.768,19.5802 4.33459,17.4256L 10.817,13.683L 14.56,20.1662C 13.4879,20.6999 12.279,21 11,21 Z M 3,13C 3,8.58173 6.58172,5 11,5L 11,12.4227L 3.83381,16.5601C 3.30013,15.4879 3,14.279 3,13 Z "/>
</svg>
|