Hover a css icon width other color inside wp_get_attachment_image
I'm using ACF and have inside a loop: ?php echo wp_get_attachment_image( $button_image, 'small', 'sidebar-btn-icon', [class = sidebar-btn-icon , alt= sidebar icons]); ?
This shows a svg icon.
fill: #eee doesn't work because there is no direct path
.
Now I'm wondering how the change the color after a hover action?