15 lines
676 B
XML
15 lines
676 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<defs>
|
|
<linearGradient id="bg6" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#00f5d4"/>
|
|
<stop offset="1" stop-color="#00b4d8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" rx="20" fill="url(#bg6)"/>
|
|
<circle cx="64" cy="52" r="26" fill="rgba(0,0,0,0.28)"/>
|
|
<path d="M24 108c8-18 24-28 40-28h0c16 0 32 10 40 28" fill="rgba(0,0,0,0.28)"/>
|
|
<circle cx="64" cy="52" r="22" fill="rgba(255,255,255,0.88)"/>
|
|
<rect x="46" y="46" width="36" height="8" rx="4" fill="#072127"/>
|
|
<path d="M52 60h24" stroke="#072127" stroke-width="6" stroke-linecap="round"/>
|
|
</svg>
|