6 lines
395 B
XML
6 lines
395 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<circle cx="32" cy="32" r="26" fill="#FFD45A" stroke="#A07100" stroke-width="4"/>
|
|
<circle cx="32" cy="32" r="18" fill="#FFE79B" stroke="#C28A00" stroke-width="3"/>
|
|
<path d="M32 20v24M39 25h-9a4 4 0 1 0 0 8h4a4 4 0 1 1 0 8h-9" stroke="#8A6200" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|