SVG (Scalable Vector Graphics) is an XML language for describing 2D graphics and graphical applications. It allows embedding SVG images directly in HTML5 using the <svg> tag. Examples shown draw basic shapes like a circle using <circle>, rectangle using <rect>, line using <line>, and ellipse using <ellipse>. Most browsers can display SVG files natively but older IE may require an SVG viewer plugin.