readable again
Make minified SVG readable
A minified SVG is one long line, which is fine for a browser and miserable for a person. This page re-indents it with two spaces per level so you can find the element you need.
Nothing else is touched. Comments stay, colors keep the exact notation you wrote, and every coordinate keeps its decimals — the file will get bigger, and that is the whole point.
three steps
How to format an SVG file
Drop the SVG
Pick a .svg file — it stays on your device.
Read the result
The formatted code appears with two-space indentation.
Copy or download
Take the code into your editor, or save the file.