Free · No sign-up · No watermark
DWG to SVG Converter
Convert a .dwg to SVG with its layers kept as groups, its colours as drawn and its text still text. Blocks are expanded in place, dimensions and hatches included. Free, online, any DWG release.
How to convert DWG to SVG
Drop the .dwg
Any release, R12 to 2018, up to 100 MB. Blocks, hatches, dimensions and text all come along — the DWG is decoded, not screenshotted.
Choose a background, press Convert
Transparent for the web and for Inkscape, white for a document, black if the drawing was designed for a dark screen and you want it to look that way.
Download the .svg
One file, layers as groups, colours as in the drawing, text as text. Open it in a browser to check it, then wherever it is going.
What the SVG contains
The drawing’s model space as a standalone SVG. The viewBox is the drawing’s extents in its own units with a small margin, so a 12-metre wall is 12,000 units long in a millimetre drawing and imports at real size into any program that honours the viewBox. Under the root, one group per layer in the order of the DWG’s layer table, then one element per entity: lines and polylines as paths — arc segments sampled finely enough to read as curves — circles as circle elements, ellipses and splines as paths, TEXT and MTEXT as text elements with height, rotation, justification and MTEXT’s line wrapping, dimensions as the geometry stored in their dimension blocks. Linetypes are honoured as dash patterns at the drawing’s linetype scale.
Fills follow the drawing: solid hatches and 2D solids are filled with their colour, pattern hatches are outlined with a light tint inside. Attached raster images become a dashed frame where the image was, since the pixels are not in the DWG. Nothing is rasterised, so the file scales to a billboard and stays sharp, and a 3 MB DWG usually becomes an SVG of a similar size.
When to convert DWG to SVG
When a drawing is about to become a graphic. A floor plan for a website, a site map for a brochure, a product outline for a manual, a sign for a vinyl cutter, a template for a laser: all of those want vector art in a format illustration and cutting software opens natively, and none of them want the CAD file itself. SVG is also the format a front-end developer can style — colour the walls by CSS class, animate a layer, hide the furniture on hover — and a DWG cannot get there without this step.
When the destination is a document rather than a design tool, the DWG to PDF converter puts the same geometry on a sheet. When it is a slide or a chat message, a PNG is simpler to paste.
Limits
- 100 MB per DWG and 60 seconds per conversion.
- Model space only: layouts, viewports and title blocks in paper space are not exported.
- External references (xrefs) are not resolved; bind them before converting.
- Entities inside a block are grouped under the layer of the insert, not their own layer.
- Text is set in a generic sans-serif; the DWG’s TrueType font names are not embedded. SHX shape fonts the writer can stroke are drawn as paths.
- ACIS solids are omitted; raster underlays show as a placeholder frame.