- Lisää SVG-logo (kuusikulmio + EMPOR-teksti) - Tumma sininen tausta (#0a0f1a) - Sininen tagline "IT-palvelut & tietoverkot" - Logo käännetty valkoiseksi CSS filterillä - Favicon logosta Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
1.1 KiB
XML
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="#2e86c1" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
|
|
<path d="M38 8 Q48 20 38 32" fill="none" stroke="#2e86c1" stroke-width="1.5" stroke-linecap="round" opacity="0.35"/>
|
|
</g>
|
|
<!-- EMPOR text -->
|
|
<text x="56" y="33" font-family="Arial, Helvetica, sans-serif" font-weight="800" font-size="28" fill="#1a5276" letter-spacing="2">EMPOR</text>
|
|
</svg>
|