Svg icons images not showing on Netlify deployed site

@John-M-Gates Try running your build locally, then serving the built output.

For example npm run build && npx serve dist

If you see the same issue, then you’ll know it’s unrelated to Netlify and you can proceed accordingly.

For anyone else to investigate, you’ll need to provide a link to a public repository.