Convert a SVG Icon to PNG

By the Axialis Engineering team ·

Convert a SVG Icon to PNG

A target that still only accepts bitmaps — a legacy toolbar, a notification tray, a store listing — will not load your SVG. This guide rasterizes an SVG icon into a crisp 32BPP PNG in IconVectors using Export to Bitmap (Ctrl+F3), so the edges stay sharp at the exact pixel size you ship.

Why export an SVG to PNG?

SVG is the default for icons on the web and in modern apps, but plenty of surfaces still expect a raster file: older UI frameworks, OS notification areas, app-store assets, and email. When one of those is your delivery target, you export a PNG from the vector source.

A few things change once you cross from vectors to a fixed pixel grid:

Step-by-step in IconVectors

  1. Open, draw, or import an icon.
    • Open existing SVG: File → Open… (Ctrl+O).
    • Create from scratch: New Icon (Ctrl+N), then draw shapes and paths.
    A 24x24 camera icon open on the IconVectors canvas, zoomed to show the pixel grid before export
    An icon built on a 24x24 grid in IconVectors, ready to export at integer scales.
  2. Open the bitmap export dialog: File → Export → Export to Bitmap (Ctrl+F3). This command exports a raster version of your icon and supports many formats, including PNG. (Also available as a batch via Export to Multiple BitmapsShift+F3.)
  3. Understand the options in the Export to Bitmap dialog:
    Export to Bitmap dialog in IconVectors showing PNG 32BPP with alpha selected
    • File Format — choose the target bitmap format. For this tutorial, select PNG:
      • PNG — 32BPP RGB/Alpha Channel (keeps true transparency).
    • Image Size — define Width and Height in pixels (or set a Percent). Keep Keep Aspect Ratio checked to avoid distortion.

      Tip
      If your source canvas is 24x24, export at 24, 48, 72, or 96 px for pixel-perfect results.

    • Colors — appears only when the chosen format has no alpha channel, so it stays disabled for PNG 32BPP:
      • Flat RGB Background — the solid background color to composite behind your icon.
      • Flat RGB Transparency — the color to treat as transparent (for keyed transparency).
      • Flat RGB Transparency Matt — optional matte color for smoother edges in formats like GIF.
  4. Export the PNG — click OK, choose a filename, and save. The result is a standard PNG you can use in app UIs (toolbars, buttons, notifications, stores) and across platforms.

Notes & troubleshooting

Related guides

Start Making SVG Icons Today with IconVectors

Download the fully-functional 30‑Day Free Trial and unlock your icon design workflow.

Version 1.70 for Windows and macOS