12 lines
580 B
XML
12 lines
580 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<defs>
|
|
<linearGradient id="fg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#4338ca"/>
|
|
<stop offset="100%" stop-color="#3b82f6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="2" y="2" width="60" height="60" rx="16" fill="url(#fg)"/>
|
|
<rect x="10" y="10" width="44" height="44" rx="11" fill="#fff" opacity="0.15"/>
|
|
<path d="M18 32h28M18 24h20M18 40h16" stroke="#fff" stroke-width="5" stroke-linecap="round"/>
|
|
<circle cx="46" cy="22" r="5" fill="#fff" opacity="0.9"/>
|
|
</svg> |