11 lines
597 B
XML
11 lines
597 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
<rect width="32" height="32" rx="8" fill="#863bff"/>
|
|
<!-- key ring -->
|
|
<circle cx="12" cy="14" r="5" stroke="white" stroke-width="2.2" fill="none"/>
|
|
<!-- key shaft -->
|
|
<line x1="16" y1="14" x2="26" y2="14" stroke="white" stroke-width="2.2" stroke-linecap="round"/>
|
|
<!-- key teeth -->
|
|
<line x1="23" y1="14" x2="23" y2="17" stroke="white" stroke-width="2.2" stroke-linecap="round"/>
|
|
<line x1="20" y1="14" x2="20" y2="17" stroke="white" stroke-width="2.2" stroke-linecap="round"/>
|
|
</svg>
|