15 lines
665 B
XML
15 lines
665 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<defs>
|
|
<linearGradient id="bg3" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#3dffb5"/>
|
|
<stop offset="1" stop-color="#2b8cff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" rx="20" fill="url(#bg3)"/>
|
|
<circle cx="64" cy="50" r="26" fill="rgba(0,0,0,0.28)"/>
|
|
<path d="M22 108c10-18 26-28 42-28h0c16 0 32 10 42 28" fill="rgba(0,0,0,0.28)"/>
|
|
<circle cx="64" cy="50" r="22" fill="rgba(255,255,255,0.88)"/>
|
|
<rect x="46" y="44" width="36" height="10" rx="5" fill="#092022"/>
|
|
<rect x="48" y="60" width="32" height="6" rx="3" fill="#092022"/>
|
|
</svg>
|