Three ways a Cricut refuses a file.

Blank layer, box around the art, or everything cut twice — different causes, different fixes.

Which failure you are seeing tells you the cause — they are not one problem

People describe all three of these as "the SVG does not work", and they have nothing in common besides the machine. A **blank layer** means the artwork is drawn with strokes and no fills, so there is no filled region for the blade to find an edge around. A **box cut around everything** means a background rectangle came along from the source image. **Double cuts along shared edges** mean overlapping shapes were never welded, so the blade runs both paths. Diagnosing which one you have takes about fifteen seconds and determines everything you do next; guessing generally means fixing the wrong thing and concluding the file is cursed.

How to confirm it

Blank layer on import
Strokes without fills. Design Space cuts fills only — see the Cricut spec page.
Rectangle cut around the art
A background `<rect>` in the file, usually from a screenshot-sourced source image.
Blade passes twice on a seam
Unwelded overlapping shapes. Each path is cut independently.
Material tears at the seam
Same cause as above — the double pass weakens the cut line.
File will not upload at all
Usually an embedded raster or unsupported element rather than a cut problem.

The fix

1
Identify which of the three you have

Look at what Design Space shows on import, before you cut anything. The symptom names the cause.

2
Fix at the source, not in Design Space

Fills, background rectangles and welding are properties of the file. Patching in Design Space each time does not persist.

3
Re-trace for a file with fills by construction

A traced image produces filled regions rather than strokes, which removes the most common of the three outright.

Image → SVG · free, no signup

Fix it here.

Upload the original image. The preview shows the real path count before you pay.

3 free previews left · no signup to try

FAQ

Why does it look fine in my browser but import blank?

A browser renders strokes happily — a coloured outline with no fill looks like a finished drawing. A Cricut cuts the boundary of a filled area, and a stroked outline has no filled area. Both are behaving correctly; they are simply looking for different things.

Do I need to weld every overlap?

Only the ones you intend to be a single shape. Overlaps that should stay separate objects are fine unwelded. The problem is specifically overlaps you want read as one outline, where the blade otherwise cuts the shared edge twice.

Design Space rejects the file entirely — same problem?

No, that is a different failure. Outright rejection usually means an embedded raster image, an unsupported element, or a file well over the size limit. That is worth checking before diagnosing cut behaviour, since nothing else matters until it uploads.

Will this also work for Silhouette?

The fills-versus-strokes rule and the background rectangle apply to Silhouette Studio too. Welding is handled differently in its interface, and older free versions of Studio restricted SVG import entirely, which is worth ruling out first.

Related problems