Open source icons library, Icons available in SVG format, Font, Figma, Adobe XD and Iconjar Libraries.
Made by VectorIcons.
Use icons as a webfont. All you need to do is add the style file to the document <head> tag.
<link rel="stylesheet" href="https://unpkg.com/@vectoricons/atlas-icons/style.css">Or use NPM to install font package.
// Install package.
npm i @vectoricons/atlas-icons
// Includes package styles in you main styles file.
@import url("/node_modules/@vectoricons/atlas-icons/style.css");
// Or add the style to the document <head> tag.
<link rel="stylesheet" href="node_modules/@vectoricons/atlas-icons/style.css">
MIT © Atlas Icons