SVG to JPG

Rasterizes your SVG at full quality and saves it as a JPG.

What this does

This renders your SVG onto a canvas at the pixel size you pick — from 32 to 2048 pixels — and encodes it as a JPG. The canvas is painted white first, since JPEG has no alpha channel, then the SVG is drawn on top, which keeps the colors true and avoids the gray or black fill some converters leave behind. The SVG is redrawn at the chosen resolution each time you change the size, so detail stays crisp rather than upscaled. Non-square SVGs scale to fit and sit centered, with the surrounding area filled white.

How it works

  1. 1Drop your SVG files.
  2. 2Pick a pixel size from 32 to 2048.
  3. 3Download each JPG, or grab them all as a zip.

Built on web standards

Built with standard browser APIs — no third-party libraries.

Frequently asked questions