7 lines
387 B
XML
7 lines
387 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<rect width="32" height="32" rx="6" fill="#020617"/>
|
|
<path d="M16 6L7 11v10l9 5 9-5V11l-9-5z" stroke="#22d3ee" stroke-width="1.5" fill="none"/>
|
|
<circle cx="16" cy="16" r="4" fill="#22d3ee" opacity="0.3"/>
|
|
<path d="M16 12v8M12 16h8" stroke="#22d3ee" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|