29 lines
1.1 KiB
XML
29 lines
1.1 KiB
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) -->
|
|
<style>
|
|
.frame { fill: #475569; }
|
|
.screen { fill: #94A3B8; }
|
|
.light { fill: #CBD5E1; }
|
|
.pixel { fill: #F1F5F9; }
|
|
</style>
|
|
|
|
<!-- Outer frame -->
|
|
<rect class="frame" x="6" y="6" width="20" height="20"/>
|
|
<rect class="frame" x="4" y="8" width="2" height="16"/>
|
|
<rect class="frame" x="26" y="8" width="2" height="16"/>
|
|
<rect class="frame" x="8" y="4" width="16" height="2"/>
|
|
<rect class="frame" x="8" y="26" width="16" height="2"/>
|
|
|
|
<!-- Screen -->
|
|
<rect class="screen" x="10" y="10" width="12" height="12"/>
|
|
|
|
<!-- Simple pixel pattern on screen -->
|
|
<rect class="pixel" x="12" y="12" width="2" height="2"/>
|
|
<rect class="pixel" x="18" y="12" width="2" height="2"/>
|
|
<rect class="pixel" x="14" y="16" width="4" height="2"/>
|
|
<rect class="pixel" x="12" y="18" width="8" height="2"/>
|
|
|
|
<!-- Corner highlights -->
|
|
<rect class="light" x="6" y="6" width="2" height="2" opacity="0.3"/>
|
|
</svg>
|