Replace logo with small man icon (consultant figure + connection dots)

This commit is contained in:
Hermes Agent
2026-08-07 18:03:52 +00:00
parent 71b1196c20
commit 2205ca1329
2 changed files with 24 additions and 17 deletions
+15 -14
View File
@@ -1,28 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 120" fill="none">
<defs>
<linearGradient id="logoGrad" x1="0" y1="0" x2="1" y2="1">
<linearGradient id="lg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4338ca"/>
<stop offset="100%" stop-color="#3b82f6"/>
</linearGradient>
</defs>
<!-- Icon mark: interlocking O and E with connection dot -->
<g transform="translate(8, 10)">
<!-- Outer ring (O) -->
<rect x="4" y="4" width="92" height="92" rx="22" stroke="url(#logoGrad)" stroke-width="7" fill="none"/>
<!-- Inner bar (E) -->
<rect x="28" y="28" width="44" height="44" rx="11" fill="url(#logoGrad)" opacity="0.15"/>
<path d="M36 50h28M36 38h20M36 62h16" stroke="url(#logoGrad)" stroke-width="5.5" stroke-linecap="round"/>
<!-- Connection dot -->
<circle cx="72" cy="28" r="9" fill="url(#logoGrad)"/>
<circle cx="72" cy="28" r="3.5" fill="#fff"/>
<!-- Icon: small consultant figure with connection dots -->
<g transform="translate(10, 10)">
<!-- Head -->
<circle cx="50" cy="32" r="14" fill="url(#lg)"/>
<!-- Body -->
<path d="M28 80c0-14 10-24 22-24s22 10 22 24" fill="url(#lg)" opacity="0.15" stroke="url(#lg)" stroke-width="4.5" stroke-linecap="round"/>
<!-- Connection dots orbiting -->
<circle cx="18" cy="28" r="5" fill="url(#lg)" opacity="0.4"/>
<circle cx="82" cy="28" r="5" fill="url(#lg)" opacity="0.4"/>
<circle cx="28" cy="72" r="3.5" fill="url(#lg)" opacity="0.25"/>
<circle cx="72" cy="72" r="3.5" fill="url(#lg)" opacity="0.25"/>
<!-- Dashed orbit arcs -->
<path d="M20 50a42 42 0 0 1 60 0" stroke="url(#lg)" stroke-width="2" stroke-dasharray="4 6" fill="none" opacity="0.3"/>
<path d="M20 54a42 42 0 0 0 60 0" stroke="url(#lg)" stroke-width="2" stroke-dasharray="4 6" fill="none" opacity="0.3"/>
</g>
<!-- Wordmark -->
<g transform="translate(120, 18)">
<!-- Odoo -->
<text x="0" y="36" font-family="'Inter','-apple-system',sans-serif" font-weight="700" font-size="32" fill="#0f172a" letter-spacing="-0.5">Odoo</text>
<!-- Expertos -->
<text x="0" y="72" font-family="'Inter','-apple-system',sans-serif" font-weight="300" font-size="26" fill="#64748b" letter-spacing="1.5">Expertos</text>
</g>
<!-- Tagline -->
<text x="360" y="82" font-family="'Inter','-apple-system',sans-serif" font-weight="400" font-size="9" fill="#94a3b8" letter-spacing="0.5" text-anchor="end">Proyectos + Expertos Odoo</text>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

+9 -3
View File
@@ -6,7 +6,13 @@
</linearGradient>
</defs>
<rect x="2" y="2" width="60" height="60" rx="16" fill="url(#fg)"/>
<rect x="10" y="10" width="44" height="44" rx="11" fill="#fff" opacity="0.15"/>
<path d="M18 32h28M18 24h20M18 40h16" stroke="#fff" stroke-width="5" stroke-linecap="round"/>
<circle cx="46" cy="22" r="5" fill="#fff" opacity="0.9"/>
<!-- Head -->
<circle cx="32" cy="22" r="9" fill="#fff"/>
<!-- Body -->
<path d="M16 52c0-10 7-17 16-17s16 7 16 17" fill="rgba(255,255,255,0.2)" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<!-- Connection dots -->
<circle cx="12" cy="20" r="3" fill="#fff" opacity="0.5"/>
<circle cx="52" cy="20" r="3" fill="#fff" opacity="0.5"/>
<circle cx="18" cy="46" r="2.5" fill="#fff" opacity="0.3"/>
<circle cx="46" cy="46" r="2.5" fill="#fff" opacity="0.3"/>
</svg>

Before

Width:  |  Height:  |  Size: 580 B

After

Width:  |  Height:  |  Size: 822 B