Inline <svg> in HTML needs xmlns="http://www.w3.org/2000/svg" so the browser treats child elements as SVG, not unknown HTML tags.
<svg>
xmlns="http://www.w3.org/2000/svg"
Lines: 0 | Characters: 0