SVG Recipe

Basic Shapes / ellipse

Last modified:

simple ellipse


<svg width="200" height="124">
  <ellipse cx="65" cy="52" rx="60" ry="40" fill="#A101A6"/>
  <ellipse cx="135" cy="72" rx="60" ry="40" fill="#6BE400"/>
</svg>