I have this same issue with coil 3.3 in my CMP project. I have the ktor darwin client lib in my appleMain.dependencies, I've included the coil and coil-svg library in commonMain.dependencies, I even added the SvgDecoder.Factory() to the ImageLoader. Android loads the svg with no problems, but I get 'can't render image: load image failed' in iOS. If I switch the file for a png file, it loads with coil with no problems on both platforms.