Python Folium icon list

32,568

You can find a full list here:
https://fontawesome.com/icons?d=gallery
use with: prefix='fa'

or the glyphicon icons of Bootstrap that are built-in and standard, thus without prefix needed. https://getbootstrap.com/docs/3.3/components/

Share:
32,568
Hugo
Author by

Hugo

Updated on August 28, 2020

Comments

  • Hugo
    Hugo over 3 years

    Is there any list of icons available that I can use in a expression like I use home in this one?

    folium.Marker(location=[0,20], icon=folium.Icon(color='lightgray', icon='home', prefix='fa')).add_to(m)
    
  • philshem
    philshem over 4 years
    note that folium/leaflet work font-awesome v4. more details: stackoverflow.com/a/58609263/2327328
  • AnonymousUser
    AnonymousUser over 2 years
    How to add the ad icon, for example?