Want to change svg icon for search dawn theme 4.0

Hi I currently have an SVG image/file that I want to use to swap my search icon on Dawn theme. How do I go about doing this? I already changed the account and cart icon just missing the search. THANKS!

@lolandjakson14

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@lolandjakson14

Just use this css

svg.modal__toggle-open.icon.icon-search {
color: red;
}

Hello,

I am also interested in changing my search icon. Did you happen to find a solution?