15 lines
663 B
XML
15 lines
663 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<defs>
|
|
<linearGradient id="bg1" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#28f0ff"/>
|
|
<stop offset="1" stop-color="#ff3df2"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" rx="20" fill="url(#bg1)"/>
|
|
<circle cx="64" cy="54" r="26" fill="rgba(0,0,0,0.35)"/>
|
|
<path d="M28 108c8-18 24-28 36-28h0c12 0 28 10 36 28" fill="rgba(0,0,0,0.35)"/>
|
|
<circle cx="64" cy="54" r="22" fill="rgba(255,255,255,0.85)"/>
|
|
<rect x="48" y="42" width="32" height="8" rx="4" fill="#0d1b26"/>
|
|
<rect x="52" y="58" width="24" height="6" rx="3" fill="#0d1b26"/>
|
|
</svg>
|