SVG to PNG Converter is a free tool that turns SVG vector graphics into PNG images at any size, with a transparent or solid background. Open an .svg file or paste SVG code; everything is converted in your browser, and nothing is uploaded.
How to convert SVG to PNG
- Drop an SVG file into the box, or paste the SVG code.
- Choose a size: a multiple of the SVG’s own size (1×–4×), or an exact width in pixels.
- Pick a transparent, white or custom background, check the preview, and click Download PNG.
Choosing the right size
SVGs are vectors, so they can be converted at any size without becoming blurry. For app icons and web images shown on phones and high-resolution screens, 2× or 3× the display size keeps them sharp. For print, work out the width in pixels from the printed size: 10 cm at 300 dpi is about 1,181 pixels.
Common problems
- Different font: fonts that aren’t installed on your device are replaced. Convert text to outlines (paths) in your design app first.
- Missing images inside the SVG: pictures linked from other websites are not loaded, for security. Embed them in the SVG instead.
- Assumed size: an SVG without width, height or viewBox is treated as 512 × 512 pixels.
Safe for SVGs from anywhere
SVG files can contain scripts. This converter draws the SVG the same way a web page shows an image, where browsers never run scripts or fetch external files, so it is safe to convert SVGs you downloaded or received.
Need the SVG itself inside HTML or CSS instead? Image to Base64 turns it into a data URL. To make the PNG smaller afterwards, run it through the Image Compressor.
Frequently asked questions
What size will the PNG be?
By default, 2× the SVG’s own size, which looks sharp on high-resolution screens. You can choose 1× to 4×, or type an exact width; the height follows automatically.
Is the background transparent?
Yes, unless you choose white or another colour.
Why does my text look different?
An SVG that uses a font that isn’t installed on your device is drawn with a fallback font. Convert text to outlines in your design app to get an exact match.
Is it safe to convert an SVG from someone else?
Yes. SVG files can contain scripts, but the image is drawn in a mode where browsers never run scripts or load outside files.
Last updated