.svg — Scalable Vector Graphics
W3C · 2001
Cos'è un file .svg?
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.
Programmi che aprono file .svg
| Piattaforma | Programma | ||
|---|---|---|---|
| Windows | Adobe Illustrator | A pagamento | |
| Inkscape | Gratuito | ||
| Any web browser | Gratuito | ||
| macOS | Adobe Illustrator | A pagamento | |
| Inkscape | Gratuito |
Problemi comuni con i file .svg
Domande frequenti
.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.
Dettagli tecnici
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.