svg icons

Edit and validate SVG icons before publishing

Icon SVGs often come from design tools, icon packs, docs, and copied snippets. Inspect them before adding them to a product.

svg icons tool

Check an SVG icon

Paste icon markup and validate, format, preview, copy, or download it.

Ready

Download output

Review icon code quickly

Inspect titles, viewBox values, fills, strokes, and path data before source control.

Sanitize third-party icons

Reject scripts, event handlers, unsafe XML, and external references in copied icon markup.

Keep icons readable

Format compact icon SVG into structured XML for easier review and future edits.

Accessible icon example

<svg viewBox="0 0 24 24" role="img"><title>Upload icon</title><path d="M12 4v12" stroke="currentColor" stroke-width="2" stroke-linecap="round"/><path d="M7 9l5-5 5 5M5 20h14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>

<title>Upload icon</title>

SVG Icons Editor FAQ

Is this a free icon library?

No. It is an SVG icon editing and validation workflow with local starter icons.

Can I paste icons from an icon pack?

Yes. Paste the markup, preview it, format it, and download a clean SVG.