17 lines
808 B
XML
17 lines
808 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Pi Car Companion">
|
|
<rect width="512" height="512" fill="#10130f"/>
|
|
<rect x="38" y="38" width="436" height="436" rx="92" fill="#151a14" stroke="#30372d" stroke-width="8"/>
|
|
|
|
<!-- P monogram: Pi identity + a controlled instrument curve -->
|
|
<path d="M154 390V124h132c78 0 126 43 126 111s-48 111-126 111H154"
|
|
fill="none" stroke="#b9e769" stroke-width="42"
|
|
stroke-linecap="round" stroke-linejoin="round"/>
|
|
|
|
<!-- Forward telemetry needle -->
|
|
<path d="M229 292L341 180"
|
|
fill="none" stroke="#f0f2eb" stroke-width="24"
|
|
stroke-linecap="round"/>
|
|
<circle cx="229" cy="292" r="22" fill="#151a14" stroke="#b9e769" stroke-width="12"/>
|
|
<circle cx="229" cy="292" r="6" fill="#f0f2eb"/>
|
|
</svg>
|