Convert SVG to JPG

Rasterise logos, icons and charts into JPGs that upload anywhere, on your device.

Nothing is uploaded Works offline Open source No limits, no watermark
Drop SVG files hereor click to choose files. Batches welcome.

    Working…

    Done

    Your files are processed on this device and never sent to a server. Reload the page to clear everything from memory.

    SVG is a set of drawing instructions rather than pixels, and plenty of places will not take one: job portals, email clients, marketplace listings, older Office versions. JPG is accepted everywhere. This page draws each SVG with your browser’s own vector engine and saves the pixels as a JPG.

    Most SVGs have a transparent background and JPG cannot store transparency, so pick the colour that should show behind the drawing; white is the default. The output size follows the width and height written inside the SVG. For a logo with sharp edges and flat colour, PNG is usually the better choice, and the SVG to PNG page keeps the transparency.

    How it works

    1. Drop your SVG files onto the page, or tap to pick them. Batches are fine.
    2. Adjust the quality slider if you want a smaller file, or leave it at 90.
    3. Download each JPG, or all of them as one zip.

    In your browser, not on a server

    Stayput first reads the opening bytes of each file, where every image format writes its signature, so it knows what the file really is whatever it is called. Your browser decodes JPG, PNG, WebP, GIF, BMP, AVIF and SVG itself; HEIC goes through the libheif WebAssembly decoder, and JPEG XL (or AVIF, in a browser without native support) through the Squoosh decoders, all served from this site and cached. The browser re-encodes JPG, PNG and WebP; PDF, ICO, GIF, BMP and TIFF files are written by small encoders in the page. Nothing here needs a server.

    Compared with upload-based tools: Online converters upload your image, convert it on their machine, keep it for hours and cap you at a few files a day. This does the same conversion on your device, for as many files as you like, in less time than the upload.

    Verify it yourself. Load this page, turn off Wi-Fi or switch to airplane mode, and run the tool. Or open your browser's developer tools (F12, or Cmd-Option-I on a Mac), pick the Network tab, and watch it while you convert. The panel above does the same count for you.

    Questions

    Why did the background turn white (or black)?

    JPG has no transparency, so the transparent parts of the SVG are filled with the background colour in the options. Change it before converting, or convert to PNG to keep the transparency.

    How do I get a bigger JPG?

    The pixel size comes from the width and height attributes inside the SVG. Set them larger, for example width="3000" height="3000", and convert again. The drawing is vector, so nothing is lost by scaling it up.

    Why does the text look different?

    An SVG that loads a web font from the internet is rendered without it, because the converter never fetches anything on your behalf. Convert the text to outlines in your design tool, or embed the font in the SVG.

    Are the files uploaded?

    No. The SVG is rendered as an image inside your browser tab, with scripts and external resources disabled, and the JPG is written on your device.

    More image tools

    Other conversions

    Guides