48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background circle -->
|
|
<circle cx="128" cy="128" r="120" fill="#326CE5" stroke="#ffffff" stroke-width="8"/>
|
|
|
|
<!-- Kubernetes wheel -->
|
|
<g transform="translate(128,128)">
|
|
<!-- Central hub -->
|
|
<circle cx="0" cy="0" r="20" fill="#ffffff"/>
|
|
|
|
<!-- Spokes -->
|
|
<g stroke="#ffffff" stroke-width="6" stroke-linecap="round">
|
|
<!-- Top spoke -->
|
|
<line x1="0" y1="-20" x2="0" y2="-80"/>
|
|
<circle cx="0" cy="-80" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Top-right spoke -->
|
|
<line x1="14.14" y1="-14.14" x2="56.57" y2="-56.57"/>
|
|
<circle cx="56.57" cy="-56.57" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Right spoke -->
|
|
<line x1="20" y1="0" x2="80" y2="0"/>
|
|
<circle cx="80" cy="0" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Bottom-right spoke -->
|
|
<line x1="14.14" y1="14.14" x2="56.57" y2="56.57"/>
|
|
<circle cx="56.57" cy="56.57" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Bottom spoke -->
|
|
<line x1="0" y1="20" x2="0" y2="80"/>
|
|
<circle cx="0" cy="80" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Bottom-left spoke -->
|
|
<line x1="-14.14" y1="14.14" x2="-56.57" y2="56.57"/>
|
|
<circle cx="-56.57" cy="56.57" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Left spoke -->
|
|
<line x1="-20" y1="0" x2="-80" y2="0"/>
|
|
<circle cx="-80" cy="0" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Top-left spoke -->
|
|
<line x1="-14.14" y1="-14.14" x2="-56.57" y2="-56.57"/>
|
|
<circle cx="-56.57" cy="-56.57" r="8" fill="#ffffff"/>
|
|
</g>
|
|
|
|
<!-- NOW text at bottom -->
|
|
<text x="0" y="110" text-anchor="middle" fill="#ffffff" font-family="Arial, sans-serif" font-size="24" font-weight="bold">NOW</text>
|
|
</g>
|
|
</svg> |