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: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Vectopus/Atlas-icons-font
- Owner: Vectopus
- License: mit
- Created: 2022-11-16T15:27:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T21:11:35.000Z (9 months ago)
- Last Synced: 2024-04-24T03:23:09.024Z (7 months ago)
- Language: CSS
- Size: 11.6 MB
- Stars: 310
- Watchers: 2
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)