21 lines
987 B
XML
21 lines
987 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800">
|
|
<defs>
|
|
<radialGradient id="bg" cx="50%" cy="38%" r="70%">
|
|
<stop offset="0" stop-color="#1c2941"/>
|
|
<stop offset="1" stop-color="#050b14"/>
|
|
</radialGradient>
|
|
<linearGradient id="part" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#d9e2ea"/>
|
|
<stop offset="1" stop-color="#5b6877"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1200" height="800" fill="url(#bg)"/>
|
|
<ellipse cx="600" cy="620" rx="360" ry="58" fill="#020713" opacity=".55"/>
|
|
<path d="M310 508h580l-82 94H388Z" fill="#7c8795"/>
|
|
<path d="M374 250h452a64 64 0 0 1 64 64v194H310V314a64 64 0 0 1 64-64Z" fill="url(#part)"/>
|
|
<rect x="410" y="330" width="156" height="82" rx="18" fill="#07101d" opacity=".72"/>
|
|
<rect x="634" y="330" width="156" height="82" rx="18" fill="#07101d" opacity=".72"/>
|
|
<circle cx="420" cy="512" r="32" fill="#0a1220"/>
|
|
<circle cx="780" cy="512" r="32" fill="#0a1220"/>
|
|
</svg>
|