53 Zeilen
1.6 KiB
XML
53 Zeilen
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="450" height="100" viewBox="0 0 450 100" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
|
|
</style>
|
|
|
|
<!-- Accurate shield matching original -->
|
|
<g id="shield-eye-accurate">
|
|
<!-- Angular shield shape -->
|
|
<path d="M 35 30
|
|
L 65 30
|
|
L 75 40
|
|
L 75 80
|
|
L 50 115
|
|
L 25 80
|
|
L 25 40
|
|
L 35 30 Z"
|
|
fill="none"
|
|
stroke="#232D53"
|
|
stroke-width="3.5"
|
|
stroke-linejoin="miter"/>
|
|
|
|
<!-- Eye centered in shield -->
|
|
<g transform="translate(50, 65)">
|
|
<!-- Almond/football shaped eye -->
|
|
<ellipse cx="0" cy="0" rx="24" ry="13"
|
|
fill="none"
|
|
stroke="#232D53"
|
|
stroke-width="3.5"/>
|
|
|
|
<!-- Circular iris -->
|
|
<circle cx="0" cy="0" r="10"
|
|
fill="none"
|
|
stroke="#232D53"
|
|
stroke-width="3.5"/>
|
|
|
|
<!-- Pupil -->
|
|
<circle cx="0" cy="0" r="4" fill="#232D53"/>
|
|
</g>
|
|
</g>
|
|
</defs>
|
|
|
|
<!-- Light version with IntelSight corporate colors -->
|
|
<g transform="translate(20, 50)">
|
|
<!-- Shield centered vertically with text -->
|
|
<g transform="translate(0, -72.5)">
|
|
<use href="#shield-eye-accurate"/>
|
|
</g>
|
|
<!-- Text aligned with shield center -->
|
|
<text x="90" y="5" font-family="'Poppins', sans-serif" font-size="46" font-weight="600" fill="#232D53">IntelSight</text>
|
|
</g>
|
|
</svg> |