38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<!-- Black background -->
|
|
<rect width="128" height="128" fill="#000000" rx="16"/>
|
|
|
|
<!-- Bicorder device body (white) -->
|
|
<g fill="#ffffff" stroke="#ffffff">
|
|
<!-- Main device body -->
|
|
<rect x="36" y="24" width="56" height="80" fill="none" stroke-width="3" rx="4"/>
|
|
|
|
<!-- Screen area -->
|
|
<rect x="42" y="30" width="44" height="28" fill="none" stroke-width="2"/>
|
|
|
|
<!-- Screen content (ASCII-style bars) -->
|
|
<line x1="48" y1="36" x2="48" y2="52" stroke-width="2"/>
|
|
<line x1="55" y1="40" x2="55" y2="52" stroke-width="2"/>
|
|
<line x1="62" y1="34" x2="62" y2="52" stroke-width="2"/>
|
|
<line x1="69" y1="42" x2="69" y2="52" stroke-width="2"/>
|
|
<line x1="76" y1="38" x2="76" y2="52" stroke-width="2"/>
|
|
|
|
<!-- Control buttons (3x3 grid) -->
|
|
<circle cx="48" cy="72" r="3" fill="#ffffff"/>
|
|
<circle cx="64" cy="72" r="3" fill="#ffffff"/>
|
|
<circle cx="80" cy="72" r="3" fill="#ffffff"/>
|
|
|
|
<circle cx="48" cy="84" r="3" fill="#ffffff"/>
|
|
<circle cx="64" cy="84" r="3" fill="#ffffff"/>
|
|
<circle cx="80" cy="84" r="3" fill="#ffffff"/>
|
|
|
|
<circle cx="48" cy="96" r="3" fill="#ffffff"/>
|
|
<circle cx="64" cy="96" r="3" fill="#ffffff"/>
|
|
<circle cx="80" cy="96" r="3" fill="#ffffff"/>
|
|
|
|
<!-- Sensor/antenna indicator -->
|
|
<line x1="64" y1="24" x2="64" y2="18" stroke-width="2"/>
|
|
<circle cx="64" cy="16" r="2" fill="#ffffff"/>
|
|
</g>
|
|
</svg>
|