33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="128" height="128">
|
|
<!-- Pixel Badge AI - 8-bit style circular screen device -->
|
|
<style>
|
|
.frame { fill: #1E3A5F; }
|
|
.screen { fill: #3B82F6; }
|
|
.glow { fill: #60A5FA; }
|
|
.pixel { fill: #FFFFFF; }
|
|
</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 glow -->
|
|
<rect class="glow" x="8" y="8" width="16" height="16" opacity="0.3"/>
|
|
|
|
<!-- Screen -->
|
|
<rect class="screen" x="10" y="10" width="12" height="12"/>
|
|
|
|
<!-- Pixel face 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="12" y="18" width="2" height="2"/>
|
|
<rect class="pixel" x="14" y="20" width="4" height="2"/>
|
|
<rect class="pixel" x="18" y="18" width="2" height="2"/>
|
|
|
|
<!-- Corner highlights -->
|
|
<rect class="glow" x="6" y="6" width="2" height="2" opacity="0.5"/>
|
|
</svg>
|