<!-- rectangle 1 (carré) -->
<rect x="24" y="24" width="32" height="32"/>

<!-- rectangle 2 -->
<rect x="64" y="24" width="40" height="32" rx="3"/>

<!-- rectangle 3 -->
<rect x="24" y="64" width="32" height="40" rx="6"/>

<!-- rectangle 4 (carré avec angles arrondis) -->
<rect x="64" y="64" width="40" height="40" rx="12"/>