11 lines
625 B
XML
11 lines
625 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background circle for better visibility -->
|
|
<circle cx="16" cy="16" r="15" fill="#1e1e1e" stroke="#569cd6" stroke-width="2"/>
|
|
<!-- Vertical line of K -->
|
|
<line x1="10" y1="8" x2="10" y2="24" stroke="#569cd6" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- Upper diagonal of K -->
|
|
<line x1="10" y1="16" x2="22" y2="8" stroke="#569cd6" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- Lower diagonal of K -->
|
|
<line x1="10" y1="16" x2="22" y2="24" stroke="#569cd6" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|