SVG to DXF Converter

Bring your SVG designs into CAD and laser software as DXF.

Drop SVG files here

or click to browse — paste from clipboard works too

🔒 Files never leave your browser. No upload, no signup, no watermark.

Settings
Output formats

How SVG to DXF conversion works

You have the design as SVG — from a design marketplace, a freebie site, Illustrator or Inkscape — but the machine software insists on DXF. It is a classic gap between the web-design world and the workshop world. This converter closes it in the browser: drop the SVG, get a DXF made of clean R12 polylines that laser and CNC programs import without drama.

Under the hood the SVG is rendered at high resolution and re-traced. That approach was a deliberate choice: SVG is a huge specification (clips, masks, filters, text, CSS…), and direct converters routinely fail on exactly the fancy features designers love. Rendering first means what you see is what gets cut — every visual feature of the SVG survives, because the trace works from the final rendered image. The trade-off is that geometry is re-fitted rather than copied; for cutting purposes the difference is far below kerf width.

The default Silhouette preset assumes cutting: it flattens the design to black-and-white outlines and drops the background. If your SVG uses multiple colors to mean different operations (a common convention: red = cut, black = engrave), switch to the Logo preset instead — colors are then preserved and each lands on its own DXF layer.

Check the preview before downloading, especially for designs with hairline strokes. SVG hairlines are infinitely thin by definition; the renderer draws them at about one pixel, and very fine details may need a thicker stroke width in the source file to survive.

Frequently asked questions

Why does my laser software reject some SVG files but this DXF works?

Many machine programs implement only a slice of the SVG spec and stumble over masks, text or CSS styling. The DXF produced here contains only plain polylines — the safest geometry there is.

Are the original SVG curves preserved exactly?

The design is rendered and re-traced, so curves are re-fitted rather than copied. Visually and for cutting the difference is negligible; if you need mathematically identical curves, use a CAD tool with native SVG import.

How do color layers work in the DXF?

With the Logo preset, each color in your SVG becomes a separate DXF layer named after its hex value — so you can map colors to operations (cut/engrave/mark) in your machine software.

Text in my SVG disappears or looks wrong — why?

Text rendering depends on fonts, which SVG files often reference but do not embed. Convert text to outlines in your design tool first (Inkscape: Path → Object to Path), then convert.