-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogo.svg.
More file actions
22 lines (17 loc) · 1.22 KB
/
Copy pathlogo.svg.
File metadata and controls
22 lines (17 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 150" width="100%" height="100%">
<!-- Sfondo scuro coordinato con il Trust Center -->
<rect width="100%" height="100%" fill="#0E1117"/>
<g transform="translate(30, 25)">
<!-- Icona: Esagono Network (Blockchain / Microgrid) -->
<polygon points="50,5 93,30 93,80 50,105 7,80 7,30" fill="none" stroke="#00FFA3" stroke-width="4" stroke-linejoin="round"/>
<!-- Icona Interna: Saetta Energetica (Telemetry) -->
<path d="M55,20 L25,60 L48,60 L41,90 L73,45 L50,45 Z" fill="#00FFA3"/>
<!-- Icona Esterna: Orbita Satellitare (Copernicus Signal) -->
<path d="M 12 20 A 46 46 0 0 1 88 20" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="4 4"/>
<circle cx="88" cy="20" r="4" fill="#FFFFFF"/>
</g>
<!-- Testo del Brand -->
<text x="150" y="75" font-family="'Segoe UI', Roboto, Helvetica, sans-serif" font-size="38" font-weight="800" fill="#FFFFFF" letter-spacing="1">energy_<tspan fill="#00FFA3">core</tspan></text>
<!-- Sottotitolo Istituzionale -->
<text x="152" y="105" font-family="'Segoe UI', Roboto, Helvetica, sans-serif" font-size="14" font-weight="600" fill="#8B949E" letter-spacing="4">PROJECT BLACKSTART</text>
</svg>