Sobre os arquivos SVGZ
SVG Comprimido
Versão gzipped do SVG. Mantém todas as características do SVG (vetorial, escalável, editável) mas com tamanho de arquivo reduzido. Suportado por todos browsers modernos.
Família
Raster & Vector Images
Extensão
.svgz
Tipo MIME
image/svg+xml
Pode ser usado como
COMO NASCEU O
FORMATO SVGZ.
SVGZ is simply SVG inside a gzip wrapper. The SVG 1.0 spec (2001) explicitly suggested gzipping SVG text for transmission — markup compresses fantastically well because it’s repetitive XML. A typical SVG that weighs 25 KB as text drops to 5-8 KB gzipped. Browsers that support SVG also recognize .svgz and decompress transparently.
Why SVGZ exists when servers can gzip HTTP responses on the fly: pre-compressed .svgz files are useful when you ship static assets without a compression-savvy CDN, email SVG attachments, or store thousands of vector icons on disk. In 2026 most modern deployments skip .svgz and serve .svg with Brotli or gzip at the CDN layer — same result, fewer file duplicates. SVGZ remains useful for embedded devices and offline distribution.
CURIOSIDADES E
FATOS INTERESSANTES.
SVGZ is literally SVG run through gzip — rename .svgz → .svg.gz and any gzip tool decompresses it.
A typical SVG compresses 70-85% when gzipped — repetitive XML is highly compressible.
Every modern browser (Chrome, Firefox, Safari, Edge) transparently decompresses SVGZ without special handling.
Wikipedia often stores complex SVG diagrams as SVGZ to save storage and bandwidth.
Modern CDN gzip/brotli compression on .svg makes .svgz largely redundant for web delivery.
VANTAGENS E
LIMITAÇÕES.
Vantagens
- Tiny file sizes — huge ratio on XML-heavy SVGs.
- Drop-in replacement for .svg in every major browser.
- No client-side decompression cost — browsers handle it transparently.
- Useful for offline/embedded distribution.
Limitações
- Not human-readable directly — requires decompression to edit.
- Some older software (especially Windows Explorer previews) may not recognize the extension.
- Redundant on servers that already gzip/brotli SVG in transit.
- Cannot be concatenated or edited without decompress/recompress.
Tamanhos típicos de arquivo
Icon SVG (gzipped)
1-3 KB
Complex diagram (gzipped)
10-50 KB
Map SVG (gzipped)
50 KB - 2 MB
Especificações técnicas
- MIME type
- image/svg+xml (with Content-Encoding: gzip)
- Extension
- .svgz
- Container
- gzip (DEFLATE) wrapping SVG 1.x or 2 XML
- Browser support
- All modern browsers since IE 9
- Alternative
- .svg + CDN gzip/brotli
CONVERTER A PARTIR DE
SVGZ
Casos de uso comuns
Web graphics, compressed vector delivery
Formatos relacionados
Comparativos populares
SVGZ vs PNG
Diferenças, tamanho de arquivo e quando escolher cada formato.
SVGZ vs JPG
Diferenças, tamanho de arquivo e quando escolher cada formato.
SVGZ vs WEBP
Diferenças, tamanho de arquivo e quando escolher cada formato.
SVGZ vs AVIF
Diferenças, tamanho de arquivo e quando escolher cada formato.
SVGZ vs GIF
Diferenças, tamanho de arquivo e quando escolher cada formato.
SVGZ vs BMP
Diferenças, tamanho de arquivo e quando escolher cada formato.
Conversões populares de SVGZ
Os destinos mais procurados ao converter arquivos SVGZ.
Perguntas frequentes sobre SVGZ
Perguntas frequentes
SVGZ (Compressed SVG) is an image formato used to store raster graphics — a two-dimensional grid of pixels describing a picture. It is part of the raster & vector images family e designed around a specific trade-off between tamanho do arquivo, visual fidelity, e feature support (transparency, colour depth, compressão type). Photographers, web designers, e content creators choose SVGZ when its particular strengths match the publishing target.
Most desktop photo viewers (Windows Photos, macOS Preview, GIMP, Photoshop, Affinity Photo) abrir SVGZ natively. On mobile, iOS Photos e Google Photos display SVGZ no gallery when suportado por the OS. If the formato is rare ou new, converter to JPG ou PNG first — both are universally readable — usando our SVGZ to JPG ou SVGZ to PNG converter.
Upload the SVGZ to KaijuConverter e pick a target formato (JPG, PNG, WebP, HEIC, TIFF, BMP, SVG, PDF). The conversion runs in o navegador via ImageMagick e returns a baixar in seconds. No account ou installation required; both input e output delete automatically within two hours.
Depende de the task. JPG is the smallest tamanho do arquivo para photographs; PNG is sem perdas com transparência; SVGZ has its own niche that may favour colour depth, animation, ou codificação efficiency over one ou both of those. para the final web publish, test all three e measure tamanho do arquivo plus visible quality on real content.