20 lines
939 B
XML
20 lines
939 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800">
|
|
<defs>
|
|
<radialGradient id="bg" cx="50%" cy="35%" r="68%">
|
|
<stop offset="0" stop-color="#3d155d"/>
|
|
<stop offset="1" stop-color="#070812"/>
|
|
</radialGradient>
|
|
<linearGradient id="resin" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#ff5ea8"/>
|
|
<stop offset=".6" stop-color="#8f45ff"/>
|
|
<stop offset="1" stop-color="#2fb6ff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1200" height="800" fill="url(#bg)"/>
|
|
<ellipse cx="600" cy="625" rx="320" ry="54" fill="#01040b" opacity=".6"/>
|
|
<path d="M428 590 326 428l86-182h226l122 124 116 32-52 138-148-28-88 78Z" fill="url(#resin)"/>
|
|
<circle cx="486" cy="392" r="42" fill="#090b18" opacity=".48"/>
|
|
<circle cx="670" cy="424" r="58" fill="#090b18" opacity=".38"/>
|
|
<path d="M414 246c78 44 160 44 244 0" fill="none" stroke="#ffd6ef" stroke-width="20" opacity=".5"/>
|
|
</svg>
|