<svg xmlns="http://www.w3.org/2000/svg"> | |
<rect x="20" y="20" width="60" height="60" fill="green"/> | |
<rect x="120" y="20" width="60" height="60" fill="green"/> | |
<rect x="20" y="120" width="60" height="60" fill="green"/> | |
<rect x="120" y="120" width="60" height="60" fill="green"/> | |
</svg> |