<div id="svg-box">
  <svg x="0" y="0" width="100" height="60">
    <circle id="circle1" cx="60" cy="30" r="25" fill="#99f"></circle>
  </svg>
  <svg x="0" y="0" width="60" height="60">
    <rect class="cls1" x="10" y="5" width="50" height="50" fill="#f9f"></rect>
  </svg>
  <svg x="0" y="0" width="80" height="60">
    <circle id="circle2" cx="50" cy="30" r="25" fill="#0ff"></circle>
  </svg>
</div>