24 lines
965 B
XML
24 lines
965 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="128" height="128">
|
|
<!-- Pixel Badge Basic - 8-bit style circular screen device (gray) -->
|
|
|
|
|
|
<!-- Outer frame -->
|
|
<rect fill="#475569" x="6" y="6" width="20" height="20"/>
|
|
<rect fill="#475569" x="4" y="8" width="2" height="16"/>
|
|
<rect fill="#475569" x="26" y="8" width="2" height="16"/>
|
|
<rect fill="#475569" x="8" y="4" width="16" height="2"/>
|
|
<rect fill="#475569" x="8" y="26" width="16" height="2"/>
|
|
|
|
<!-- Screen -->
|
|
<rect fill="#94A3B8" x="10" y="10" width="12" height="12"/>
|
|
|
|
<!-- Simple pixel pattern on screen -->
|
|
<rect fill="#F1F5F9" x="12" y="12" width="2" height="2"/>
|
|
<rect fill="#F1F5F9" x="18" y="12" width="2" height="2"/>
|
|
<rect fill="#F1F5F9" x="14" y="16" width="4" height="2"/>
|
|
<rect fill="#F1F5F9" x="12" y="18" width="8" height="2"/>
|
|
|
|
<!-- Corner highlights -->
|
|
<rect fill="#CBD5E1" x="6" y="6" width="2" height="2" opacity="0.3"/>
|
|
</svg>
|