SVG (Scalable Vector Graphics)
SVG ist ein XML-basiertes Vektorbildformat, das sich ohne Qualitätsverlust auf jede Auflösung skalieren lässt. Es ist ideal für Logos, Icons, Illustrationen und interaktive Grafiken im Web. SVG-Dateien können mit CSS gestaltet, mit JavaScript animiert werden und sind vollständig durchsuchbar und barrierefrei.
MIME-Typ
image/svg+xml
Typ
Text
Komprimierung
Verlustfrei
Vorteile
- + Infinite scalability without quality loss
- + Tiny file sizes for simple graphics
- + Styleable with CSS and scriptable with JS
- + Accessible and SEO-friendly (text is selectable)
Nachteile
- − Not suitable for photographs or complex raster images
- − Complex SVGs can be large and slow to render
- − Security concerns when accepting user-uploaded SVGs
Wann Sie .SVG verwenden sollten
Verwenden Sie SVG für Logos, Icons, Illustrationen, Diagramme und alle Grafiken, die in jeder Auflösung perfekt skalieren oder mit CSS gestaltet werden sollen.
Technische Details
SVG speichert Bilder als XML-Text, der geometrische Formen, Pfade und Text beschreibt. Es unterstützt Filter, Farbverläufe, Beschneidungspfade, Masken und eingebettete Rasterbilder.
Geschichte
SVG wurde vom W3C entwickelt und 2001 erstmals als Empfehlung veröffentlicht. SVG 1.1 wurde 2003 zum weit verbreiteten Standard, SVG 2 befindet sich derzeit in Entwicklung.
Von .SVG konvertieren
In .SVG konvertieren
Verwandte Formate
Verwandte Begriffe
Learn More
Color Theory for Digital Design: A Practical Guide
Understanding color theory helps you create visually harmonious designs that communicate effectively. This guide covers color models, harmony rules, accessibility …
CSS Units Explained: px, em, rem, vh, and When to Use Each
CSS offers over a dozen length units, each suited to different situations. Understanding the differences between absolute and relative units …
Image Format Guide: JPEG vs PNG vs WebP vs AVIF
Choosing the right image format affects file size, quality, and browser compatibility. This comparison covers the strengths of JPEG, PNG, …
QR Code Generation: Best Practices for Print and Digital
QR codes bridge physical and digital experiences, but poorly generated codes fail to scan. This guide covers sizing, error correction, …
Flexbox vs CSS Grid: A Practical Comparison
Flexbox and CSS Grid are complementary layout systems, not competitors. This guide clarifies when to reach for each one and …
How to Convert Images Between Formats
A practical guide to converting between image formats like JPEG, PNG, WebP, SVG, and HEIC. Learn which conversions are lossless, …