magpie-frontend/public/magpie-logo.svg
2025-06-08 11:18:08 +01:00

39 lines
1.4 KiB
XML

<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
.magpie-body { fill: #1a1a1a; }
.magpie-belly { fill: #f5f5f5; }
.magpie-book { fill: #2a2a2a; stroke: #1a1a1a; stroke-width: 3; }
.magpie-eye { fill: #f5f5f5; }
</style>
</defs>
<!-- Book -->
<path d="M150 280 L250 280 L270 320 L130 320 Z" class="magpie-book"/>
<path d="M150 280 L250 280 L245 290 L155 290 Z" class="magpie-book"/>
<!-- Magpie Body -->
<ellipse cx="200" cy="220" rx="45" ry="65" class="magpie-body"/>
<!-- Magpie Belly -->
<ellipse cx="200" cy="235" rx="25" ry="35" class="magpie-belly"/>
<!-- Magpie Head -->
<circle cx="200" cy="160" r="35" class="magpie-body"/>
<!-- Magpie Beak -->
<path d="M225 155 L245 160 L225 165 Z" class="magpie-body"/>
<!-- Magpie Eye -->
<circle cx="210" cy="150" r="6" class="magpie-eye"/>
<!-- Magpie Tail -->
<path d="M155 250 L120 280 L140 290 L175 260 Z" class="magpie-body"/>
<!-- Magpie Wing -->
<ellipse cx="185" cy="210" rx="15" ry="30" class="magpie-body" transform="rotate(-20 185 210)"/>
<!-- Magpie Feet -->
<path d="M185 285 L185 295 M190 295 L180 295 M195 295 L185 295" class="magpie-body" stroke="#1a1a1a" stroke-width="2" fill="none"/>
<path d="M215 285 L215 295 M220 295 L210 295 M225 295 L215 295" class="magpie-body" stroke="#1a1a1a" stroke-width="2" fill="none"/>
</svg>