Pixels vs Inches: The SVG Setting That Breaks Cricut Imports

Supporting guide · Updated 2026-05-21 · 5 min read

Quick answer Pixels measure screens; inches measure physical cuts. SVGs can store either, and Cricut Design Space assumes inches — so a file built in pixels imports at the wrong size. Design in inches from the start, set your artboard to the real cut size, and convert text and strokes to paths before exporting.
Pixels vs inches

Screens use pixels. Cricut cuts inches.

Most SVG size problems happen when screen-size files are treated like physical cut-size files.

1PixelsGood for screens, risky for SVG cut files.
2InchesMatches vinyl, shirts, mugs, and decals.
3Cricut-readyExport with real physical dimensions.

Almost every Cricut SVG sizing problem traces back to one quiet misunderstanding between two units: pixels and inches. Understand the difference once, and a whole category of frustration disappears.

What Pixels and Inches Actually Mean

Pixels are screen dots. They describe how something looks on a monitor or phone. A pixel has no fixed physical size — it changes with the screen.

Inches are physical measurements. They describe how big something is in the real world — on your vinyl, your mug, your shirt.

A Cricut machine only cares about inches, because it cuts physical material. When an SVG describes itself in pixels and hands that to Design Space, the machine has to guess, and it guesses inches.

See the pixels vs inches comparison
PixelsInches
MeasuresScreen appearancePhysical size
Used byCanva, Procreate, web toolsCricut, cutting machines
Fixed physical size?NoYes
Safe for Cricut SVGs?No — causes size bugsYes

How to Always Design in the Right Unit

If your favorite tool only works in pixels

Canva and Procreate are pixel-native and that is fine — just add one conversion step afterward. StickerReady converts pixel-based files to inch-based, Cricut-safe SVGs automatically.

Design anywhere, cut cleanly

StickerReady translates pixel-based files into inch-based, Cricut-ready SVGs in one step.

Try StickerReady free

Frequently Asked Questions

What DPI should I use for Cricut SVGs?

DPI (dots per inch) matters for raster images like PNGs, not for the vector paths in an SVG. For SVGs, what matters is that the viewBox and dimensions are in inches. For PNG Print Then Cut work, 300 DPI is the standard.

Why does the file look the right size in my browser but not in Cricut?

Browsers scale SVGs flexibly to fit the screen, so they look fine almost regardless of the viewBox. Cricut takes the dimensions literally. A browser preview is not a reliable size check.