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