I am building a project with Next.js and Strapi as CMS, the images are hosted on Cloudinary.
My problem is that the SVG image doesn't display using Image tag from Next.js.
I already read this topic Can't import SVG into Next.js but it's for locally stored images and doesn't seem to work for remote hosted SVG images.

My build is in Gatsby with Forestry.io as CMS and images hosted on cloudinary, but but my issue was solved by adding the
fl_sanitizeflag mentioned in this article from cloudinary support.