My website contains SVGs that are not loading consistently. I acquired some from freeicons/icon8 and created a couple using Inkscape. Initially, I inserted them using HTML but switched to CSS after doing research online on how to ensure they load properly all the time. However, this change did not resolve the issue. I am unsure if the SVG files are faulty or if I made mistakes when adding them.
You can visit the website at
In the top black bar of the site, there are 3 links with icons that should appear but do not display correctly. Each link's anchor has a selector corresponding to the icon I want to use.
Additionally, the navigation menu features icons for each link, which may fail to load (around 90% of the time). These icons are inserted using regular img tags.
Any insights on why the SVGs are not loading? Could it be an issue with my HTML/CSS or something else?
Your assistance is highly appreciated.