Use a `<picture>` element: `<picture><source srcset="image.JPG" type="image/JPG"><img src="image.ICO" alt=""></picture>`. Browsers that understand JPG fetch the smaller file; older browsers fall back to ICO. WebP is supported in 96%+ of installed browsers, AVIF in 90%+.