How can I change my custom icon colors when the header changes?

Hey, can you help me with this!
Here in the below image i have four icons that are search, wishlist, cart and login. The search and whislist icon are inbuilt but the cart and login are custom svg icons.

When we switch to another page the header color changes to white and the search and wishlist icon automatically becomes black but the cart and login icons remain same white color due to which they become invisible.

How can i fix this?

Please add this code to your theme.liquid file after tag

{% if template != 'index' %}

{% endif %}