eis-website/img/logo.svg

30 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- Background circle -->
<circle cx="50" cy="50" r="48" fill="#1e40af" opacity="0.1" stroke="#1e40af" stroke-width="2"/>
<!-- University building/icon -->
<g transform="translate(50, 50)">
<!-- Main building shape -->
<rect x="-25" y="-15" width="50" height="30" fill="#1e40af"/>
<!-- Roof -->
<polygon points="-25,-15 0,-30 25,-15" fill="#2563eb"/>
<!-- Door -->
<rect x="-8" y="5" width="16" height="20" fill="#fbbf24"/>
<circle cx="-2" cy="15" r="2" fill="#1e40af"/>
<!-- Windows left -->
<rect x="-18" y="-8" width="6" height="6" fill="#93c5fd"/>
<rect x="-18" y="2" width="6" height="6" fill="#93c5fd"/>
<!-- Windows right -->
<rect x="12" y="-8" width="6" height="6" fill="#93c5fd"/>
<rect x="12" y="2" width="6" height="6" fill="#93c5fd"/>
<!-- Flag pole -->
<rect x="0" y="-28" width="2" height="10" fill="#64748b"/>
<!-- Flag -->
<rect x="2" y="-27" width="8" height="5" fill="#2563eb"/>
</g>
</svg>