<g fill="none" stroke-width="4">

  <circle cx="32" cy="32" r="12" stroke="coral"/>
  <circle cx="64" cy="32" r="12" stroke="royalBlue"  />
  <circle cx="96" cy="32" r="12" stroke="mediumOrchid" />

  <circle cx="32" cy="64" r="12" stroke="dodgerBlue" />
  <circle cx="64" cy="64" r="12" stroke="crimson" />
  <circle cx="96" cy="64" r="12" stroke="DeepSkyBlue" />

  <circle cx="32" cy="96" r="12" stroke="limegreen" />
  <circle cx="64" cy="96" r="12" stroke="mediumPurple" />
  <circle cx="96" cy="96" r="12" stroke="orange" />

</g>