DWG SVG
File conversion

Convert DWG to SVG

QUICK ANSWER
Is it possible to convert DWG to SVG?
Yes - DWG converts to SVG.

The most direct free path is to convert .dwg to .dxf using ODA File Converter (free), then open the .dxf in Inkscape and save as SVG. Adobe Illustrator can also open .dwg files directly and export SVG, though complex drawings may import with errors.

2 programs
Also to SVG: LLSP · SVGZ · BPMN

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox

Why convert DWG to SVG?

DWG is a proprietary binary CAD format introduced in 1982, storing 2D/3D geometry, layers, and blocks. SVG is an XML-based 2D vector format standardized in 2001, natively rendered by web browsers and editable in tools like Inkscape and Figma. Converting to .svg makes drawings embeddable in web pages and editable in graphic software without rasterization quality loss.

How to convert DWG to SVG

Adobe Illustrator APP

Go to File > Open and select the .dwg file, choose the layout and units in the DXF/DWG import dialog, then save as SVG via File > Save As; works best for simple 2D drawings.

Adobe Illustrator for Mac APP

Open the .dwg via File > Open, configure the import dialog, then export SVG via File > Save As; complex CAD drawings may import with missing or incorrect elements.

Inkscape OPEN-SOURCE

Convert the .dwg to .dxf first using ODA File Converter (free), then open the .dxf in Inkscape and save as SVG via File > Save As > Plain SVG.

Programs that convert DWG

About these formats

Quality & what to watch

  • 3D geometry cannot be represented in SVG - only the 2D projection of 3D solids will appear.
  • Dimensions with live associativity are flattened to plain lines and text; hatches may export as filled polygons or be dropped depending on the tool.
  • DXF carries the same geometry as DWG, so no geometry is lost in the DWG-to-DXF step using ODA File Converter.

Frequently asked questions

Why does the SVG look wrong after converting a complex DWG?
CAD features like blocks, hatches, and 3D solids have no direct SVG equivalent and are approximated or dropped; complex drawings should be reviewed and cleaned up after conversion.
Is there a free way to convert DWG to SVG?
Yes - convert DWG to DXF using ODA File Converter (free), then open in Inkscape (free) and export as SVG.
Will layers be preserved?
Some exporters map CAD layers to SVG groups; fidelity varies by tool and drawing complexity.