How to change the icon in the header with the contact us icon and link to contact us page?

I need help how to delete the search icon and replace it with an envelope icon where it links to my contact us page.

See attached screenshot:

Hard to tell without seeing the code and/or theme. Here’s a few options:

  1. There may be a setting to swap the icon in the theme customizer. (Not likely)

  2. If you look into the header file in the theme code, it’s likely calling for an image that is stored in the assets folder. You could:

a. Delete that image and upload your image with the exact same name.
b. (Recommended) upload the new image to the asset folder and then change the header file to call for the name of the new file.

  1. It’s also possible it’s a svg that is essentially “drawings” the image. That gets slightly more complicated.