21 lines
750 B
XML
21 lines
750 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#3b82f6"/>
|
|
<stop offset="1" stop-color="#06b6d4"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<rect width="256" height="256" rx="58" fill="url(#bg)"/>
|
|
|
|
<g stroke="#ffffff" stroke-width="13" fill="none" stroke-linecap="round">
|
|
<circle cx="128" cy="122" r="62"/>
|
|
<ellipse cx="128" cy="122" rx="27" ry="62"/>
|
|
<line x1="66" y1="122" x2="190" y2="122"/>
|
|
</g>
|
|
|
|
<circle cx="128" cy="212" r="11" fill="#ffffff"/>
|
|
<circle cx="88" cy="212" r="11" fill="#ffffff" opacity="0.45"/>
|
|
<circle cx="168" cy="212" r="11" fill="#ffffff" opacity="0.45"/>
|
|
</svg>
|