11 lines
479 B
XML
11 lines
479 B
XML
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="prism-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#3b82f6" />
|
|
<stop offset="100%" stop-color="#8b5cf6" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="140" fill="#0f172a" />
|
|
<path d="M256 120 L400 392 H112 L256 120ZM256 190 L160 360 H352 L256 190Z" fill="url(#prism-gradient)" />
|
|
</svg>
|