<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="500" height="500" viewBox="-80 -80 160 160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
  <desc>Emblem of Kusatsu, Shiga</desc>
  <defs>
    <clipPath id="m">
      <rect x="3" y="-100" width="100" height="200" />
    </clipPath>
  </defs>
  <g stroke="#008837" stroke-width="18">
    <g id="c" clip-path="url(#m)">
      <circle cx="-40" r="71" fill="none" />
      <line x2="-40" transform="rotate(30) translate(80) rotate(-30) translate(0,-40)" />
    </g>
    <use xlink:href="#c" transform="scale(-1)" />
    <line x1="-30" x2="30" />
  </g>
</svg>