SVG Rectangle
Preview
Code
<svg width="200" height="100"> <rect width="150" height="80" x="25" y="10" stroke="black" fill="orange"/> </svg>
<svg width="200" height="100"> <rect width="150" height="80" x="25" y="10" stroke="black" fill="orange"/> </svg>