icon.svg•1.29 kB
<?xml version="1.0" encoding="UTF-8"?>
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Fondo degradado -->
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#0a0f1a"/>
<stop offset="100%" stop-color="#1a2820"/>
</linearGradient>
<!-- Verde fosforito estilo terminal -->
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#39ff14"/>
<stop offset="100%" stop-color="#00ff88"/>
</linearGradient>
</defs>
<!-- Fondo circular -->
<circle cx="256" cy="256" r="240" fill="url(#bg)"/>
<!-- Aros abstractos (registro) -->
<circle cx="256" cy="256" r="180" stroke="url(#accent)" stroke-width="12" fill="none" opacity="0.25"/>
<circle cx="256" cy="256" r="130" stroke="url(#accent)" stroke-width="6" fill="none" opacity="0.35"/>
<!-- Prompt centrado -->
<g transform="translate(206,228)">
<!-- símbolo > -->
<polygon points="0,0 40,28 0,56" fill="url(#accent)" opacity="0.9"/>
<!-- cursor -->
<rect x="55" y="22" width="60" height="12" rx="3" fill="url(#accent)" opacity="0.85"/>
</g>
<!-- Glow interior -->
<circle cx="256" cy="256" r="90" fill="url(#accent)" opacity="0.08"/>
</svg>