13 lines
533 B
XML
13 lines
533 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
||
<!-- Dark background -->
|
||
<rect width="32" height="32" rx="6" fill="#0d1117"/>
|
||
<!-- Monitor icon (scaled from 24×24 to ~20×20, centered) -->
|
||
<g transform="translate(6, 6) scale(0.833)" stroke="#00d4ff" stroke-width="2"
|
||
stroke-linecap="round" stroke-linejoin="round" fill="none">
|
||
<rect x="2" y="3" width="20" height="14" rx="2"/>
|
||
<line x1="8" y1="21" x2="16" y2="21"/>
|
||
<line x1="12" y1="17" x2="12" y2="21"/>
|
||
</g>
|
||
</svg>
|
||
|