I'm creating a site that contains several SVG images. I've tried to create a sprite with some images and embed it right in the CSS (background-image).
After searching for several days, I could not find any solution to improve image loading that works on all browsers (IE10 +) and does not have to download dozens of files.
How could I optimize image upload in SVG?