Skip to content

Convert SVG to JPG

Output is typically roughly 160× larger.

  • Files stay on your device
  • No upload, no waiting
  • No sign-up, no watermark

How it works

  1. Add your SVG file

    Drag a SVG file onto the drop zone, or click to browse. You can select several at once.

  2. Choose your settings

    Adjust the quality slider if you want a smaller file or a sharper result. 80 suits most photographs.

  3. Download the JPG

    Conversion runs on your device as soon as each file is added — no upload, no queue. Download each result when it is ready.

All image tools

Questions

Why does my logo look fuzzy around the edges as a JPG?

That is JPEG's ringing artefact, and it is not a setting you can fix. JPEG compresses by discarding high-frequency detail, and a hard boundary between two flat colours is nothing but high-frequency detail. Raising quality reduces it but never removes it. PNG or WebP have no such problem with vector artwork.

Will converting SVG to JPG make the file smaller?

Usually, yes. A 12-megapixel photo is around 20 KB as SVG and around 3.2 MB as JPG — roughly 160× larger. Because JPG is a lossy format you can trade quality for size, so the exact result depends on the quality setting you pick.

Does converting SVG to JPG lose quality?

A little, by design. SVG is lossless and JPG is lossy, so some detail is discarded in exchange for a much smaller file. At quality 80–90 the result is visually indistinguishable from the original for photographs. For screenshots, logos or anything with sharp text, stay with a lossless format instead — lossy compression creates visible halos around hard edges.

What happens to transparent areas?

JPG has no alpha channel, so transparency cannot be preserved. Any transparent or semi-transparent pixels are composited onto a solid background — white by default — before encoding. If transparency matters, convert to PNG or WebP instead, both of which support it fully.

What happens to an animated SVG?

Only the first frame is converted. Every conversion here decodes one frame onto a canvas and re-encodes it, so the result is always a still image — that applies to JPG as much as to any other target. To shrink an animation while keeping the motion, a video file (MP4 or WebM) is usually around a tenth of the size of the equivalent SVG, and needs an encoder we do not ship yet.

What resolution will the JPG be?

SVG is vector, so it has no inherent resolution — it has to be rendered at a chosen pixel size. We use the SVG's declared width and height, or its viewBox if no size is set. Because you are converting from vector to pixels, the result stops being scalable: export at 2× the size you plan to display for sharpness on high-DPI screens.

About svg to jpg

Why people convert SVG to JPG

Nearly always an upload form or a legacy system that names JPEG specifically. Nobody converts a logo to JPEG by preference.

It works, but understand what you are giving up: transparency is gone, and JPEG is genuinely the wrong codec for flat vector colour and sharp text, which pick up visible halos at any quality. If PNG is accepted anywhere in your workflow, use that instead.

Worth knowing: Choose the background colour deliberately. The default white is rarely what you want behind a logo destined for a coloured page or a dark slide.

SVG and JPG side by side

 SVGJPG
Full nameScalable Vector GraphicsJPEG
CompressionVector — resolution independentLossy
TransparencyYes — alpha channelNo
AnimationYesNo
Browser supportUniversal in all modern browsersUniversal — every browser, every device
Typical 12 MP photo~20 KB~3.2 MB
Usually used forLogos, icons, charts and illustrationsPhotographs, email attachments and anything needing maximum compatibility

On a typical 12-megapixel phone photo, the JPG output comes out roughly 160× larger than the SVG original. These are order-of-magnitude figures for one kind of image — your own results will vary a great deal, because flat colour, text and line art behave nothing like photographic detail, and the quality slider moves the figure substantially.

What to watch out for

  • Lossy — quality degrades a little every time you re-save
  • No transparency; transparent pixels are flattened to a solid colour
  • Visible ringing and blocking around sharp text and hard edges
  • Roughly 30% larger than WebP at matching visual quality
  • Transparency is lost. SVG supports an alpha channel and JPG does not, so transparent pixels are flattened onto a solid background colour. Pick the background above before converting, or convert to PNG or WebP instead.
  • Animation is lost. Only the first frame is converted — every conversion here decodes a single frame onto a canvas and re-encodes it, so the result is a still image whatever the target format. To shrink an animation and keep the motion, a video file is typically around a tenth of the size of the equivalent SVG.

About the two formats

SVG is not pixels at all — it is XML describing shapes, so it stays perfectly sharp at any size and is usually a few kilobytes. That makes it ideal for logos and icons and useless for photographs. Converting a photo to SVG is not really possible; converting an SVG to a raster format is just rendering it at a chosen size.

JPEG has been the default photo format for three decades, and its compatibility is unmatched — if a device can display an image at all, it can display a JPEG. The trade-offs are that it discards detail permanently on every save, and it has no transparency channel at all, so anything transparent becomes a solid background.

Other conversions

Everything runs on your device — nothing is uploaded, so there is no size limit, no queue and no copy left on a server afterwards. There is more on how browser-based conversion works if you want the detail. Otherwise, browse every image tool.