SVG shape elements 

<svg viewBox="0 0 350 200">
  <rect x="25" y="25" width="200" height="120" fill="black" />
  <ellipse cx="210" cy="120" rx="110" ry="60" fill="red" />
</svg>