How to invert svg image using css? Just style the SVG element directly svg { -webkit-filter: invert(1); filter: invert(1); }