Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://thesabbir.github.io/simple-line-icons/
Simple and Minimal Line Icons
https://thesabbir.github.io/simple-line-icons/
css font icons icons-pack line
Last synced: about 1 month ago
JSON representation
Simple and Minimal Line Icons
- Host: GitHub
- URL: https://thesabbir.github.io/simple-line-icons/
- Owner: thesabbir
- License: mit
- Created: 2014-09-22T01:00:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T02:40:20.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:03:16.079Z (about 1 month ago)
- Topics: css, font, icons, icons-pack, line
- Language: CSS
- Homepage: https://thesabbir.github.io/simple-line-icons
- Size: 1.47 MB
- Stars: 1,860
- Watchers: 59
- Forks: 845
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Simple Line Icons
![Bower version](https://img.shields.io/bower/v/simple-line-icons.svg)
[![npm version](https://img.shields.io/npm/v/simple-line-icons.svg)](https://www.npmjs.com/package/simple-line-icons)
[![Build Status](https://travis-ci.org/thesabbir/simple-line-icons.svg?branch=master)](https://travis-ci.org/thesabbir/simple-line-icons)Simple line icons with CSS, SASS, LESS & Web-fonts files.
## Preview & Docs
You can find a cheat sheet of the complete set of icons at [Simple Line Icons - GitHub Pages](https://thesabbir.github.io/simple-line-icons/)
## Installation
via [npm](https://www.npmjs.com/package/simple-line-icons)
```bash
npm install simple-line-icons --save
```via [bower](http://bower.io/search/?q=simple-line-icons)
```bash
bower install simple-line-icons --save
```via [cdnjs](http://cdnjs.com/libraries/simple-line-icons)
Alternatively, you can also clone or [download this repository](https://github.com/thesabbir/simple-line-icons/archive/master.zip) as zip.
If you are a designer, you can use this [creative cloud library](http://adobe.ly/2bQ48wl) in your project.
## Customizing LESS/SASS variables
### LESS:
```less
@simple-line-font-path : "/path/to/font/files";
@simple-line-font-family : "desired-name-font-family";
@simple-line-icon-prefix : prefix-;
```### SASS:
```sass
$simple-line-font-path : "/path/to/font/files";
$simple-line-font-family : "desired-name-font-family";
$simple-line-icon-prefix : "prefix-";
```## Credits
[Jamal Jama](https://twitter.com/byjml) for creating this awesome webfont & [Ahmad Firoz](https://twitter.com/firoz_usf) for extending it further.
## Contributors
[Check Here](https://github.com/thesabbir/simple-line-icons/graphs/contributors)
## Contributions
Contributions are more then welcome. Keep them coming!
Please make sure you have read our [guide line](./CONTRIBUTING.md).## License
You're free to use the web-font in a template/theme intended for sale on marketplaces like ThemeForest.
CSS, SCSS & LESS files are under [MIT License](./LICENSE.md).