.svg — Scalable Vector Graphics
W3C · 2001
Что такое файл .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.
Программы для открытия файлов .svg
| Платформа | Программа | ||
|---|---|---|---|
| Windows | Adobe Illustrator | Платно | |
| Inkscape | Бесплатно | ||
| Any web browser | Бесплатно | ||
| macOS | Adobe Illustrator | Платно | |
| Inkscape | Бесплатно |
Частые проблемы с файлами .svg
Часто задаваемые вопросы
.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.
Технические детали
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.