5 lines
308 B
XML
5 lines
308 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="50" fill="#4f6fa8" />
|
|
<circle cx="50" cy="50" r="20" fill="none" stroke="#ffffff" stroke-width="10" />
|
|
<line x1="50" y1="20" x2="50" y2="80" stroke="#ffffff" stroke-width="10" stroke-linecap="round" />
|
|
</svg> |