Browse all toolsSVG Rename IDs
Developer

SVG Rename IDs

Rename SVG IDs and update common url(), href, and xlink:href references.

Loading...

Page context

Where SVG Rename IDs fits

SVG Rename IDs rewrites SVG id values and updates common url(), href, and xlink:href references.

Why rename IDs

Inline SVGs can collide when multiple assets use the same gradient, mask, clipPath, or symbol IDs. Renaming IDs helps isolate each SVG.

Current behavior

The tool assigns deterministic svgkit-id-* values and updates common url(#id), href="#id", and xlink:href="#id" references.