<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300">
<circle stroke="rgb(255,0,0,1)" stroke-width="2" fill="transparent" cx="90" cy="90" r="70"></circle>
<circle stroke="rgb(0,0,255,1)" stroke-width="2" fill="transparent" cx="180" cy="90" r="70"></circle>
<circle stroke="rgb(0,255,0,1)" stroke-width="2" fill="transparent" cx="140" cy="160" r="70"></circle>
<path d="M135 36.4 A 70 70 0 0 1 135 143.6
A 70 70 0 0 1 135 36.4" stroke="black" fill="red" stroke-width="2" opacity="0.5"/>
<path d="M70 157.1 A 70 70 0 0 1 160 93
A 70 70 0 0 1 70 157.1" stroke="black" fill="green" stroke-width="2" opacity="0.5"/>
<path d="M210 153.4 A 70 70 0 0 1 110.3 96.6
A 70 70 0 0 1 210 153.4" stroke="black" fill="blue" stroke-width="2" opacity="0.5"/>
</svg>