Replace logo with small man icon (consultant figure + connection dots)
This commit is contained in:
+15
-14
@@ -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 |
Reference in New Issue
Block a user