2026-07-11
SVG for Laser Cutting: Glowforge, xTool & Cricut File Guide
Laser cutters read SVG stroke colors as operations — red cuts, blue scores, black engraves. Here is how to turn any image into a clean, laser-ready SVG.
Written and reviewed by
Shahab Uddin, Founder & Product Lead. Shahab built JPEGtoSVG.com and reviews the site's conversion guides, presets, and SVG quality advice.
Quick Answer
- A laser-ready SVG uses stroke colors to tell the machine what to do: on Glowforge, red strokes cut, blue strokes score, and black fills engrave.
- Convert your image to SVG first, then set thin (hairline) strokes with no fill for cut lines and solid fills for engraved areas.
- Keep paths clean and closed — stray open paths and double lines are the most common cause of failed or doubled laser cuts.
Table of contents
Laser cutters like Glowforge, xTool, and Cricut's cutting machines all import SVG, but a design that looks fine on screen can still fail on the bed. The reason is that a laser does not see a picture — it reads the vector paths and their stroke colors as machine operations.
This guide covers how to convert any JPEG, PNG, or logo into a laser-ready SVG, how stroke colors map to cut, score, and engrave, and the path cleanup that prevents doubled or incomplete cuts.
How a laser cutter reads an SVG
Unlike a printer, a laser follows the outline of each vector path. A well-formed SVG for laser cutting is plain XML with styles inline and no external CSS references, because most laser software ignores or mangles external stylesheets.
Machines assign operations by stroke color and fill. On Glowforge the convention is red stroke = cut, blue stroke = score, and black fill = engrave. xTool's XCS software instead groups operations by SVG layer, so naming layers Cut, Score, and Engrave gives the smoothest import. Cricut Design Space treats the whole SVG as cut lines, so keep it to clean silhouettes.
Convert your image to a laser-ready SVG
Start from the highest-contrast source you have. A dark design on a white or transparent background traces into far cleaner paths than a busy photo. Remove the background before converting so you do not get a stray rectangle around the whole design.
Upload the image to the converter, use the Logo or Clean preset to keep the path count low, and reduce the color count. Fewer colors means fewer separate paths for the laser to process, which is exactly what you want for cutting and engraving.
Set strokes and fills for cut, score, and engrave
For cut lines, give the path a thin hairline stroke and no fill — a filled shape will be engraved solid instead of cut around. For engraving, use a solid fill and no stroke. For scoring (a shallow crease rather than a full cut), use the score color your machine expects.
After converting, open the SVG in a free editor like Inkscape to recolor strokes to your machine's convention and confirm each element is on the right operation before sending it to the laser.
Clean up paths to avoid doubled or failed cuts
The most common laser problem is a doubled cut, where two overlapping paths sit on the same line and the laser burns it twice. Auto-traced SVGs sometimes create both an outer and inner path around a stroke, so simplify paths and merge duplicates before cutting.
Also make sure cut paths are closed. An open path can leave your piece attached to the sheet or produce an incomplete outline. A quick check in your laser software's preview or Inkscape's node editor catches this before you waste material.
Tips and best practices
- Test on scrap material first — stroke-color conventions differ slightly between Glowforge, xTool, and Cricut.
- Keep engrave areas as solid fills and cut lines as hairline strokes; never rely on stroke width to define a cut.
- Use a transparent-background SVG so no bounding rectangle gets cut around your design.
Common mistakes to avoid
- Leaving a white background in the SVG, which becomes an extra cut or engrave shape.
- Using thick strokes for cut lines, which some software engraves instead of cutting.
- Sending overlapping duplicate paths that cause the laser to cut the same line twice.
Making files for Glowforge, xTool, or Cricut?
Convert your image to a clean SVG
Upload a logo, icon, or design and get a low-path SVG you can recolor into cut, score, and engrave layers.
Convert to SVGConclusion
A laser-ready SVG is less about how the design looks and more about how its paths and colors are structured. Get the stroke colors, fills, and path cleanup right and almost any image can become a reliable cut file.
Convert to SVG first, assign cut, score, and engrave, then verify closed, non-duplicated paths before you send the job.
FAQ
What color should cut lines be in an SVG for Glowforge?
Use a red (#FF0000) hairline stroke with no fill for cut lines on Glowforge. Blue strokes score and black fills engrave.
Can I use the same SVG for Cricut and a laser cutter?
Often yes, but Cricut reads the whole SVG as cut lines while lasers separate cut, score, and engrave by stroke color or layer, so you may need to recolor strokes for the laser.
How do I turn a JPEG or PNG into a laser cut file?
Convert the image to SVG with a high-contrast source and low color count, remove the background, then set hairline strokes for cut lines and solid fills for engraving.
Why is my laser cutting the same line twice?
Your SVG likely has overlapping duplicate paths. Simplify and merge paths in an editor like Inkscape so each cut line exists only once.