svg circle

HTML
<svg width="100" height="100">
  <circle cx="50%" cy="50%" r="10" fill="red"/>
</svg>
Source

Also in HTML: