You can invert an image with the css filter property.
filter
img { filter: invert(1); }
The above will also work for SVGs.