Lisää Empor-yrityksen SVG-logo
Kuusikulmio-ikoni + EMPOR-teksti, sininen gradient. Valmis uploadattavaksi yrityksen asetuksissa. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
20
empor-logo.svg
Normal file
20
empor-logo.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user