12 lines
411 B
XML
12 lines
411 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<defs>
|
||
|
|
<radialGradient id="g" cx="35%" cy="35%" r="65%">
|
||
|
|
<stop offset="0%" stop-color="#E2C580"/>
|
||
|
|
<stop offset="50%" stop-color="#C9A961"/>
|
||
|
|
<stop offset="100%" stop-color="#8E7440"/>
|
||
|
|
</radialGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="32" height="32" rx="6" fill="#0A0F1A"/>
|
||
|
|
<circle cx="16" cy="16" r="9" fill="url(#g)"/>
|
||
|
|
</svg>
|