Convert SVG to JPG
Rasterise logos, icons and charts into JPGs that upload anywhere, on your device.
Done
Open the network tab. It stays empty.
Add files and run the tool to see every request this tab makes.
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
- Drop your SVG files onto the page, or tap to pick them. Batches are fine.
- Adjust the quality slider if you want a smaller file, or leave it at 90.
- 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
HEIC to JPG
Turn iPhone and iPad photos into JPG or PNG files that open anywhere. Your photos never leave this device.
Image Converter
Drop any image, see what it really is, pick what you need. Converted on your device.
Compress & Resize Images
Make photos small enough to email or upload. Batch resize, set a quality, see the savings before you download.
Remove EXIF Data
See what a photo reveals, then delete it. Lossless: pixels are untouched, only the metadata is removed.
Other conversions
Guides
- What is EXIF data, and what does a photo reveal?The information stored inside a photo file, what it can give away, and how to see and remove it.
- How to reduce an image's file sizeTwo settings do almost all the work. Here are the numbers to use for email, forms, listings and websites.
- JPG, PNG, WebP or HEIC: which image format to useA practical rule for each job, and the conversion to get there.