neo-logo.svg•1.38 kB
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="neo-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00ff88"/>
<stop offset="100%" style="stop-color:#00cc6a"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background circle with gradient -->
<circle cx="16" cy="16" r="16" fill="url(#neo-gradient)" filter="url(#glow)"/>
<!-- Neo "N" letter -->
<path d="M8 24V8h3.5l6 10V8h3.5v16h-3.5l-6-10v10H8z" fill="white" opacity="0.95"/>
<!-- Circuit/tech accents -->
<circle cx="26" cy="6" r="1.5" fill="rgba(255,255,255,0.3)"/>
<circle cx="6" cy="26" r="1.2" fill="rgba(255,255,255,0.25)"/>
<path d="M24 6h-3m0 0v3" stroke="rgba(255,255,255,0.2)" stroke-width="0.8" stroke-linecap="round"/>
<path d="M8 26v-3m0 0h3" stroke="rgba(255,255,255,0.2)" stroke-width="0.8" stroke-linecap="round"/>
<!-- Inner tech pattern -->
<circle cx="16" cy="7" r="0.8" fill="rgba(255,255,255,0.15)"/>
<circle cx="25" cy="16" r="0.6" fill="rgba(255,255,255,0.1)"/>
<circle cx="16" cy="25" r="0.7" fill="rgba(255,255,255,0.12)"/>
</svg>