16 lines
704 B
XML
16 lines
704 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<defs>
|
|
<linearGradient id="bg2" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#ffb347"/>
|
|
<stop offset="1" stop-color="#ff5f6d"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" rx="20" fill="url(#bg2)"/>
|
|
<circle cx="64" cy="52" r="26" fill="rgba(0,0,0,0.3)"/>
|
|
<path d="M24 108c6-16 22-26 40-26h0c18 0 34 10 40 26" fill="rgba(0,0,0,0.3)"/>
|
|
<circle cx="64" cy="52" r="22" fill="rgba(255,255,255,0.86)"/>
|
|
<path d="M44 56h40" stroke="#2a0d0d" stroke-width="6" stroke-linecap="round"/>
|
|
<circle cx="54" cy="48" r="5" fill="#2a0d0d"/>
|
|
<circle cx="74" cy="48" r="5" fill="#2a0d0d"/>
|
|
</svg>
|