svg `
<svg viewBox="0 0 70 60" >
<rect x="5" y="5" width="10" height="10" fill="green" />
<rect x="5" y="5" width="10" height="10" fill="blue" transform="translate(20)" />
<rect x="5" y="5" width="10" height="10" fill="red" transform="translate(0 20)"/>
<rect x="5" y="5" width="10" height="10" fill="pink" transform="translate(20 20)"/>
<rect x="5" y="5" width="10" height="10" stroke="yellow" transform="translate(0 40)"/>
`