Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gyselroth/icon-collection
SVG icon collection made for the web!
https://github.com/gyselroth/icon-collection
icons svg
Last synced: about 1 month ago
JSON representation
SVG icon collection made for the web!
- Host: GitHub
- URL: https://github.com/gyselroth/icon-collection
- Owner: gyselroth
- License: mit
- Created: 2017-06-20T14:52:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T10:24:16.000Z (over 5 years ago)
- Last Synced: 2024-10-01T19:15:42.877Z (about 1 month ago)
- Topics: icons, svg
- Language: CSS
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG icon collection
[![npm](https://img.shields.io/npm/v/@gyselroth/icon-collection.svg)](https://www.npmjs.com/package/@gyselroth/icon-collection)
[![GitHub release](https://img.shields.io/github/release/gyselroth/icon-collection.svg)](https://github.com/gyselroth/icon-collection/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gyselroth/icon-collection/master/LICENSE)This library provides an icon collection based on svg.
## Installation
```
npm --save install @gyselroth/icon-collection
```## Documentation & Overview
Please visit the [docs](https://gyselroth.github.io/icon-collection/).
## Usage example
```html
```## Colorize your icons
You can use an icon with any color you like. If you do you have to switch from the css class `gr-icon` to `gr-mask-icon`.
An icon with gr-mask-icon takes the color from `background-color`.```html
```### Browser Support
If you want to use color masks, please see browser support for [css masks](http://caniuse.com/#feat=css-masks).