SVG icons suite for web and user interface design.
You can use our icons via our free and public CDN:
https://icons.jviz.juanes.xyz/{COLOR}/{ICON}.svg
Where {COLOR}
is the icon color, and {ICON}
is the icon name. The following colors are available:
blue | green | grey | navy | orange |
---|---|---|---|---|
pink | purple | red | water | white |
---|---|---|---|---|
By default, you have all the icons on the svg/
folder. Yo can also build the icons with the colors provided on the colors.json
file following the next steps.
First of all, you need to install NPM. When you have installed it, run
npm install
This will install all the dependencies. For build the icons, now you can run
gulp build
This will generate one folder in the dist/
folder for each color defined in the colors.json
file.
jviz-icons is under the MIT LICENSE.
Some icons have been extracted from the great Material design Icons, designed by Google and licensed under CC-BY 4.0.