Why your SVG has a white background
The SVG format has no background. Wherever nothing is drawn, the file is transparent and whatever sits behind it shows through. So when an SVG appears with a solid white or coloured backdrop, that backdrop is an object: a rectangle baked into the file, usually as the bottom item. A typical drawing app or export pipeline adds one so the artwork previews nicely on white.
That means removing the background from an SVG is not a filter or a special mode. It is ordinary editing. You select the shape that is acting as the background and delete it. Because Rayzia reads your file as native SVG, that shape arrives as a normal editable object you can click.
How to remove the background from an SVG
- Open the editor. Go to rayzia.com and open the editor at /vector/. Nothing to download and no account needed to start. It runs in any browser on Windows, Mac, Linux, ChromeOS or a tablet.
- Drag in your .svg. Drop the file onto the canvas, or use File then Open. Rayzia reads it as native SVG, so the background rectangle arrives as its own editable object rather than part of a locked image.
- Click the background shape. Click the white rectangle to select it. If your artwork sits on top of it, Alt+click the same spot to select the object behind; each Alt+click steps one object deeper.
- Delete it. Press Delete to remove the selection. If you picked the wrong object, the change is one undo away.
- Export. Choose File then Export and pick SVG to get a tidy vector file back, or PNG if you need a raster copy. PNG keeps transparency, so the area you just cleared stays clear.
Keeping transparency when you export
Once the background shape is gone, an SVG export is transparent wherever nothing is drawn. That is not an option you switch on, it is how the format works, and SVG handles transparency and partial opacity, often more flexibly than PNG does.
Raster export is where transparency usually gets lost, so it helps to know exactly what each format does. In Rayzia, PNG keeps transparency. JPG gets a white background painted behind it first, because JPEG has no alpha channel. Use PNG when you need a fixed raster with transparency, and save JPG for images that will sit on a white page anyway. There is no toggle to hunt for: if the canvas behind your artwork is empty, the exported PNG is transparent there.
SVG transparency: common questions
Is removing an SVG background free in Rayzia?
Yes. Editing is free, and so are SVG and PNG export. Every one of the 50+ tools is free too, and so is the AI assistant. The free plan includes 3 cloud files; Pro is $8 a month if you want unlimited cloud files and PDF export, plus share links without the badge.
Why does my SVG have a white background in the first place?
Because a white rectangle is saved inside the file, usually as the bottom object. The SVG format itself is transparent by default, so a visible backdrop almost always comes from a shape that some program added, often so the artwork previews on white. Delete that shape and the transparency comes back.
Will exporting to PNG keep the transparency?
Yes. PNG keeps transparency, so wherever your canvas is empty the exported pixels are transparent. JPG does not: it gets a white background painted behind it, because JPEG has no alpha channel.
Can I add a background instead of removing one?
Yes. Draw a rectangle over the area you want covered and give it a fill, drawing it first so it sits at the bottom of the stack. The rectangle's option bar has exact W and H fields with a choice of units, so you can match your artboard size precisely.