⚠️ Starting from Vaadin 20, the source code and issues for this component are migrated to thevaadin/web-components
monorepository. This repository contains the source code and releases of<vaadin-icons>
for the Vaadin versions 10 to 19.
Vaadin Icons is a set of 600+ icons designed for web applications. Free to use, anywhere!
Visit https://vaadin.com/icons for more information and instructions how to get started using them.
The Vaadin components are distributed as Bower and npm packages. Please note that the version range is the same, as the API has not changed. You should not mix Bower and npm versions in the same application, though.
Unlike the official Polymer Elements, the converted Polymer 3 compatible Vaadin components are only published on npm, not pushed to GitHub repositories.
Install vaadin-icons
:
bower i vaadin/vaadin-icons --save
Once installed, import it in your application:
<link rel="import" href="bower_components/vaadin-icons/vaadin-icons.html">
Install vaadin-icons
:
npm i @vaadin/vaadin-icons --save
Once installed, import it in your application:
import '@vaadin/vaadin-icons/vaadin-icons.js';
-
Install polymer-cli:
npm install -g polymer-cli
-
When in the
vaadin-icons
directory, runbower install
to install Bower dependencies -
Run
npm start
, after that you will be able to access:
The icon files (SVG, PNG, fonts) are licensed under Creative Commons CC-BY 4.0 license.
The source code in this repository is licensed under Apache License 2.0.
All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Vaadin Icons, nor vice versa.