Scalable Vector Graphics, an XML-based vector image format.
Plain-text XML containing a `<svg` element (often preceded by `<?xml`).
SVG describes images as vector shapes in XML, so they scale to any size without blurring and can be styled and animated with CSS. Because it is plain text there is no binary magic number — it is identified by an XML declaration or a `<svg` element near the start.
Have a file that might be SVG? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.