Loading...
What is SVG?
SVG (Scalable Vector Graphics) is an XML-based format for describing two-dimensional vector graphics. Unlike raster formats (JPEG, PNG), SVG scales perfectly to any size without losing quality — making it the preferred format for icons, logos, illustrations, and data visualizations on the web.
Why format SVG?
SVG files exported from design tools like Figma or Illustrator often contain inline styles, redundant attributes, and collapsed markup that is difficult to read or edit by hand. Formatting the SVG gives you clean, indented XML that is easy to inspect and modify.
Minifying SVG: Removing whitespace and comments reduces file size, which speeds up page loads when SVG is inlined in HTML.