Custom Markers with Leaflet
Briefly

The Leaflet library provides deep support for customizing markers, allowing developers to create tailored icons based on their specific data requirements, despite some challenges in sourcing the icons.
Finding suitable icons for use in Leaflet can be tricky. Resources like leaflet-color-markers provide a collection of colored icons, but caution is advised when using them in production.
Using third-party resources like raw.githubusercontent.com may raise concerns about production readiness. Developers are recommended to download needed assets to their own websites for reliablity.
While creating custom markers in Leaflet can appear straightforward initially, developers often encounter hiccups particularly when it comes to sourcing appropriate icons for different use cases.
Read at Raymondcamden
[
|
]