Inline SVG allows SVG markup, written within HTML, to generate graphics in the browser.
When using SVG inline, a DOCTYPE is not strictly required. Instead just the <svg> opening and closing tags together with either a viewBox or width and height attributes will suffice:
<svg width="1...