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