20 lines
885 B
XML
20 lines
885 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#061322"/>
|
|
<stop offset="1" stop-color="#0d2e4f"/>
|
|
</linearGradient>
|
|
<linearGradient id="part" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#78e6ff"/>
|
|
<stop offset=".55" stop-color="#219cff"/>
|
|
<stop offset="1" stop-color="#0e4fb3"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1200" height="800" fill="url(#bg)"/>
|
|
<path d="M284 554 412 254h358l148 210-152 148H408Z" fill="url(#part)"/>
|
|
<path d="M380 598h410l-42 48H420Z" fill="#7ce4ff" opacity=".75"/>
|
|
<circle cx="438" cy="416" r="58" fill="#082033" opacity=".64"/>
|
|
<circle cx="690" cy="412" r="76" fill="#082033" opacity=".64"/>
|
|
<ellipse cx="610" cy="646" rx="360" ry="52" fill="#020713" opacity=".55"/>
|
|
</svg>
|