CAD, 3D & Fabrication DXF → SVG
DXF to SVG Converter
The DXF to SVG converter parses AutoCAD DXF entities and rebuilds them as SVG paths and shapes. Layers become SVG groups, colours are mapped from the DXF palette, and units are normalised.
Input DXF
Output SVG
Result will appear here after conversion.
Runs in your browser. No files leave your device.
How the dxf to svg tool works
The workbench above is a self-contained web application. When you drop a file, the browser reads it locally, runs the conversion, and writes the result to a downloadable blob. Nothing is uploaded to any server, and the tool keeps working even if you disconnect after loading the page.
Frequently asked questions
Which entities are supported?
LWPOLYLINE, LINE, CIRCLE, ARC, ELLIPSE, SPLINE, TEXT, MTEXT and INSERT (block references).