<svg width="1000" height="200">
<g transform="translate(200, 100)">
<circle cx="1500" cy="50" r="25" fill="steelblue"/>
<circle cx="100" cy="75" r="25" fill="orange"/>
</g>
<polygon points="100,30 130,70 100,110 70,70" fill="steelblue" />
<line x1="10" y1="10" x2="500" y2="100" stroke="green" stroke-width="3"/>
<polyline points="0,100 50,25 50,75 100,0" fill="none" stroke="red" stroke-width="3" />
</svg>