15 lines
646 B
XML
15 lines
646 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#a855f7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Server rack body -->
|
|
<rect x="2" y="2" width="20" height="6" rx="1.5"/>
|
|
<rect x="2" y="10" width="20" height="6" rx="1.5"/>
|
|
<rect x="2" y="18" width="20" height="4" rx="1.5"/>
|
|
<!-- LED dots -->
|
|
<circle cx="18.5" cy="5" r="1" fill="#a855f7" stroke="none"/>
|
|
<circle cx="18.5" cy="13" r="1" fill="#a855f7" stroke="none"/>
|
|
<!-- Drive slots -->
|
|
<line x1="5" y1="5" x2="14" y2="5"/>
|
|
<line x1="5" y1="13" x2="14" y2="13"/>
|
|
<line x1="5" y1="21" x2="10" y2="21"/>
|
|
</svg>
|
|
|