Skip to calculator
Veomark

Free · Instant · No signup

SVG Icon Code Sanitizer & Inline Converter

Strip script tags and on* attributes from SVG markup for safer inline use.

Page updated 2026-09-04.

SVG Icon Code Sanitizer & Inline Converter visual
Sponsored

Calculator

Paste inline SVG.

Sponsored

Stripping active content, keeping the visible shape

An SVG containing a tag and an onclick="x()" attribute on a sanitizes down to just -- the script tag and the onclick handler are both removed, while the actual visible path shape is preserved untouched.

This matters because SVG is XML, and XML can embed executable JavaScript directly -- a