11 lines
444 B
XML
11 lines
444 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="gpAvatar2" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#7c3aed"/>
|
|
<stop offset="1" stop-color="#ec4899"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="16" fill="#050814"/>
|
|
<circle cx="32" cy="24" r="12" fill="url(#gpAvatar2)"/>
|
|
<path d="M16 52c3.5-9 9-14 16-14s12.5 5 16 14" fill="#111827"/>
|
|
</svg> |