Change color of a custom icon in Title + CTA on hover

Hello!

I’ve added a custom icon in svg format for the clickable title and CTAs in my search experience - the title/CTAs change to a different color on hover, so I want this hover state to reflect for the custom icon as well. Is this possible?

This was possible to do when using our default chevron icon by targeting the .Icon svg class under e.g. .HitchhikerStandard-titleLink: hover or . HitchhikerStandard-secondaryCTA:hover, but when the custom icon is added, the class I want to target seems to be .Icon-image, where I’m not sure if I can change the color of an img via CSS.

Thank you!