15 lines
704 B
XML
15 lines
704 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 40" fill="none">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#7c3aed"/>
|
|
<stop offset="100%" stop-color="#ec4899"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Mark -->
|
|
<rect x="0" y="5" width="5.5" height="30" rx="2.75" fill="url(#g)"/>
|
|
<rect x="22" y="5" width="5.5" height="30" rx="2.75" fill="url(#g)"/>
|
|
<path d="M5.5 7.5L22 32.5" stroke="url(#g)" stroke-width="5.5" stroke-linecap="round"/>
|
|
<!-- Wordmark: nimuli -->
|
|
<text x="36" y="29" font-family="Inter, ui-sans-serif, sans-serif" font-weight="700" font-size="22" letter-spacing="-0.5" fill="url(#g)">nimuli</text>
|
|
</svg>
|