Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Vectopus/Atlas-icons-font


https://github.com/Vectopus/Atlas-icons-font

Last synced: 20 days ago
JSON representation

Lists

README

        

# Atlas icons

#### Open source [icons library](http://atlasicons.vectopus.com/), Icons available in SVG format, Font, Figma, Adobe XD and Iconjar Libraries.

##### _Made by [Vectopus](http://vectopus.com/)._

### Simple use
Use icons as a webfont. All you need to do is add the style file to the document `````` tag.
```html

```

Or use NPM to install font package.

```
// Install package.
npm i @vectopus/atlas-icons

// Includes package styles in you main styles file.
@import url("/node_modules/@vectopus/atlas-icons/style.css");

// Or add the style to the document tag.

```

### 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)