9 lines
400 B
XML
9 lines
400 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<!-- Dark background -->
|
||
|
|
<rect width="32" height="32" rx="6" fill="#1E1E1E"/>
|
||
|
|
<!-- Classic green C:\> prompt -->
|
||
|
|
<text x="3" y="15" font-family="monospace" font-size="8" font-weight="bold" fill="#00FF00">C:\></text>
|
||
|
|
<!-- Blinking cursor line -->
|
||
|
|
<rect x="3" y="20" width="8" height="2" fill="#00FF00" opacity="0.8"/>
|
||
|
|
</svg>
|