PDFSVG

SVG to PNG quality

Why SVG to PNG looks blurry

SVG stays sharp because it is vector. PNG has fixed pixels. If the exported PNG is shown larger than its pixel size, it can look soft or blurry.

SVG to PNG looks blurry when the PNG does not have enough pixels for the size where it is displayed. Exporting at 2x, 3x, or 4x gives the PNG more pixels, but it also creates a larger file.

The most common causes

How to export a sharper PNG

  1. Check the estimated PNG output size before downloading.
  2. Use 2x for most document and web exports.
  3. Use 3x or 4x when the PNG will be shown larger or on high-density screens.
  4. Keep the original SVG when the image must stay sharp at many sizes.
  5. If the SVG contains embedded images, replace those images with higher-resolution sources first.

A quick rule

Export the PNG at least as large as the biggest size where it will appear. If a logo will be shown at 600px wide on a retina screen, a 1200px-wide PNG is a safer starting point.

Common questions

Why does SVG to PNG look blurry?

PNG is a fixed-pixel format. If the PNG is exported too small or displayed larger than its pixel size, it can look blurry even when the original SVG is sharp.

What scale should I use for a sharp PNG?

Use 2x for most web and document exports. Use 3x or 4x when the PNG will appear large, be used on high-density screens, or be placed in a tool that may resize it.

Can a PNG stay sharp at every size like SVG?

No. PNG has fixed pixels. Keep the SVG source when the graphic needs to stay sharp at many sizes.

Why is my PNG blurry even at 4x?

The SVG may contain embedded raster images, filters, or effects. The app where you paste the PNG may also resize or compress the image after export.