12 lines
616 B
XML
12 lines
616 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#60a5fa"/>
|
|
<stop offset="1" stop-color="#2dd4bf"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="24" y="24" width="208" height="208" rx="48" fill="#0b1220"/>
|
|
<path d="M128 40c40 20 72 16 88 24v72c0 52-36 88-88 104C76 224 40 188 40 136V64c16-8 48-4 88-24z" fill="url(#g)" opacity="0.95"/>
|
|
<path d="M94 132l22 22 50-58" fill="none" stroke="#0b1220" stroke-width="16" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|