NEXA logo
- Paolo Casula
- 1 day ago
- 1 min read

<svg width="200" height="200" viewBox="0 0 200 200"
xmlns="http://www.w3.org/2000/svg">
<!-- Thin square frame with generous rounding -->
<rect x="8" y="8" width="184" height="184"
fill="none" stroke="#00DFFC" stroke-width="1.5" rx="24"/>
<!-- Gradient for the text -->
<defs>
<linearGradient id="grad-text" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#00DFFC"/>
<stop offset="100%" stop-color="#4A90E2"/>
</linearGradient>
</defs>
<!-- Modern one-word mark -->
<text x="100" y="120"
font-family="Montserrat, Arial, sans-serif"
font-weight="700"
font-size="48"
fill="url(#grad-text)"
text-anchor="middle"
letter-spacing="6">
NEXA
</text>
</svg>
Comments