Files
empor.fi/empor-logo.svg
Jukka Lampikoski 273494d257 Tumma tausta + logo EMPOR-teksti ja kaaret valkoisiksi
Kuusikulmio + E pysyy sininen/valkoinen, mutta EMPOR-teksti ja
signaalikaaret vaihdettu valkoisiksi tummalle taustalle sopivaksi.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 22:05:33 +02:00

21 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 48" width="180" height="48">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a5276;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2e86c1;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Icon: stylized E with signal/network lines -->
<g transform="translate(4, 4)">
<!-- Shield/hexagon shape -->
<path d="M20 0 L36 8 L36 28 L20 40 L4 28 L4 8 Z" fill="url(#grad)" rx="2"/>
<!-- E letter inside -->
<text x="20" y="28" text-anchor="middle" font-family="Arial, Helvetica, sans-serif" font-weight="800" font-size="24" fill="white" letter-spacing="-1">E</text>
<!-- Signal arcs -->
<path d="M34 12 Q42 20 34 28" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="2" stroke-linecap="round"/>
<path d="M38 8 Q48 20 38 32" fill="none" stroke="rgba(255,255,255,0.25)" stroke-width="1.5" stroke-linecap="round"/>
</g>
<!-- EMPOR text -->
<text x="56" y="33" font-family="Arial, Helvetica, sans-serif" font-weight="800" font-size="28" fill="white" letter-spacing="2">EMPOR</text>
</svg>