34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="8" y1="6" x2="56" y2="58" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#050816" />
|
|
<stop offset="0.48" stop-color="#1E1B4B" />
|
|
<stop offset="1" stop-color="#312E81" />
|
|
</linearGradient>
|
|
<linearGradient id="accent" x1="18" y1="14" x2="48" y2="46" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#38BDF8" />
|
|
<stop offset="0.52" stop-color="#A855F7" />
|
|
<stop offset="1" stop-color="#F472B6" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<rect x="4" y="4" width="56" height="56" rx="18" fill="url(#bg)" />
|
|
<circle cx="18" cy="18" r="12" fill="#38BDF8" fill-opacity="0.18" />
|
|
<circle cx="48" cy="46" r="14" fill="#A855F7" fill-opacity="0.24" />
|
|
|
|
<path
|
|
d="M18 46V18L31 36V18"
|
|
stroke="white"
|
|
stroke-width="4.5"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<path
|
|
d="M36 18L46 46L52 32"
|
|
stroke="url(#accent)"
|
|
stroke-width="4.5"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
</svg>
|