I am trying to invert a file with the extension .svg using css .I know .png and .jpg files can be inverted using css webkit properties. I am new to svg images. Can I invert .svg images using css ?
I tried using
-webkit-filter:invert(1); filter:invert(1);
but it didn’t work.
source share