Select to view content in your preferred language

Icon Images

1031
3
05-30-2014 11:30 AM
jaykapalczynski
Honored Contributor
Does ESRI offer up icon images?  Can these be downloaded?
Like the ones in their examples....Is there a one stop shop to get them?
0 Kudos
3 Replies
ScottGunn
Regular Contributor
Might not be the best way, but you can find most of the icons used in various dijits (like measure icons, draw, basemap thumbnails) if you go to http://jso.arcgis.com and select a bunch of modules (or all of them, maybe!) and do a custom build.  You will find a slew of png files in the zip file.
0 Kudos
JeffJacobson
Frequent Contributor
If you are using a Dojo theme (e.g., Claro, Soria, Tundra, Nihilo) you can access these icons using classes.
For example, the disk icon (save) is accessed by adding the following classes to an HTML element:
dijitIcon dijitIconSave

E.g.,
[HTML]<div class="dijitReset dijitInline dijitIcon dijitIconSave" role="presentation" data-dojo-attach-point="iconNode"></div>[/HTML]

Unfortunately, I haven't found any good documentation listing the different icons that are available.

The best way I've found is to use the DOM inspection tools in either Chrome or Firefox on Dojo's Dijit Theme Tester page to see what icons available.
0 Kudos
JonathanUihlein
Esri Regular Contributor
0 Kudos