.leaflet-history-marker svg {
  display: none;
}
.leaflet-history-marker {
    width: 18px;
    height: 18px;
    background-image: url(../../images/custom/park.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}