SVG (Scalable Vector Graphics)
An XML-based file format used to describe two-dimensional vector images. It is typically used as a clean, sharp graphic format for UI icons, diagrams, logos, flowcharts, and technical illustrations. Unlike pixel-based formats (like PNG or JPEG), SVGs use mathematical formulas, points, and lines to render images.
