19 lines
978 B
XML
19 lines
978 B
XML
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="4" y="4" width="56" height="56" rx="18" fill="url(#bg)"/>
|
|
<rect x="4.5" y="4.5" width="55" height="55" rx="17.5" stroke="rgba(255,255,255,0.28)"/>
|
|
<path d="M32 14C23.7157 14 17 20.7157 17 29C17 40.25 32 50 32 50C32 50 47 40.25 47 29C47 20.7157 40.2843 14 32 14Z" fill="url(#drop)"/>
|
|
<circle cx="26.5" cy="24.5" r="4.5" fill="rgba(255,255,255,0.55)"/>
|
|
<defs>
|
|
<linearGradient id="bg" x1="10" y1="8" x2="56" y2="58" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#86DFF9"/>
|
|
<stop offset="0.5" stop-color="#4AA6E6"/>
|
|
<stop offset="1" stop-color="#163C63"/>
|
|
</linearGradient>
|
|
<linearGradient id="drop" x1="22" y1="16" x2="43" y2="47" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#F3FBFF"/>
|
|
<stop offset="0.55" stop-color="#8CF0E5"/>
|
|
<stop offset="1" stop-color="#57D6FF"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|