bienen-christian/mädelz-logo.svg

173 lines
6.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
<defs>
<!-- Clip für Bienen-Körperstreifen -->
<clipPath id="bodyClip">
<ellipse cx="250" cy="287" rx="40" ry="52"/>
</clipPath>
<!-- Oberer Textbogen: MÄDELZ -->
<path id="topArc" d="M 80,250 A 170,170 0 0,1 420,250"/>
<!-- Unterer Textbogen: VOM ZIEGENHOF -->
<path id="bottomArc" d="M 75,250 A 175,175 0 0,0 425,250"/>
</defs>
<!-- =============================== -->
<!-- BADGE-RING (von außen nach innen) -->
<!-- =============================== -->
<!-- Äußerster dunkler Ring -->
<circle cx="250" cy="250" r="238" fill="#2C1800"/>
<!-- Cremefarbene Fläche -->
<circle cx="250" cy="250" r="225" fill="#FFF8E7"/>
<!-- Goldene Zierlinien -->
<circle cx="250" cy="250" r="218" fill="none" stroke="#C17A00" stroke-width="2.5"/>
<circle cx="250" cy="250" r="212" fill="none" stroke="#C17A00" stroke-width="1"/>
<!-- Haupt-Hintergrund (innen) -->
<circle cx="250" cy="250" r="207" fill="#FFF8E7"/>
<!-- =============================== -->
<!-- WABENMUSTER (subtil, Hintergrund) -->
<!-- =============================== -->
<g opacity="0.09" stroke="#B8690A" stroke-width="1.5" fill="none">
<polygon points="250,128 265,137 265,155 250,164 235,155 235,137"/>
<polygon points="280,146 295,155 295,173 280,182 265,173 265,155"/>
<polygon points="220,146 235,155 235,173 220,182 205,173 205,155"/>
<polygon points="250,164 265,173 265,191 250,200 235,191 235,173"/>
<polygon points="280,182 295,191 295,209 280,218 265,209 265,191"/>
<polygon points="220,182 235,191 235,209 220,218 205,209 205,191"/>
</g>
<!-- =============================== -->
<!-- BIENE komplett (15px nach oben) -->
<!-- =============================== -->
<g transform="translate(0,-25)">
<!-- Linker oberer Flügel -->
<ellipse cx="206" cy="255" rx="37" ry="21"
fill="rgba(200,230,255,0.70)"
stroke="#88AACC" stroke-width="1.5"
transform="rotate(-24,206,255)"/>
<!-- Rechter oberer Flügel -->
<ellipse cx="294" cy="255" rx="37" ry="21"
fill="rgba(200,230,255,0.70)"
stroke="#88AACC" stroke-width="1.5"
transform="rotate(24,294,255)"/>
<!-- Linker unterer Flügel -->
<ellipse cx="213" cy="279" rx="25" ry="13"
fill="rgba(200,230,255,0.52)"
stroke="#88AACC" stroke-width="1"
transform="rotate(-8,213,279)"/>
<!-- Rechter unterer Flügel -->
<ellipse cx="287" cy="279" rx="25" ry="13"
fill="rgba(200,230,255,0.52)"
stroke="#88AACC" stroke-width="1"
transform="rotate(8,287,279)"/>
<!-- Körper -->
<ellipse cx="250" cy="287" rx="40" ry="52" fill="#F5C030"/>
<!-- Streifen -->
<g clip-path="url(#bodyClip)">
<rect x="210" y="269" width="80" height="13" fill="#2C1800"/>
<rect x="210" y="286" width="80" height="13" fill="#2C1800"/>
<rect x="210" y="303" width="80" height="13" fill="#2C1800"/>
<rect x="210" y="320" width="80" height="10" fill="#2C1800"/>
</g>
<!-- Körper-Outline -->
<ellipse cx="250" cy="287" rx="40" ry="52" fill="none" stroke="#2C1800" stroke-width="2"/>
<!-- Kopf -->
<circle cx="250" cy="225" r="29" fill="#F5C030" stroke="#2C1800" stroke-width="2"/>
<!-- Fühler -->
<path d="M 240,198 C 233,183 223,172 216,166"
stroke="#2C1800" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<path d="M 260,198 C 267,183 277,172 284,166"
stroke="#2C1800" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<circle cx="214" cy="163" r="5.5" fill="#F5C030" stroke="#2C1800" stroke-width="1.8"/>
<circle cx="286" cy="163" r="5.5" fill="#F5C030" stroke="#2C1800" stroke-width="1.8"/>
<!-- Augen -->
<circle cx="241" cy="221" r="5.5" fill="#2C1800"/>
<circle cx="259" cy="221" r="5.5" fill="#2C1800"/>
<circle cx="242.5" cy="219" r="2" fill="white"/>
<circle cx="260.5" cy="219" r="2" fill="white"/>
<!-- Wangen -->
<circle cx="231" cy="233" r="7" fill="#FF6060" opacity="0.30"/>
<circle cx="269" cy="233" r="7" fill="#FF6060" opacity="0.30"/>
<!-- Lächeln -->
<path d="M 241,238 Q 250,247 259,238"
stroke="#2C1800" stroke-width="2.5" fill="none" stroke-linecap="round"/>
</g><!-- Ende Biene -->
<!-- =============================== -->
<!-- ZIERTEXT & TRENNLINIE -->
<!-- =============================== -->
<!-- Name & Imkerei-Label -->
<text x="250" y="344"
font-family="Georgia, 'Palatino Linotype', serif"
font-size="11" font-style="italic"
fill="#8B5500" text-anchor="middle" letter-spacing="3">
Hobbyimkerei
</text>
<text x="250" y="370"
font-family="Georgia, 'Palatino Linotype', serif"
font-size="15" font-weight="bold"
fill="#2C1800" text-anchor="middle" letter-spacing="2">
Christian Koch
</text>
<!-- Trennlinie mit Diamant -->
<line x1="112" y1="384" x2="200" y2="384" stroke="#C17A00" stroke-width="1.5"/>
<line x1="300" y1="384" x2="388" y2="384" stroke="#C17A00" stroke-width="1.5"/>
<polygon points="250,378 257,384 250,390 243,384" fill="#C17A00"/>
<!-- Kleine Blüten-Akzente (links & rechts) -->
<g fill="#4A6B35" opacity="0.60">
<circle cx="130" cy="268" r="4.5"/>
<circle cx="122" cy="259" r="3.5"/>
<circle cx="138" cy="259" r="3.5"/>
<circle cx="117" cy="271" r="3"/>
<circle cx="143" cy="271" r="3"/>
<rect x="129" y="272" width="2" height="15" rx="1"/>
</g>
<g fill="#4A6B35" opacity="0.60">
<circle cx="370" cy="268" r="4.5"/>
<circle cx="362" cy="259" r="3.5"/>
<circle cx="378" cy="259" r="3.5"/>
<circle cx="357" cy="271" r="3"/>
<circle cx="383" cy="271" r="3"/>
<rect x="369" y="272" width="2" height="15" rx="1"/>
</g>
<!-- =============================== -->
<!-- ARC-TEXT -->
<!-- =============================== -->
<!-- OBEN: "MÄDELZ" -->
<text font-family="Georgia, 'Palatino Linotype', serif"
font-weight="bold" font-size="36"
fill="#2C1800" letter-spacing="8">
<textPath href="#topArc" startOffset="50%" text-anchor="middle">MÄDELZ</textPath>
</text>
<!-- UNTEN: "VOM ZIEGENHOF · DUDERSTADT" -->
<text font-family="Georgia, 'Palatino Linotype', serif"
font-size="15.5" fill="#8B5500" letter-spacing="1.5">
<textPath href="#bottomArc" startOffset="50%" text-anchor="middle">· · · LANGENHAGEN · · ·</textPath>
</text>
</svg>