12 lines
662 B
XML
12 lines
662 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<!-- Full bleed background for maskable -->
|
|
<rect width="512" height="512" fill="#0f0f13"/>
|
|
<!-- Microphone body (slightly smaller for safe zone) -->
|
|
<rect x="218" y="116" width="76" height="148" rx="38" fill="#7c6af7"/>
|
|
<!-- Microphone arc -->
|
|
<path d="M172 264 a84 84 0 0 0 168 0" fill="none" stroke="#7c6af7" stroke-width="22" stroke-linecap="round"/>
|
|
<!-- Stand -->
|
|
<line x1="256" y1="348" x2="256" y2="390" stroke="#7c6af7" stroke-width="22" stroke-linecap="round"/>
|
|
<line x1="206" y1="390" x2="306" y2="390" stroke="#7c6af7" stroke-width="22" stroke-linecap="round"/>
|
|
</svg>
|