Add the below line of CSS code at the end of your theme.css file.
body svg.icon.icon-search{
height:20px !important;
width:20px !important;
}
@mysacredsoul add below css into theme.css file
svg.icon.icon-search {
width: 19px !important;
height: 30px;
}
