I used the icon from noun project.I need to change the color of the background and it’s color also.(change the background color to ‘black’ and change the image color to white. Is there any css there. or need to photoshop
i have the image in two format .svg and .png
icon location: http://thenounproject.com/term/meditation/29971/
coded like:
<img src="/assets/new_home/images/short_desc_icon_yoga.png" height="25px;" width="25px"> <hr/>
2
Answers
The easiest way to do this is to wrap the img element in another, for example a
span
:And add CSS:
CSS3 has a new filter attribute which will only work in webkit browsers
It flip the colors.