Why is my preload link for SVG image downloading twice?

Hi! I’m trying to preload an svg image using preload link, but in the network tab of the browser I see that the image gets downloaded twice, and I get a message in the console saying

A preload for ‘https://cdn.shopify.com/s/files/…/assets/sprite.svg?v=7974101486466535677’ is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.

My code is:


What am I missing?