.svg — Scalable Vector Graphics
W3C · 2001
SVG (Scalable Vector Graphics) is an XML-based vector image format for the web.
Key Features
- Varies storage behavior for typical image workflows
- Common MIME type: image/svg+xml
- Recognizable file signature: 3C 3F 78 6D 6C (<?xml) or <svg
- Associated with W3C
Best For
- Visual media and web publishing
- Screenshots or photos
- Assets that need broad compatibility
Less Ideal For
- Tasks needing executable logic
- Large datasets or tabular analysis
- Files that must preserve every edit forever
Common Use Cases
- Storing photos or screenshots
- Publishing graphics on websites
- Sharing images in apps and email
How to Open It
- On Windows, open the file with Adobe Illustrator or Inkscape.
- On macOS, open the file with Adobe Illustrator or Inkscape.
- If the file does not open, confirm that the extension really matches .svg and that the download or transfer completed without corruption.
What is a .svg file?
SVG (Scalable Vector Graphics) is an XML-based vector image format for the web. Unlike raster formats (JPEG, PNG), SVGs define images using mathematical shapes and paths, meaning they can be scaled to any size without losing quality. This makes SVG perfect for logos, icons, illustrations, and interactive graphics. SVGs can also be styled with CSS and animated with JavaScript, making them incredibly versatile for modern web design.
Programs That Open .svg Files
| Platform | Program | ||
|---|---|---|---|
| Windows | Adobe Illustrator | Paid | |
| Inkscape | Free | ||
| Any web browser | Free | ||
| macOS | Adobe Illustrator | Paid | |
| Inkscape | Free |
Common Problems with .svg Files
Frequently Asked Questions
.svg files can be opened with several programs. Adobe Illustrator is one of the most popular choices.
Generally yes, .svg files are safe to open with appropriate software.
Yes, there are many online and offline tools available to convert .svg files. Check the conversion section above for specific methods.
Technical Details
Scalable Vector Graphics files use the image/svg+xml MIME type and were first introduced in 2001 by W3C. The file can be identified by its signature: 3C 3F 78 6D 6C (<?xml) or <svg.