SVG
SVG, short for Scalable Vector Graphics, is an XML-based vector image format used for defining two-dimensional graphics with support for interactivity and animation. It is widely used on the web, in applications, and for user interface graphics, allowing images to scale without losing quality. Developers can create and manipulate SVG files using text editors, graphics software like Inkscape or Adobe Illustrator, or programmatically through web technologies such as JavaScript and HTML.