This question is similar, but the answer does not help.
The goal is to load an external SVG file (e.g., https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/android.svg), extract the SVG element, and append it to the HTML as an inline SVG element.
How can you do this?
We only want to use jQuery, no other third-party libraries.