How to Export SVG from Inkscape
Exporting SVG from Inkscape correctly requires choosing the right save format. Inkscape uses its own extended SVG format by default, which includes Inkscape-specific XML namespaces that cause problems in other applications.
About How to export SVG from Inkscape
Two SVG formats in Inkscape: - Inkscape SVG: the default save format. Includes Inkscape-specific attributes (sodipodi, inkscape namespaces), guide positions, grid settings, and internal metadata. Compatible with Inkscape only. - Plain SVG: strips all Inkscape-specific attributes and exports standard SVG 1.1. Compatible with all applications including browsers, Cricut Design Space, laser cutting software, and Illustrator.
How to export Plain SVG: - File > Save As (Shift+Ctrl+S) - In the format dropdown, select Plain SVG - Click Save
How to export as PNG (for preview or fallback): - File > Export PNG Image (Shift+Ctrl+E) - Set the export DPI (96 DPI for web, 300 DPI for print) - Click Export As to set filename, then Export
Optimising the SVG before export: - Run Path > Clean Up Document to remove stray paths and unused definitions - Set document dimensions to match the artwork (File > Document Properties > Resize to Content) - Remove guides and grids before exporting (Edit > Delete All Guides) - Delete the background rectangle if present
Common export problems and fixes: - SVG opens in browser but shows blank: check that paths have fill values set; some Inkscape paths default to fill:none - File too large: run Path > Simplify on all paths and re-export - Wrong colours in other apps: check that colours are in RGB mode, not CMYK (Inkscape uses RGB by default) - Design Space import error: ensure the file is Plain SVG, not Inkscape SVG
Use the SVG Cleanup tool above to further optimise your exported Inkscape SVG.