Percent-encoding
The converter percent-encodes the SVG markup so the result is valid both as a URL and as a CSS value: < becomes %3C, > becomes %3E, double quotes become %22, spaces become %20, and # becomes %23. The encoded payload is prefixed with data:image/svg+xml, and the tool hands back the bare URI plus the same URI wrapped in url("...") so it can be dropped straight into a background-image rule.