those are inline SVGs, there is no network request being made as they are self contained SVG Code.
The XMLNS is a XML Namespace, what it does is tell the browser ‘Hey this piece of XML is an inline SVG that follows this w3.org standard’. And when w3 issued that standard they used a HTTP URL for the namespace, and that cannot be changed.