15 lines
687 B
XML
15 lines
687 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<defs>
|
|
<linearGradient id="bg4" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#6dd5fa"/>
|
|
<stop offset="1" stop-color="#5b8cff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" rx="20" fill="url(#bg4)"/>
|
|
<circle cx="64" cy="52" r="26" fill="rgba(0,0,0,0.3)"/>
|
|
<path d="M26 108c8-18 24-28 38-28h0c14 0 30 10 38 28" fill="rgba(0,0,0,0.3)"/>
|
|
<circle cx="64" cy="52" r="22" fill="rgba(255,255,255,0.86)"/>
|
|
<path d="M46 56h36" stroke="#0b1b2e" stroke-width="6" stroke-linecap="round"/>
|
|
<path d="M52 44h24" stroke="#0b1b2e" stroke-width="6" stroke-linecap="round"/>
|
|
</svg>
|