The color of the image that is inside a parent div can be changed into black using some CSS codes.
The icon images has to change to black while hovering on the parent div.

So we have to call the total div in CSS and make it hover
Then call the div along with the hover and give the following code to it.
.Class of the parent div : hover img{
filter: brightness(0);
}
This will gives us the result like this.
