SVG

Scalable Vector Graphics: shapes, styling, animation, and scripting

SVG (Scalable Vector Graphics) is an XML-based format for describing two-dimensional graphics that scale perfectly at any resolution. Unlike raster images, SVG elements are part of the DOM, which means they can be styled with CSS, manipulated with JavaScript, and made fully accessible — making them the right choice for icons, illustrations, charts, and interactive graphics on the web.

Start here

Applied examples