Abbaye

at 6297799

<?xml version="1.0" encoding="UTF-8" ?>
<svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 380 140"
    width="380"
    height="140"
>
  <defs>
    <clipPath id="badge-wm">
      <circle cx="100" cy="100" r="96" />
    </clipPath>
  </defs>

  <!-- Full-bleed background with rounded corners -->
  <rect x="0" y="0" width="380" height="140" rx="16" fill="#1a3a2a" />

  <!-- ── Icon (120×120, centred at 70,70 inside the badge) ──
       Nested viewBox scales the 200×200 icon geometry down to 120×120. -->
  <svg x="10" y="10" width="120" height="120" viewBox="0 0 200 200">
    <circle cx="100" cy="100" r="96" fill="#1a3a2a" />
    <g clip-path="url(#badge-wm)">
      <!-- Left tower -->
      <polygon points="20,60 64,60 42,25" fill="#f0e6c8" />
      <rect x="20" y="60" width="44" height="120" fill="#f0e6c8" />
      <!-- Right tower -->
      <polygon points="136,60 180,60 158,25" fill="#f0e6c8" />
      <rect x="136" y="60" width="44" height="120" fill="#f0e6c8" />
      <!-- Central nave -->
      <rect x="64" y="88" width="72" height="92" fill="#f0e6c8" />
      <!-- Left arched window -->
      <path d="M30,108 L30,82 A12,12 0 0,1 54,82 L54,108 Z" fill="#f9adc5" />
      <!-- Right arched window -->
      <path
                d="M146,108 L146,82 A12,12 0 0,1 170,82 L170,108 Z"
                fill="#f9adc5"
            />
      <!-- Arch doorway -->
      <path
                d="M79,180 L79,155 A21,21 0 0,1 121,155 L121,180 Z"
                fill="#1a3a2a"
            />
    </g>
    <circle
            cx="100"
            cy="100"
            r="96"
            fill="none"
            stroke="#2d5a3d"
            stroke-width="2.5"
        />
  </svg>

  <!-- Vertical separator -->
  <line
        x1="148"
        y1="22"
        x2="148"
        y2="118"
        stroke="#2d5a3d"
        stroke-width="1.5"
    />

  <!-- Project name -->
  <text
        x="168"
        y="88"
        font-family="Georgia, 'Palatino Linotype', Palatino, serif"
        font-size="54"
        letter-spacing="-1"
        fill="#f0e6c8"
    >abbaye</text>

</svg>