.svg — Scalable Vector Graphics
An XML-based vector image format that scales to any size without quality loss. Widely used for icons, logos, and illustrations on the web.
Also known as: .svgz
SVG files are XML text and can embed JavaScript, so browsers apply the same web security rules to them as HTML. Only open SVGs from sources you trust, especially ones offered for direct download rather than displayed inline on a page.
Check another filename
File extension lookup
Frequently asked questions
What is a .svg file?
An XML-based vector image format that scales to any size without quality loss. Widely used for icons, logos, and illustrations on the web.
Can I edit a .svg file?
Yes — .svg files are commonly editable with software such as Any web browser.
Does having a .svg extension mean the file is safe?
No single extension can guarantee that. SVG files are XML text and can embed JavaScript, so browsers apply the same web security rules to them as HTML. Only open SVGs from sources you trust, especially ones offered for direct download rather than displayed inline on a page. Always consider where the file came from, not just its name.