SVG to JPG Converter

Rasterise SVG vector files to compact JPG at any size — in your browser.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Convert a scalable SVG into a compact JPG at any width, with a quality slider and a chosen background colour. JPG is the right pick when you need a small, universally compatible image and do not need transparency — for example a thumbnail, an email banner, or an upload to a site that rejects SVG.

How it works

The conversion is pure client-side rendering:

  1. Render. Your browser draws the SVG natively onto an off-screen canvas at the output width you set, deriving the height from the SVG’s aspect ratio.
  2. Flatten. Because JPG has no alpha channel, the canvas is first filled with your background colour (white by default), then the SVG is painted on top.
  3. Encode. The canvas is exported as JPEG at your chosen quality (0–100%), trading a little detail for a smaller file.

Example

SettingValueEffect
Width1200 pxOutput is 1200 px wide, height scaled to match
Quality85%Visually clean, much smaller than 100%
Background#FFFFFFTransparent areas become white

A logo SVG exported at 1200 px, 85% quality, white background becomes a small, sharp JPG ready for the web. Rendering happens locally in your browser, so your SVG is never uploaded.

Ad placeholder (rectangle)