42 lines
1.8 KiB
XML
42 lines
1.8 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800" role="img" aria-labelledby="title desc">
|
|
<title id="title">Aurora service grid</title>
|
|
<desc id="desc">Abstract luminous nodes connected across a dark blue operational grid.</desc>
|
|
<defs>
|
|
<linearGradient id="background" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#08172e"/>
|
|
<stop offset="1" stop-color="#163764"/>
|
|
</linearGradient>
|
|
<radialGradient id="glow">
|
|
<stop offset="0" stop-color="#7ef9d6" stop-opacity="0.95"/>
|
|
<stop offset="1" stop-color="#42a5ff" stop-opacity="0"/>
|
|
</radialGradient>
|
|
<pattern id="grid" width="80" height="80" patternUnits="userSpaceOnUse">
|
|
<path d="M80 0H0V80" fill="none" stroke="#b9d8ff" stroke-opacity="0.14"/>
|
|
</pattern>
|
|
</defs>
|
|
<rect width="1200" height="800" rx="48" fill="url(#background)"/>
|
|
<rect width="1200" height="800" rx="48" fill="url(#grid)"/>
|
|
<g fill="none" stroke="#8bd6ff" stroke-width="4" stroke-opacity="0.65">
|
|
<path d="M180 520 390 300 610 430 830 210 1030 390"/>
|
|
<path d="M260 170 390 300 520 155 830 210 940 610"/>
|
|
<path d="M180 520 480 650 610 430 940 610"/>
|
|
</g>
|
|
<g fill="url(#glow)">
|
|
<circle cx="180" cy="520" r="120"/>
|
|
<circle cx="390" cy="300" r="140"/>
|
|
<circle cx="610" cy="430" r="150"/>
|
|
<circle cx="830" cy="210" r="125"/>
|
|
<circle cx="940" cy="610" r="135"/>
|
|
</g>
|
|
<g fill="#d9fff3" stroke="#0b263e" stroke-width="8">
|
|
<circle cx="180" cy="520" r="18"/>
|
|
<circle cx="390" cy="300" r="24"/>
|
|
<circle cx="610" cy="430" r="28"/>
|
|
<circle cx="830" cy="210" r="21"/>
|
|
<circle cx="940" cy="610" r="23"/>
|
|
<circle cx="260" cy="170" r="14"/>
|
|
<circle cx="520" cy="155" r="16"/>
|
|
<circle cx="1030" cy="390" r="17"/>
|
|
<circle cx="480" cy="650" r="15"/>
|
|
</g>
|
|
</svg>
|