8 lines
449 B
XML
8 lines
449 B
XML
<?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" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid meet">
|
|
<circle cx="50" cy="50" r="44" stroke="white" stroke-width="12" fill="black" />
|
|
<circle cx="50" cy="33" r="8" fill="white" />
|
|
<line x1="50" y1="44" x2="50" y2="75" stroke="white" stroke-width="14" />
|
|
</svg> |