14 lines
664 B
XML
14 lines
664 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background circle -->
|
|
<circle cx="16" cy="16" r="15" fill="#1a1a1a" stroke="#00d4aa" stroke-width="2"/>
|
|
|
|
<!-- NGX Text -->
|
|
<text x="16" y="20" font-family="Arial, sans-serif" font-size="10" font-weight="bold" text-anchor="middle" fill="#00d4aa">NGX</text>
|
|
|
|
<!-- Decorative elements -->
|
|
<circle cx="8" cy="8" r="1.5" fill="#00d4aa" opacity="0.8"/>
|
|
<circle cx="24" cy="8" r="1.5" fill="#00d4aa" opacity="0.8"/>
|
|
<circle cx="8" cy="24" r="1.5" fill="#00d4aa" opacity="0.6"/>
|
|
<circle cx="24" cy="24" r="1.5" fill="#00d4aa" opacity="0.6"/>
|
|
</svg>
|