DXF to SVG
LocalConvert DXF drawings to SVG vector graphics in your browser. Supports lines, polylines, circles, arcs, ellipses and text.
What is it? DXF to SVG converts DXF drawings into SVG vector graphics that any browser, Inkscape or Illustrator can open. Lines, polylines, circles, arcs, ellipses and text are supported.
TL;DR: Convert DXF to clean SVG vectors for web and design tools.
How to use
- Paste ASCII DXF text or open an .dxf file.
- Click Convert to SVG.
- Copy the result or download the .svg file.
FAQ
Which entities are supported?
LINE, LWPOLYLINE, POLYLINE, CIRCLE, ARC, ELLIPSE, POINT, TEXT, MTEXT, SOLID and approximated SPLINE.
Will my drawing be uploaded?
No — parsing and rendering happen locally; closing the page clears everything.
Examples
- Paste a simple LINE + CIRCLE drawing and get a backgrounded SVG with an auto-fit viewBox.
Limitations
- ASCII DXF only; convert binary DXF first.
- 3D solids/faces and block references (INSERT) are not fully expanded.
Privacy
Privacy first: this tool runs entirely in your browser. Your input and files never leave your device.