Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mono-company/mono-icons
https://github.com/mono-company/mono-icons
icons svg svg-icons
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mono-company/mono-icons
- Owner: mono-company
- License: other
- Created: 2020-09-11T10:39:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T07:40:27.000Z (over 3 years ago)
- Last Synced: 2024-08-31T15:21:44.807Z (2 months ago)
- Topics: icons, svg, svg-icons
- Language: HTML
- Homepage: https://icons.mono.company
- Size: 909 KB
- Stars: 987
- Watchers: 11
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mono Icons
The Mono icon font is a simple, consistent open-source icon set designed to be used in a wide variety of digital products.
View the full set of Mono Icons at https://icons.mono.company/## Usage
### Use SVG
You can download the whole set of SVG icons or selected items on https://icons.mono.company/.
Designers can make a Figma duplicate or click the copy SVG button to copy and paste icons in design files.### Use Webfont
#### Installation
```shell
npm install mono-icons
```
Import the icons.css file.#### CDN
Copy the following code and add it to the `head` tag of your html document.
```html```
#### Manually
Download icons.css file, add it to the `head` tag of your html document.#### Use
Add icon with the correct classname. The classname consists of "mi-iconName". You can find the correct icon names at https://icons.mono.company/.```html
```## License & attribution
Mono icons are MIT licensed. Use them freely - an attribution link to https://icons.mono.company would be nice but is not necessary.