I've encountered a common issue that I can't seem to solve.
After creating a website using HTML, CSS, and JS, I uploaded it to the hosting server via FileZilla. Everything is working perfectly on the live site.
However, when I downloaded the files from the server onto a different computer and opened the .html file in a web browser, the SVG images are not displaying. This has happened before, even after trying to view them in browsers like Mozilla and Edge.
<svg class="navigation__icons">
<use xlink:href='img/sprite.svg#logo-instagram'></use>
</svg>