37 lines
1.7 KiB
XML
37 lines
1.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" role="img" aria-labelledby="title desc">
|
|
<title id="title">Layered orbit rings</title>
|
|
<desc id="desc">Abstract rings and markers arranged around a bright central operating point.</desc>
|
|
<defs>
|
|
<linearGradient id="background" x1="0" y1="1" x2="1" y2="0">
|
|
<stop offset="0" stop-color="#eef8ff"/>
|
|
<stop offset="1" stop-color="#dffcf2"/>
|
|
</linearGradient>
|
|
<linearGradient id="ring" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#1769aa"/>
|
|
<stop offset="1" stop-color="#00a77b"/>
|
|
</linearGradient>
|
|
<radialGradient id="core">
|
|
<stop offset="0" stop-color="#ffffff"/>
|
|
<stop offset="0.55" stop-color="#79f2cb"/>
|
|
<stop offset="1" stop-color="#1686d9"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<rect width="1000" height="1000" rx="72" fill="url(#background)"/>
|
|
<g transform="translate(500 500)" fill="none" stroke="url(#ring)">
|
|
<ellipse rx="350" ry="150" stroke-width="18" transform="rotate(-18)"/>
|
|
<ellipse rx="350" ry="150" stroke-width="10" stroke-opacity="0.55" transform="rotate(42)"/>
|
|
<ellipse rx="350" ry="150" stroke-width="6" stroke-opacity="0.35" transform="rotate(102)"/>
|
|
<circle r="245" stroke-width="3" stroke-dasharray="8 18" stroke-opacity="0.42"/>
|
|
</g>
|
|
<circle cx="500" cy="500" r="112" fill="url(#core)"/>
|
|
<g fill="#0a3157" stroke="#ffffff" stroke-width="12">
|
|
<circle cx="170" cy="390" r="30"/>
|
|
<circle cx="710" cy="245" r="25"/>
|
|
<circle cx="820" cy="610" r="34"/>
|
|
<circle cx="340" cy="780" r="27"/>
|
|
</g>
|
|
<g fill="#ffffff" opacity="0.8">
|
|
<circle cx="470" cy="462" r="18"/>
|
|
<circle cx="535" cy="520" r="12"/>
|
|
</g>
|
|
</svg>
|