# Atlas icons 

#### Open source [icons library](http://atlasicons.vectopus.com/), Icons available in SVG format, Font, Figma, Adobe XD and Iconjar Libraries.

##### _Made by [VectorIcons](http://vectoricons.net/)._

### Simple use
Use icons as a webfont. All you need to do is add the style file to the document ```<head>``` tag.
```html
<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">
```

### Related Packages
- [Atlas Icons React](https://github.com/Vectopus/Atlas-icons-react)
- [Atlas Icons React Native](https://github.com/Vectopus/Atlas-icons-react-native)
- [Atlas Icons Vue](https://github.com/Vectopus/Atlas-icons-vue)
- [Atlas Icons Flutter](https://github.com/Vectopus/Atlas-icons-flutter)

### License
MIT © [Atlas Icons](https://github.com/Vectopus/Atlas-icons-font/blob/main/LICENSE)
