I donot know what you mean with ‘it’ as it has a few topics
I was able to arrange my entity_picture (defined in custom_glob) this way, likely it will work the same with a icon (via label:)
card_mod:
style:
ha-map:
$:
.leaflet-marker-icon:
ha-entity-marker $: |
.marker {
position: relative !important;
top: 20% !important;
left: 20% !important;
width: 25px !important;
height: 25px !important;
border: 0px solid var(--ha-marker-color,var(--primary-color)) !important;
background-color: var(--ha-marker-color,none) !important;
}