glam/frontend/public/nde-logo.svg
2025-11-30 23:30:29 +01:00

44 lines
3 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- NDE Logo - Sunburst "e" shape with gap on right side -->
<g fill="#3366FF">
<!-- Horizontal bar through center (the crossbar of the "e") -->
<rect x="10" y="48" width="80" height="4"/>
<!-- Upper half: lines radiating from center going counterclockwise from right -->
<!-- Starting at 3 o'clock (0°) going up to 9 o'clock (180°) -->
<rect x="50" y="18" width="32" height="3" transform="rotate(-11.25, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-22.5, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-33.75, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-45, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-56.25, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-67.5, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-78.75, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-90, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-101.25, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-112.5, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-123.75, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-135, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-146.25, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-157.5, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-168.75, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(-180, 50, 50)"/>
<!-- Lower half: lines from 9 o'clock going down to ~4 o'clock (leaving gap for "e" opening) -->
<rect x="50" y="18" width="32" height="3" transform="rotate(168.75, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(157.5, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(146.25, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(135, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(123.75, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(112.5, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(101.25, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(90, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(78.75, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(67.5, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(56.25, 50, 50)"/>
<rect x="50" y="18" width="32" height="3" transform="rotate(45, 50, 50)"/>
<!-- Gap here for the "e" opening - no lines from ~33° to ~0° -->
</g>
<!-- White circle in center to create the hollow -->
<circle cx="50" cy="50" r="18" fill="white"/>
</svg>