11 lines
590 B
XML
11 lines
590 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="96" fill="#0f0f13"/>
|
|
<!-- Microphone body -->
|
|
<rect x="208" y="96" width="96" height="176" rx="48" fill="#7c6af7"/>
|
|
<!-- Microphone arc -->
|
|
<path d="M160 256 a96 96 0 0 0 192 0" fill="none" stroke="#7c6af7" stroke-width="24" stroke-linecap="round"/>
|
|
<!-- Stand -->
|
|
<line x1="256" y1="352" x2="256" y2="400" stroke="#7c6af7" stroke-width="24" stroke-linecap="round"/>
|
|
<line x1="200" y1="400" x2="312" y2="400" stroke="#7c6af7" stroke-width="24" stroke-linecap="round"/>
|
|
</svg>
|