augras Would you let me know the solutions to hide the elements in multiple locations ?
It's not solved with the solutions already provided? You can study the CSS classes by using browser inspector and simply modify as required. It's not like I planned to specifically provide an option to "easily hide all Google map icons from one class" ... Why do you even need to hide the icon?
You could try this I guess:
.svg-marker, .svg-path-marker {
display: none;
}
My point previously was that you had not made clear that you wanted ALL map icons removed everywhere, so I started offering solutions to hide the icon only for those locations, for example "on a picture".