13 lines
566 B
XML
13 lines
566 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" role="img" aria-label="SepComet avatar">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0%" stop-color="#2563EB" />
|
|
<stop offset="100%" stop-color="#0F172A" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="240" height="240" rx="72" fill="url(#bg)" />
|
|
<circle cx="120" cy="92" r="42" fill="rgba(255,255,255,0.9)" />
|
|
<path d="M60 194c11-29 37-46 60-46s49 17 60 46" fill="rgba(255,255,255,0.9)" />
|
|
<circle cx="178" cy="62" r="16" fill="#22C55E" />
|
|
</svg>
|