PPixTools

SVG to PNG Converter

Rasterize SVG vectors to PNG at any resolution — 1×, 2×, or 4× for retina. Transparency preserved. Runs in your browser.

Drop .svg files here or click to upload

Up to 30 files · 50 MB each · .svg

Multiplies the SVG’s intrinsic size by 2 — sharper on retina screens.

Pick White when the PNG will sit on a dark background or be printed.

Why convert SVG to PNG?

SVG is the right format almost everywhere on the modern web. But there are still places that need raster PNG:

  • Email clients. Most email clients strip or fail to render SVG. PNG works in Gmail, Outlook, Apple Mail.
  • Print / PDF embedding. Print shops and PDF tools handle PNG more predictably than SVG, especially with custom fonts.
  • App icons. iOS and Android both want PNG at specific pixel sizes.
  • Social media uploads. Twitter, Instagram, LinkedIn — none accept SVG.
  • Office docs. Pasting SVG into older Word / PowerPoint is unreliable.
  • Favicons (legacy). Modern browsers support SVG favicons, but older ones still need PNG fallbacks.

SVG vs PNG

SVGPNG
TypeVector (math)Raster (pixels)
ScalingInfinite, no blurFixed; blurry above 100%
File sizeTiny for shapes; huge for complex artPredictable; grows with pixels
TransparencyYesYes
Editable in codeYes — XMLNo
Email / print / app iconsLimitedUniversal

Picking the right export size

  • — when the PNG will replace the SVG at the exact intended display size (favicons, app icons with known dimensions).
  • — the default for UI assets. Retina displays render every CSS pixel as 4 physical pixels; 2× gives sharp results everywhere.
  • — for design files that will be downscaled later, or for marketing graphics that need to look perfect on 4K displays.

Transparent vs white background

Pick Transparent when the icon will sit on a colored UI background. Pick White when the PNG will be printed, embedded in a document, or used somewhere a dark background might bleed through (some email clients default to dark mode).

Privacy

The SVG is parsed by your browser’s DOM, rasterized by a sandboxed Canvas, and encoded to PNG locally. There is no upload, no server, no log.

Frequently asked questions

For UI and web: 2× the intended display size. A 24 px icon should export at 48 px PNG to look sharp on retina displays. For social media or print: 4× and downscale in your design tool. For favicons: 1× at the exact target size (32, 64, 128).

Related tools