Icon Library

October 2, 2017 ยท View on GitHub

Mapzen basemap styles include custom icons to display points of interest on a map, ranging from airports to zoos. These can be used interchangeably between the different basemaps or in a custom Tangram map of your own.

The library has expanded to a several hundred icons. Most, but not all icons, are available in 4 or more styles.

There are no rights restrictions on the icons. The examples below are for Tangram but you are free to use the icons in your favorite mapping library or application. The original Illustrator vector artwork is also available.

Using built-in sprites

Icons can be added to a Tangram map using the sprites property of the mapzen_icon_library draw style.

By icon name

Import the Refill basemap style (which includes the Mapzen icon library) and draw user-provided points on the map using the library's zoo icon.

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                sprite: zoo

Data-driven styling

Data-driven styling is supported when your data includes a kind property with values matched to the icon names in the table. Data is evaluated on a per-feature basis so you'll end up with a variety of icons shown on the map.

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library: {}

Bring your own classification

Sprites can be defined with a Javascript function that allows remapping property values to the named icons in the library.

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                sprite: |
                    function() {
                        var class = feature.class;
                        var kind = class == 'my_airport'   ? 'airport'  :
                                   class == 'my_hospital'  ? 'hospital' :
                                   class == 'my_zoo'       ? 'zoo'      :
                                   'generic';
                        return kind;
                    }

Using Mapzen icons independently

Tangram

You can use the icons in the Mapzen icon library independent of Mapzen basemap styles by importing just the icon bundle into a Tangram scene.

  • https://mapzen.com/carto/bubble-wrap-style/8/themes/bubble-wrap-icons.zip
  • https://mapzen.com/carto/cinnabar-style/8/themes/cinnabar-icons.zip
  • https://mapzen.com/carto/refill-style/9/themes/refill-icons.zip
  • https://mapzen.com/carto/tron-style/5/themes/tron-icons.zip
  • https://mapzen.com/carto/walkabout-style/6/themes/walkabout-icons.zip
  • https://mapzen.com/carto/sdk-default-style/1/themes/sdk-default-icons.zip

For example:

import:
    - https://mapzen.com/carto/refill-style/9/themes/refill-icons.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                sprite: zoo

Sprites

The Mapzen Icon Library is available for use in your favorite mapping or graphics software as individual sprite images.

Currently only only png format at 2x resolution is supported.

  • https://mapzen.com/carto/bubble-wrap-style/8/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/cinnabar-style/8/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/refill-style/9/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/tron-style/5/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/walkabout-style/6/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/sdk-default-style/1/icons/{resolution}/{sprite}.{format}

For example:

Load the adit sprite in the Bubble Wrap style at 2x in png format:

https://mapzen.com/carto/bubble-wrap-style/8/icons/2x/adit.png

Customize icon colors

You can customize the icon colors by changing the global color of colorized-icons in styles. Assign the color in the global u_tint. If you would like to color the badge fill area, assign the color in the draw layer. See below:

import:
    - https://mapzen.com/carto/refill-style/9/themes/refill-icons.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

styles:
    colorized-icons:
        shaders:
            uniforms:
                # color the icon here
                u_tint: [0.925,0.090,0.094]

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                # color the badge fill area here
                color: [0.724,1.000,0.893]
                sprite: zoo

Mix and match icon styles

You could even use the Bubble Wrap icons on Refill!

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip
    - https://mapzen.com/carto/bubble-wrap-style/8/themes/bubble-wrap-icons.zip

Sprites

Sprite names generally match the kind values from the Mapzen vector tiles points of interest (pois) layer.

Some exceptions:

  • Populated places that are displayed as point features (capitals, cities, and towns for instance) use the capital or townspot icons, respectively.
  • Icons for sports pitches and religious places of worship are based on kind_detail.
  • Road shields are generally sourced from the network values in the roads layer
  • User experience assets are prefixed with ux-.
spriteBubble WrapWalkaboutTronRefillCinnabar
aditaditaditaditaditadit
aerodromeaerodromeaerodromeaerodromeaerodromeaerodrome
airportairportairportairportairportairport
airport-lairport-l
alcoholalcoholalcoholalcoholalcoholalcohol
allotmentsallotments
amusement_rideamusement_rideamusement_rideamusement_rideamusement_rideamusement_ride
apartmentsapartmentsapartmentsapartmentsapartmentsapartments
aquariumaquariumaquariumaquariumaquariumaquarium
archaeological_sitearchaeological_sitearchaeological_sitearchaeological_sitearchaeological_sitearchaeological_site
atmatmatmatmatmatm
attractionattraction
bakerybakerybakerybakerybakerybakery
bankbankbankbankbankbank
barbarbarbarbarbar
baseballbaseballbaseballbaseballbaseballbaseball
basketballbasketballbasketballbasketballbasketballbasketball
battlefieldbattlefieldbattlefieldbattlefield
bbqbbq
beachbeachbeachbeachbeachbeach
beach_resortbeach_resort
beaconbeaconbeaconbeaconbeaconbeacon
benchbenchbenchbenchbenchbench
bicyclebicyclebicyclebicyclebicyclebicycle
bicycle_parkingbicycle_parkingbicycle_parkingbicycle_parkingbicycle_parkingbicycle_parking
bicycle_rentalbicycle_rentalbicycle_rentalbicycle_rentalbicycle_rentalbicycle_rental
bicycle_rental_stationbicycle_rental_stationbicycle_rental_stationbicycle_rental_stationbicycle_rental_stationbicycle_rental_station
biergartenbiergartenbiergartenbiergartenbiergartenbiergarten
boat_rentalboat_rental
booksbooksbooksbooksbooksbooks
brewerybrewerybrewerybrewerybrewerybrewery
bridgebridgebridgebridgebridgebridge
buddhistbuddhistbuddhistbuddhistbuddhistbuddhist
buildingbuildingbuildingbuildingbuildingbuilding
bus_stationbus_stationbus_stationbus_stationbus_stationbus_station
bus_stopbus_stopbus_stopbus_stopbus_stopbus_stop
butcherbutcherbutcherbutcherbutcherbutcher
cafecafecafecafecafecafe
camp_sitecamp_sitecamp_sitecamp_sitecamp_sitecamp_site
capital-lcapital-lcapital-lcapital-lcapital-lcapital-l
capital-mcapital-mcapital-mcapital-mcapital-mcapital-m
capital-scapital-scapital-scapital-scapital-scapital-s
capital-xlcapital-xlcapital-xlcapital-xlcapital-xlcapital-xl
capital-xscapital-xscapital-xscapital-xscapital-xscapital-xs
carcarcarcarcarcar
car_repaircar_repaircar_repaircar_repaircar_repaircar_repair
car_sharingcar_sharingcar_sharingcar_sharingcar_sharingcar_sharing
caravan_sitecaravan_sitecaravan_site
care_homecare_homecare_homecare_homecare_homecare_home
castlecastlecastlecastlecastlecastle
category-namespace-do_and_seecategory-namespace-do_and_seecategory-namespace-do_and_seecategory-namespace-do_and_seecategory-namespace-do_and_seecategory-namespace-do_and_see
category-namespace-eat_and_drinkcategory-namespace-eat_and_drinkcategory-namespace-eat_and_drinkcategory-namespace-eat_and_drinkcategory-namespace-eat_and_drinkcategory-namespace-eat_and_drink
category-namespace-education_and_religioncategory-namespace-education_and_religioncategory-namespace-education_and_religioncategory-namespace-education_and_religioncategory-namespace-education_and_religioncategory-namespace-education_and_religion
category-namespace-healthcategory-namespace-healthcategory-namespace-healthcategory-namespace-healthcategory-namespace-healthcategory-namespace-health
category-namespace-mobilitycategory-namespace-mobilitycategory-namespace-mobilitycategory-namespace-mobilitycategory-namespace-mobilitycategory-namespace-mobility
category-namespace-othercategory-namespace-othercategory-namespace-othercategory-namespace-othercategory-namespace-othercategory-namespace-other
category-namespace-shop_and_servicecategory-namespace-shop_and_servicecategory-namespace-shop_and_servicecategory-namespace-shop_and_servicecategory-namespace-shop_and_servicecategory-namespace-shop_and_service
category-predicate-addressingcategory-predicate-addressingcategory-predicate-addressingcategory-predicate-addressingcategory-predicate-addressingcategory-predicate-addressing
category-predicate-attractioncategory-predicate-attractioncategory-predicate-attractioncategory-predicate-attractioncategory-predicate-attractioncategory-predicate-attraction
category-predicate-civiccategory-predicate-civiccategory-predicate-civiccategory-predicate-civiccategory-predicate-civiccategory-predicate-civic
category-predicate-drinkcategory-predicate-drinkcategory-predicate-drinkcategory-predicate-drinkcategory-predicate-drinkcategory-predicate-drink
category-predicate-eatcategory-predicate-eatcategory-predicate-eatcategory-predicate-eatcategory-predicate-eatcategory-predicate-eat
category-predicate-educationcategory-predicate-educationcategory-predicate-educationcategory-predicate-educationcategory-predicate-educationcategory-predicate-education
category-predicate-funcategory-predicate-funcategory-predicate-funcategory-predicate-funcategory-predicate-funcategory-predicate-fun
category-predicate-healthcategory-predicate-healthcategory-predicate-healthcategory-predicate-healthcategory-predicate-healthcategory-predicate-health
category-predicate-industrycategory-predicate-industrycategory-predicate-industrycategory-predicate-industrycategory-predicate-industrycategory-predicate-industry
category-predicate-mobilitycategory-predicate-mobilitycategory-predicate-mobilitycategory-predicate-mobilitycategory-predicate-mobilitycategory-predicate-mobility
category-predicate-moneycategory-predicate-moneycategory-predicate-moneycategory-predicate-moneycategory-predicate-moneycategory-predicate-money
category-predicate-naturecategory-predicate-naturecategory-predicate-naturecategory-predicate-naturecategory-predicate-naturecategory-predicate-nature
category-predicate-religioncategory-predicate-religioncategory-predicate-religioncategory-predicate-religioncategory-predicate-religioncategory-predicate-religion
category-predicate-servicecategory-predicate-servicecategory-predicate-servicecategory-predicate-servicecategory-predicate-servicecategory-predicate-service
category-predicate-shopcategory-predicate-shopcategory-predicate-shopcategory-predicate-shopcategory-predicate-shopcategory-predicate-shop
category-predicate-sleepcategory-predicate-sleepcategory-predicate-sleepcategory-predicate-sleepcategory-predicate-sleepcategory-predicate-sleep
category-predicate-transportcategory-predicate-transportcategory-predicate-transportcategory-predicate-transportcategory-predicate-transportcategory-predicate-transport
cemeterycemeterycemeterycemeterycemeterycemetery
chapelchapelchapelchapelchapelchapel
chimneychimneychimneychimneychimneychimney
christianchristianchristianchristianchristianchristian
cinemacinemacinemacinemacinemacinema
clinicclinic
clothesclothesclothesclothesclothesclothes
collegecollegecollegecollegecollegecollege
companycompanycompanycompanycompanycompany
computercomputercomputercomputercomputercomputer
confectioneryconfectioneryconfectioneryconfectioneryconfectioneryconfectionery
conservationconservationconservationconservation
convenienceconvenienceconvenienceconvenienceconvenienceconvenience
county_shield-1charcounty_shield-1charcounty_shield-1charcounty_shield-1charcounty_shield-1charcounty_shield-1char
county_shield-2charcounty_shield-2charcounty_shield-2charcounty_shield-2charcounty_shield-2charcounty_shield-2char
county_shield-3charcounty_shield-3charcounty_shield-3charcounty_shield-3charcounty_shield-3charcounty_shield-3char
county_shield-4charcounty_shield-4charcounty_shield-4charcounty_shield-4charcounty_shield-4charcounty_shield-4char
county_shield-5charcounty_shield-5charcounty_shield-5charcounty_shield-5charcounty_shield-5charcounty_shield-5char
courthousecourthousecourthousecourthousecourthousecourthouse
damdam
dentistdentist
department_storedepartment_storedepartment_storedepartment_storedepartment_storedepartment_store
dive_centredive_centre
dockdockdockdockdockdock
doctorsdoctors
dog_parkdog_park
doityourselfdoityourselfdoityourselfdoityourselfdoityourselfdoityourself
dot-blackdot-black
dot-whitedot-white
drinking_waterdrinking_waterdrinking_waterdrinking_waterdrinking_waterdrinking_water
dry_cleaningdry_cleaningdry_cleaningdry_cleaningdry_cleaningdry_cleaning
electronicselectronicselectronicselectronicselectronicselectronics
embassyembassyembassyembassyembassyembassy
enclosureenclosure
estate_agentestate_agentestate_agentestate_agentestate_agentestate_agent
factoryfactoryfactoryfactoryfactoryfactory
fashionfashionfashionfashionfashionfashion
fast_foodfast_foodfast_foodfast_foodfast_foodfast_food
ferryferryferryferryferryferry
ferry_terminalferry_terminalferry_terminalferry_terminalferry_terminalferry_terminal
fire_stationfire_stationfire_stationfire_stationfire_stationfire_station
firepitfirepit
fishingfishing
fishing_areafishing_area
fitnessfitnessfitnessfitnessfitnessfitness
fitness_stationfitness_stationfitness_stationfitness_stationfitness_stationfitness_station
floristfloristfloristfloristfloristflorist
forestforestforestforestforestforest
fortfortfortfortfortfort
fountainfountainfountainfountainfountainfountain
fuelfuelfuelfuelfuelfuel
gallerygallerygallerygallerygallerygallery
gardengardengardengardengardengarden
gas_canistergas_canister
gategate
generatorgeneratorgeneratorgeneratorgeneratorgenerator
genericgenericgenericgenericgenericgeneric
generic_shield-1chargeneric_shield-1chargeneric_shield-1chargeneric_shield-1chargeneric_shield-1chargeneric_shield-1char
generic_shield-2chargeneric_shield-2chargeneric_shield-2chargeneric_shield-2chargeneric_shield-2chargeneric_shield-2char
generic_shield-3chargeneric_shield-3chargeneric_shield-3chargeneric_shield-3chargeneric_shield-3chargeneric_shield-3char
generic_shield-4chargeneric_shield-4chargeneric_shield-4chargeneric_shield-4chargeneric_shield-4chargeneric_shield-4char
generic_shield-5chargeneric_shield-5chargeneric_shield-5chargeneric_shield-5chargeneric_shield-5chargeneric_shield-5char
geysergeyser
giftgiftgiftgiftgiftgift
golf_coursegolf_coursegolf_coursegolf_coursegolf_coursegolf_course
governmentgovernmentgovernmentgovernmentgovernmentgovernment
grassgrassgrassgrassgrassgrass
grave_yardgrave_yardgrave_yardgrave_yardgrave_yardgrave_yard
greengrocergreengrocergreengrocergreengrocergreengrocergreengrocer
hairdresserhairdresserhairdresserhairdresserhairdresserhairdresser
hangarhangarhangarhangarhangarhangar
hardwarehardwarehardwarehardwarehardwarehardware
historicalhistoricalhistoricalhistoricalhistoricalhistorical
hospitalhospitalhospitalhospitalhospitalhospital
hostelhostelhostelhostelhostelhostel
hot_springhot_springhot_springhot_springhot_springhot_spring
hotelhotelhotelhotelhotelhotel
huntinghunting
ice_creamice_creamice_creamice_creamice_creamice_cream
industrialindustrialindustrialindustrialindustrialindustrial
informationinformationinformationinformationinformationinformation
insuranceinsuranceinsuranceinsuranceinsuranceinsurance
jewelryjewelryjewelryjewelryjewelryjewelry
jewishjewishjewishjewishjewishjewish
kindergartenkindergartenkindergartenkindergartenkindergartenkindergarten
kioskkioskkioskkioskkioskkiosk
landmarklandmarklandmarklandmarklandmarklandmark
laundrylaundrylaundrylaundrylaundrylaundry
librarylibrarylibrarylibrarylibrarylibrary
light_raillight_raillight_raillight_raillight_raillight_rail
lighthouselighthouselighthouselighthouselighthouselighthouse
liquorliquorliquorliquorliquorliquor
mallmallmallmallmallmall
manormanormanormanormanormanor
marinamarinamarinamarinamarinamarina
memorialmemorialmemorialmemorialmemorialmemorial
minemine
mineshaftmineshaftmineshaftmineshaftmineshaftmineshaft
mobile_phonemobile_phonemobile_phonemobile_phonemobile_phonemobile_phone
monumentmonumentmonumentmonumentmonumentmonument
motelmotelmotelmotelmotelmotel
motorcyclemotorcycle
museummuseummuseummuseummuseummuseum
musicmusicmusicmusicmusicmusic
muslimmuslimmuslimmuslimmuslimmuslim
national_parknational_parknational_parknational_park
natural_forestnatural_forestnatural_forestnatural_forestnatural_forestnatural_forest
nature_reservenature_reservenature_reservenature_reservenature_reservenature_reserve
newspapernewspapernewspapernewspapernewspapernewspaper
nursing_homenursing_homenursing_homenursing_homenursing_homenursing_home
observatoryobservatoryobservatoryobservatoryobservatoryobservatory
officeofficeofficeofficeofficeoffice
opticianopticianopticianopticianopticianoptician
outdooroutdoor
painterpainterpainterpainterpainterpainter
parkparkparkparkparkpark
park-lpark-lpark-l
parkingparkingparkingparkingparkingparking
peakpeakpeakpeakpeakpeak
petpetpetpetpetpet
pharmacypharmacypharmacypharmacypharmacypharmacy
photographerphotographerphotographerphotographerphotographerphotographer
photographic_laboratoryphotographic_laboratoryphotographic_laboratoryphotographic_laboratoryphotographic_laboratoryphotographic_laboratory
picnic_sitepicnic_site
picnic_tablepicnic_table
pierpierpierpierpierpier
pitchpitchpitchpitchpitchpitch
place_of_worshipplace_of_worshipplace_of_worshipplace_of_worshipplace_of_worshipplace_of_worship
plantplantplantplantplantplant
playgroundplaygroundplaygroundplaygroundplaygroundplayground
policepolicepolicepolicepolicepolice
post_officepost_officepost_officepost_officepost_officepost_office
protected_areaprotected_areaprotected_areaprotected_area
pubpubpubpubpubpub
publicpublicpublicpublicpublicpublic
quarryquarryquarryquarryquarryquarry
ranger_stationranger_station
recreation_groundrecreation_groundrecreation_groundrecreation_groundrecreation_groundrecreation_ground
recreation_trackrecreation_track
recyclingrecyclingrecyclingrecyclingrecyclingrecycling
restaurantrestaurantrestaurantrestaurantrestaurantrestaurant
retailretailretailretailretailretail
ruinruinruinruinruinruin
ruinsruinsruinsruinsruinsruins
schoolschoolschoolschoolschoolschool
scuba_divingscuba_diving
shoemakershoemakershoemakershoemakershoemakershoemaker
showershower
skiskiskiskiskiski
ski_jumpingski_jumping
ski_rentalski_rentalski_rentalski_rental
ski_schoolski_schoolski_schoolski_school
skiingskiing
slipwayslipwayslipwayslipwayslipwayslipway
soccersoccersoccersoccersoccersoccer
sportssportssportssportssportssports
sports_centresports_centresports_centresports_centresports_centresports_centre
springspringspringspringspringspring
stadiumstadiumstadiumstadiumstadiumstadium
stationstationstationstationstationstation
storestorestorestorestorestore
substationsubstationsubstationsubstationsubstationsubstation
subway_entrancesubway_entrancesubway_entrancesubway_entrancesubway_entrancesubway_entrance
summer_campsummer_campsummer_campsummer_campsummer_campsummer_camp
supermarketsupermarketsupermarketsupermarketsupermarketsupermarket
swimming_areaswimming_areaswimming_areaswimming_area
swimming_poolswimming_poolswimming_poolswimming_poolswimming_poolswimming_pool
tailortailortailortailortailortailor
taqueriataqueria
telescopetelescope
tennistennistennistennistennistennis
theatretheatretheatretheatretheatretheatre
theme_parktheme_parktheme_parktheme_parktheme_parktheme_park
toiletstoiletstoiletstoiletstoiletstoilets
towertowertowertowertowertower
townhalltownhalltownhalltownhalltownhalltownhall
townspot-ltownspot-ltownspot-ltownspot-ltownspot-ltownspot-l
townspot-l-revtownspot-l-revtownspot-l-revtownspot-l-revtownspot-l-revtownspot-l-rev
townspot-mtownspot-mtownspot-mtownspot-mtownspot-mtownspot-m
townspot-m-revtownspot-m-revtownspot-m-revtownspot-m-revtownspot-m-revtownspot-m-rev
townspot-stownspot-stownspot-stownspot-stownspot-stownspot-s
townspot-s-revtownspot-s-revtownspot-s-revtownspot-s-revtownspot-s-revtownspot-s-rev
townspot-xltownspot-xltownspot-xltownspot-xltownspot-xltownspot-xl
townspot-xl-revtownspot-xl-revtownspot-xl-revtownspot-xl-revtownspot-xl-revtownspot-xl-rev
townspot-xstownspot-xstownspot-xstownspot-xstownspot-xstownspot-xs
townspot-xs-revtownspot-xs-revtownspot-xs-revtownspot-xs-revtownspot-xs-revtownspot-xs-rev
toystoystoystoystoystoys
traffic_signalstraffic_signalstraffic_signalstraffic_signalstraffic_signalstraffic_signals
trailheadtrailhead
traintraintraintraintrain
train_stationtrain_station
train_station-ltrain_station-ltrain_station-ltrain_station-ltrain_station-ltrain_station-l
tram_stoptram_stoptram_stoptram_stoptram_stoptram_stop
treetree
tree-stree-s
universityuniversityuniversityuniversityuniversityuniversity
US:CA-1charUS:CA-1charUS:CA-1charUS:CA-1charUS:CA-1charUS:CA-1char
US:CA-2charUS:CA-2charUS:CA-2charUS:CA-2charUS:CA-2charUS:CA-2char
US:CA-3charUS:CA-3charUS:CA-3charUS:CA-3charUS:CA-3charUS:CA-3char
US:CA-4charUS:CA-4charUS:CA-4charUS:CA-4charUS:CA-4charUS:CA-4char
US:CA-5charUS:CA-5charUS:CA-5charUS:CA-5charUS:CA-5charUS:CA-5char
US:I-1charUS:I-1charUS:I-1charUS:I-1charUS:I-1charUS:I-1char
US:I-2charUS:I-2charUS:I-2charUS:I-2charUS:I-2charUS:I-2char
US:I-3charUS:I-3charUS:I-3charUS:I-3charUS:I-3charUS:I-3char
US:I-4charUS:I-4charUS:I-4charUS:I-4charUS:I-4charUS:I-4char
US:I-5charUS:I-5charUS:I-5charUS:I-5charUS:I-5charUS:I-5char
US:NY-1charUS:NY-1charUS:NY-1charUS:NY-1charUS:NY-1charUS:NY-1char
US:NY-2charUS:NY-2charUS:NY-2charUS:NY-2charUS:NY-2charUS:NY-2char
US:NY-3charUS:NY-3charUS:NY-3charUS:NY-3charUS:NY-3charUS:NY-3char
US:NY-4charUS:NY-4charUS:NY-4charUS:NY-4charUS:NY-4charUS:NY-4char
US:NY-5charUS:NY-5charUS:NY-5charUS:NY-5charUS:NY-5charUS:NY-5char
US:PA-1charUS:PA-1charUS:PA-1charUS:PA-1charUS:PA-1charUS:PA-1char
US:PA-2charUS:PA-2charUS:PA-2charUS:PA-2charUS:PA-2charUS:PA-2char
US:PA-3charUS:PA-3charUS:PA-3charUS:PA-3charUS:PA-3charUS:PA-3char
US:PA-4charUS:PA-4charUS:PA-4charUS:PA-4charUS:PA-4charUS:PA-4char
US:PA-5charUS:PA-5charUS:PA-5charUS:PA-5charUS:PA-5charUS:PA-5char
US:US-1charUS:US-1charUS:US-1charUS:US-1charUS:US-1charUS:US-1char
US:US-2charUS:US-2charUS:US-2charUS:US-2charUS:US-2charUS:US-2char
US:US-3charUS:US-3charUS:US-3charUS:US-3charUS:US-3charUS:US-3char
US:US-4charUS:US-4charUS:US-4charUS:US-4charUS:US-4charUS:US-4char
US:US-5charUS:US-5charUS:US-5charUS:US-5charUS:US-5charUS:US-5char
ux-current-locationux-current-locationux-current-locationux-current-locationux-current-locationux-current-location
ux-locate-offux-locate-offux-locate-offux-locate-offux-locate-offux-locate-off
ux-locate-onux-locate-onux-locate-onux-locate-onux-locate-onux-locate-on
ux-route-arrowux-route-arrowux-route-arrowux-route-arrowux-route-arrowux-route-arrow
ux-route-startux-route-startux-route-startux-route-startux-route-startux-route-start
ux-route-stopux-route-stopux-route-stopux-route-stopux-route-stopux-route-stop
ux-search-activeux-search-activeux-search-activeux-search-activeux-search-activeux-search-active
ux-search-inactiveux-search-inactiveux-search-inactiveux-search-inactiveux-search-inactiveux-search-inactive
ux-transit-stopux-transit-stopux-transit-stopux-transit-stopux-transit-stopux-transit-stop
veterinaryveterinaryveterinaryveterinaryveterinaryveterinary
viewpointviewpointviewpointviewpointviewpointviewpoint
vineyardvineyardvineyardvineyardvineyardvineyard
volcanovolcanovolcanovolcanovolcanovolcano
wastewater_plantwastewater_plantwastewater_plantwastewater_plantwastewater_plantwastewater_plant
water_parkwater_parkwater_parkwater_parkwater_parkwater_park
water_slidewater_slide
water_towerwater_tower
water_workswater_workswater_workswater_workswater_workswater_works
waterfallwaterfall
wayside_shrinewayside_shrinewayside_shrinewayside_shrinewayside_shrinewayside_shrine
winewinewinewinewinewine
winerywinerywinerywinerywinerywinery
winter_sportswinter_sportswinter_sportswinter_sportswinter_sportswinter_sports
worksworksworksworksworksworks
zoozoozoozoozoo

Versions

The following Mapzen basemap styles support the mapzen_icon_library style defaults and named icon assets:

  • Bubble Wrap: 8.0.0 and later
  • Cinnabar: 8.0.0 and later
  • Refill: 9.0.0 and later
  • Tron: 5.0.0 and later
  • Walkabout: 6.0.0 and later

Earlier versions of Mapzen basemap styles did not support all icons in the table above or the style defaults.