Convert a SVG Icon to BMP with IconVectors

Convert a SVG icon to BMP in IconVectors

This guide shows how to export any SVG icon as a crisp BMP bitmap using Axialis IconVectors. We’ll cover rasterization basics, pixel‑perfect sizing, and how to choose between flat (24BPP, no alpha) vs alpha (32BPP with transparency) BMPs.

Why export an SVG to BMP?

SVG has become the modern standard for using icons in applications and websites. Still, BMP remains widely adopted due to its long history in older technologies for user interface icons. For this reason, you may sometimes need to export an SVG icon as a BMP.

Below are a few key points to keep in mind when working with SVG:

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.
    Draw your icon illustration
    An icon prepared on a 24×24 grid — perfect for exporting 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 BMP. (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
    • File Format — choose the target bitmap format. For this tutorial, select BMP. You can export either:
      • BMP — 32BPP RGB/Alpha Channel (keeps true transparency).
      • BMP — 24BPP Flat RGB (no alpha; for opaque outputs only).
    • 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 24×24, export at 24, 48, 72, 96… px for pixel‑perfect results.

    • Colors — appears when the chosen format has no alpha channel (flat bitmaps):
      • 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. Choose transparency:
    • Alpha BMP (32BPP) — pick BMP – 32BPP RGB/Alpha Channel to keep real transparency. Background fields are ignored because an alpha channel is written.
    • Flat BMP (24BPP) — pick BMP – 24BPP Flat RGB (or any non‑alpha bitmap). Choose a Flat RGB Background to bake a solid color, or use Flat RGB Transparency when you need a keyed “transparent” color.
  5. Export the BMP — click OK, choose a filename, and save. The result is a standard BMP you can use in app UIs (toolbars, buttons, notifications, stores) and across platforms.

Notes & troubleshooting

Start Making SVG Icons Today with IconVectors

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

Version 1.10 - September 17, 2025