All Projects → PolymerLabs → Polyicon

PolymerLabs / Polyicon

Licence: other
Polymer custom icon generator

Labels

polyicon

A custom icon set generator from Polymers icon sets. Normally, you'd load an entire icon set even if you only use one of its icons in your app. This online tool makes it easy to create an optimized version with only the icons your ap needs.

Try it

  1. Visit https://poly-icon.appspot.com/
  2. Select the icons you want to use in your app
  3. Download the optimized <iron-iconset-svg> markup and create an HTML import for it
  4. Load the import in your app and start using!

For example, if your icon set name is "myicons" and the icon you want to use from that set is "hamburger", usage would look like:

<iron-icon icon="myicons:hamburger"></iron-icon>

Boom!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].