PNG works in many destinations that reject or sanitize SVG files.
SVG to PNG converter
Convert SVG files to PNG locally with a chosen output size.
Drop files here or pick from your device. Supported: SVG.
Up to 30 files, 100 MB each.Drag the crop box. Use the handle to resize.
- 1SelectChoose or drop your images.
- 2ProcessAdjust the options and run the tool.
- 3DownloadSave the finished files.
Your images stay private.Processing happens locally in this browser. Files are never uploaded or stored.
Continue with ImgMini
Related workflows use the same private browser pipeline.
Rasterize an SVG at the pixel width the destination needs
SVG stores shapes and text as scalable vector instructions, while PNG stores a fixed pixel grid. Converting is useful for upload forms, slide software, social tools, and previews that do not accept SVG. Choose an output width appropriate for the largest intended display size.
Once rasterized, the PNG no longer scales indefinitely without softness. ImgMini also blocks SVG scripts, external references, and risky embedded features before rendering; self-contained artwork is the most reliable input.
A larger PNG has more pixels but also requires more memory and storage.
Scripts, external resources, and foreignObject content are rejected before rendering.
Keep SVG as the master and export PNG variants
Use SVG for scalable web graphics and ongoing editing. Create PNG copies only for destinations that require raster images, and export each copy near its actual display dimensions for a useful balance of sharpness and size.
Checks before downloading
- Use a self-contained SVG with embedded styles and no external image or font dependencies.
- Export at two times the CSS display width when a high-density screen asset is needed.
- Check thin strokes and small text after rasterization.
Questions
Are my images uploaded to ImgMini?
No. ImgMini runs the conversion in your browser. The selected files stay on your device unless you choose to share them elsewhere.
Why reject some SVG files?
SVG can contain scripts or external resources. ImgMini blocks risky SVG features before rasterizing.