Unsafe attempt to load URL <URL> from frame with URL <URL>. Domains, protocols and ports must match.
All svg are visible in localhost but invisible in server
Unsafe attempt to load URL <URL> from frame with URL <URL>. Domains, protocols and ports must match.
and
svgxuse.js:1 Mixed Content: The page at 'https://www.aaaa.world/home' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.aaaa.world/svg-icons/sprites/icons.svg'. This request has been blocked; the content must be served over HTTPS.
@Dev0ps The error message is telling you what the problem is. Your page is on a secure domain (https://www.aaaa.world) but something is trying to load an SVG icon from an insecure domain (http://www.aaaa.world).