19 lines
899 B
XML
19 lines
899 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 50" width="180" height="50">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="sideGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
||
|
|
<stop offset="0%" style="stop-color:#6366f1"/>
|
||
|
|
<stop offset="100%" style="stop-color:#a855f7"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- Mini shield -->
|
||
|
|
<path d="M22 4 L38 11 L38 25 Q38 36 22 40 Q6 36 6 25 L6 11 Z"
|
||
|
|
fill="url(#sideGrad)" opacity="0.2" stroke="url(#sideGrad)" stroke-width="1"/>
|
||
|
|
<text x="22" y="28" font-family="monospace" font-size="17" font-weight="bold"
|
||
|
|
fill="url(#sideGrad)" text-anchor="middle">S</text>
|
||
|
|
<!-- Text -->
|
||
|
|
<text x="52" y="24" font-family="monospace" font-size="18" font-weight="bold"
|
||
|
|
fill="#f9fafb" letter-spacing="3">SETEC</text>
|
||
|
|
<text x="52" y="38" font-family="monospace" font-size="8" fill="#6b7280"
|
||
|
|
letter-spacing="1.5">APP MANAGER</text>
|
||
|
|
</svg>
|