3D & CAD converter · runs 100% in your browser
SVG to DXF Converter
Convert SVG vector graphics to AutoCAD DXF for laser cutters, CNC routers, and machine-readable workflows. Paths, lines, rectangles, polygons, and polylines are extracted. Path curves are sampled into line segments — adjust the sample count for tighter or coarser approximation.
How to use
- Drop your .svg file.
- Adjust path sample density if needed (more samples = smoother curves, larger DXF).
- Click Convert. Geometry is sampled and emitted as DXF LINE entities.
- Open the .dxf in your CAM software.
FAQ
Are filled shapes preserved?
No — DXF for CNC is geometry-only. Fills, strokes, and colors are dropped. The output is a wireframe of the SVG outlines.
What DXF version is produced?
R12 ASCII. It's the lowest common denominator and imports cleanly into virtually every CAM tool (Fusion 360, LightBurn, Inkscape, etc.).
Does my design file upload to a server?
No. Conversion runs entirely in your browser using WebAssembly and Web APIs. Open the Network tab in DevTools while you convert — you'll see no outbound traffic carrying your file.
Is this really free?
Yes. No signup, no quota, no upgrade tier. The conversion runs on your machine, so it costs us nothing to host.