6 lines
277 B
XML
6 lines
277 B
XML
|
<?xml version="1.0"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">
|
||
|
<circle cx="500" cy="500" r="400" stroke="#F35959" stroke-width="50" fill="#F35959"/>
|
||
|
<circle cx="500" cy="500" r="200" stroke="#F35959" stroke-width="50" fill="white"/>
|
||
|
</svg>
|