mirror of
https://github.com/Dvorinka/SEEN.git
synced 2026-06-04 12:33:02 +00:00
16 lines
747 B
XML
16 lines
747 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<rect width="64" height="64" rx="18" fill="#081523" />
|
|
<rect x="4" y="4" width="56" height="56" rx="14" fill="url(#surface)" />
|
|
<path
|
|
d="M22 18.5h17.2c8.4 0 13.3 4.1 13.3 10.7 0 4.8-2.7 8.4-7.4 9.8 5.8 1.3 9.1 5.2 9.1 10.6 0 8.2-5.8 13-15.6 13H22v-8.8h15.5c4.4 0 7-1.8 7-4.9 0-3.1-2.6-4.8-7-4.8H26.8v-8.3h10.1c4.1 0 6.4-1.6 6.4-4.4 0-2.7-2.2-4.2-6.1-4.2H22v-8.6Z"
|
|
fill="#F3F6FA"
|
|
/>
|
|
<defs>
|
|
<linearGradient id="surface" x1="6" y1="8" x2="58" y2="58" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#123249" />
|
|
<stop offset="0.52" stop-color="#0A1731" />
|
|
<stop offset="1" stop-color="#1C365B" />
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|