Über SVG-Dateien
SVG Vector Bild
Das SVG-Format ist eine Dateispezifikation, die in verschiedenen professionellen und privaten Kontexten verwendet wird. Wandle SVG-Dateien online und kostenlos zu anderen kompatiblen Formaten mit dem KaijuConverter um — keine Anmeldung, keine Software-Installation, sicher und privat. Die Verarbeitung erfolgt in der Cloud mit Verschlüsselung während der Übertragung und automatischer Löschung nach zwei Stunden.
Familie
Raster & Vector Images
Erweiterung
.svg
MIME-Typ
image/svg+xml
Kann verwendet werden als
WIE DAS
FORMAT SVG ENTSTAND.
SVG — Scalable Vector Graphics — emerged from a 1999 W3C working group as the open answer to Adobe's proprietary Flash and SMIL. Unlike every other image format on this list, an SVG file is plain XML: a text document that describes shapes, strokes, and gradients as mathematical instructions rather than a grid of pixels. That means an SVG icon looks pin-sharp at any zoom level, from a favicon to a billboard.
The format struggled in the early 2000s due to patchy browser support, but when smartphones arrived with high-density Retina displays and responsive design became the norm, SVG was perfectly positioned. It is now the default format for logos, icons, charts, and UI illustrations across the web.
WISSENSWERTES UND
INTERESSANTE FAKTEN.
An SVG file is just text — you can open one in any text editor and read the shape definitions.
SVG supports animations via SMIL, CSS keyframes, or embedded JavaScript.
A single SVG icon is often smaller than a 32×32 PNG because it describes the shape, not pixels.
SVG can embed raster images inside it using base64-encoded JPEG or PNG.
Because SVG is XML, it can contain JavaScript — which has made uploaded SVGs a classic XSS vector.
VORTEILE UND
EINSCHRÄNKUNGEN.
Vorteile
- Resolution-independent — crisp at any size, from 16px icon to 4K billboard.
- Tiny file sizes for flat graphics, logos, and UI illustrations.
- Editable with any text editor; programmatically manipulable via DOM.
- Supports interactivity, CSS styling, and JavaScript inside the image.
- Accessible — text inside SVG is readable by screen readers.
Einschränkungen
- Not suitable for photographs or complex raster imagery.
- Uploading user-provided SVG is risky — embedded scripts are an XSS vector.
- Complex SVGs with thousands of paths render more slowly than a PNG equivalent.
- Inconsistent rendering across browsers for edge-case features (filters, gradients).
- No native concept of layers or groups for design-tool round-tripping.
Typische Dateigrößen
Simple icon
200 B – 2 KB
Company logo
2–10 KB
Complex illustration
20–100 KB
Data-visualization chart
50–500 KB
Technische Spezifikationen
- MIME type
- image/svg+xml
- Format
- XML (text-based)
- Current version
- SVG 2 (W3C Recommendation, 2018)
- Compression
- Gzipped variant is .svgz
- Resolution
- Unlimited (vector)
- Animation
- SMIL, CSS, JavaScript
UMWANDELN VON
SVG
Häufige Anwendungsfälle
Web icons, logos, scalable illustrations, interactive graphics.
Verwandte Formate
Beliebte Vergleiche
SVG vs PNG
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
SVG vs JPG
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
SVG vs WEBP
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
SVG vs AVIF
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
SVG vs GIF
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
SVG vs BMP
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
Beliebte SVG-Umwandlungen
Die meistgesuchten Ziele beim Umwandeln von SVG-Dateien.
Häufig gestellte Fragen zu SVG
Häufig gestellte Fragen
SVG (Scalable Vector Graphics) is an XML-based vector image Format maintained by the W3C since 1999. Unlike raster Formate, SVG images scale to any size ohne quality loss, making them perfect für responsive web design.
SVG Dateien öffnen in all web browsers, Adobe Illustrator, Inkscape (free), Figma, und most modern design Werkzeuge. You can also öffnen SVGs mit any text editor since they are XML-based.
Use SVG für logos, icons, und illustrations that need to scale across different screen sizes. verwenden PNG für complex images like photographs where vector representation is impractical. SVG Dateien are typically much smaller für einfach graphics.