If you just serve SVGs through <img> tag it’ll be much safer. I never understood the appeal of inline <svg> anyways.
Inline SVG is stylable with CSS styles in the same HTML page.
Inline reduces round trips.
Inline SVG is stylable with CSS styles in the same HTML page.