SVG Playground
<rect>
Interactive SVG rectangle playground with rounded corners, fill, stroke controls. Copy the SVG code.
Preview
SVG Code
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200"> <rect x="30" y="40" width="140" height="120" rx="12" ry="12" fill="#10b981" stroke="#065f46" stroke-width="2" /> </svg>
Attributes
Tweak any value to update the preview live.