51 lines
2.1 KiB
XML
51 lines
2.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<!-- Black background -->
|
|
<rect width="512" height="512" fill="#000000" rx="64"/>
|
|
|
|
<!-- Bicorder device body (white) -->
|
|
<g fill="#ffffff" stroke="#ffffff">
|
|
<!-- Main device body -->
|
|
<rect x="144" y="96" width="224" height="320" fill="none" stroke-width="12" rx="16"/>
|
|
|
|
<!-- Screen area -->
|
|
<rect x="168" y="120" width="176" height="112" fill="none" stroke-width="8"/>
|
|
|
|
<!-- Screen content (ASCII-style bars) -->
|
|
<line x1="192" y1="144" x2="192" y2="208" stroke-width="8"/>
|
|
<line x1="220" y1="160" x2="220" y2="208" stroke-width="8"/>
|
|
<line x1="248" y1="136" x2="248" y2="208" stroke-width="8"/>
|
|
<line x1="276" y1="168" x2="276" y2="208" stroke-width="8"/>
|
|
<line x1="304" y1="152" x2="304" y2="208" stroke-width="8"/>
|
|
|
|
<!-- Control buttons (3x3 grid) -->
|
|
<circle cx="192" cy="288" r="12" fill="#ffffff"/>
|
|
<circle cx="256" cy="288" r="12" fill="#ffffff"/>
|
|
<circle cx="320" cy="288" r="12" fill="#ffffff"/>
|
|
|
|
<circle cx="192" cy="336" r="12" fill="#ffffff"/>
|
|
<circle cx="256" cy="336" r="12" fill="#ffffff"/>
|
|
<circle cx="320" cy="336" r="12" fill="#ffffff"/>
|
|
|
|
<circle cx="192" cy="384" r="12" fill="#ffffff"/>
|
|
<circle cx="256" cy="384" r="12" fill="#ffffff"/>
|
|
<circle cx="320" cy="384" r="12" fill="#ffffff"/>
|
|
|
|
<!-- Sensor/antenna indicator -->
|
|
<line x1="256" y1="96" x2="256" y2="72" stroke-width="8"/>
|
|
<circle cx="256" cy="64" r="8" fill="#ffffff"/>
|
|
|
|
<!-- Corner detail accents -->
|
|
<line x1="160" y1="112" x2="180" y2="112" stroke-width="3" opacity="0.7"/>
|
|
<line x1="160" y1="112" x2="160" y2="132" stroke-width="3" opacity="0.7"/>
|
|
|
|
<line x1="352" y1="112" x2="332" y2="112" stroke-width="3" opacity="0.7"/>
|
|
<line x1="352" y1="112" x2="352" y2="132" stroke-width="3" opacity="0.7"/>
|
|
|
|
<line x1="160" y1="404" x2="180" y2="404" stroke-width="3" opacity="0.7"/>
|
|
<line x1="160" y1="404" x2="160" y2="384" stroke-width="3" opacity="0.7"/>
|
|
|
|
<line x1="352" y1="404" x2="332" y2="404" stroke-width="3" opacity="0.7"/>
|
|
<line x1="352" y1="404" x2="352" y2="384" stroke-width="3" opacity="0.7"/>
|
|
</g>
|
|
</svg>
|