To remove the icon while there is no menu
Go to Appearance -> Customize -> Additional CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.
@media only screen and (max-width: 767px){
.menu-toggle {
display:none;
}
}