Hi there,
Welcome to SeaTheme forum.
The search ‘magnifying glass’ icon uses Fontawesome, it is possible to replace it by CSS ( “Appearance > Customize: Additional CSS):
.search-top-btn-class .fa,
.search-icon-header {
display: block;
width: 30px;
height: 30px;
}
.fa-search:before {
content: "";
background: url(https://replaced-icon-file-url) no-repeat;
background-size: 100%;
width: 100%;
height: 100%;
display: block;
}
* https://replaced-icon-file-url is the icon file URL, you can use PNG or SVG format image
If it doesn’t work, please leave the issued page URL.
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook