6 lines
325 B
XML
6 lines
325 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none" aria-hidden="true">
|
|
<rect width="200" height="200" fill="#f4f4f5"/>
|
|
<circle cx="100" cy="100" r="56" fill="#e7e5e4" stroke="#1c1917" stroke-width="2.5"/>
|
|
<circle cx="100" cy="100" r="28" fill="#f4f4f5" stroke="#57534e" stroke-width="2"/>
|
|
</svg>
|