13 lines
587 B
XML
13 lines
587 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<!-- Monitor body -->
|
|
<rect x="2" y="4" width="28" height="18" rx="2.5" ry="2.5" fill="#1a1a2e" stroke="#7c6ff7" stroke-width="1.5"/>
|
|
<!-- Screen inner -->
|
|
<rect x="4.5" y="6.5" width="23" height="13" rx="1" fill="#0d0d1a"/>
|
|
<!-- Stand neck -->
|
|
<rect x="14" y="22" width="4" height="4" fill="#7c6ff7"/>
|
|
<!-- Stand base -->
|
|
<rect x="10" y="26" width="12" height="2.5" rx="1.2" fill="#7c6ff7"/>
|
|
<!-- Lightning bolt on screen -->
|
|
<polygon points="18,9 14,16 16.5,16 14,23 20,15 17,15" fill="#f0c040"/>
|
|
</svg>
|