SVG shape elements
<svg viewBox="0 0 350 200"> <path stroke="blue" stroke-width="5" fill="yellow" d="M 50 50 L 250 50 C 350 50 350 170 250 170 Z" /> </svg>
<svg viewBox="0 0 350 200"> <path stroke="blue" stroke-width="5" fill="yellow" d="M 50 50 L 250 50 C 350 50 350 170 250 170 Z" /> </svg>