https://github.com/mervick/material-design-icons
Material Design Icons
https://github.com/mervick/material-design-icons
google-material icons material
Last synced: 6 months ago
JSON representation
Material Design Icons
- Host: GitHub
- URL: https://github.com/mervick/material-design-icons
- Owner: mervick
- License: mit
- Created: 2015-06-26T00:50:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:39:55.000Z (almost 3 years ago)
- Last Synced: 2024-05-23T10:02:17.081Z (over 1 year ago)
- Topics: google-material, icons, material
- Language: CSS
- Homepage: http://mervick.github.io/material-design-icons
- Size: 3.74 MB
- Stars: 97
- Watchers: 6
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://stand-with-ukraine.pp.ua/)
# Material Design Icons
[mervick.github.io/material-design-icons](http://mervick.github.io/material-design-icons/)Material design icons are the official [icon set](http://www.google.com/design/spec/style/icons.html#icons-system-icons)
from Google that are designed under the [material design guidelines](http://www.google.com/design/spec).## Installation
#### Yarn
```shell
yarn add @mervick/mdi-icons
```#### NPM
```shell
npm install @mervick/mdi-icons --save
```## Usage
Add to your html page in the `head` area
```html```
You can customize and use only fonts you want:
```html```
You can also use fonts from Google Fonts:
```html```
#### There are two ways to use:
- Ligature, this one is awesome but have some troubles
```htmlaccessibility
3d_rotation
airline_seat_legroom_reducedaccessibility
3d_rotation
airline_seat_legroom_reducedaccessibility
3d_rotation
airline_seat_legroom_reducedaccessibility
3d_rotation
airline_seat_legroom_reducedaccessibility
3d_rotation
airline_seat_legroom_reduced
```- CSS classes (preferred)
```html
```Using CSS classes, you can also use additional features such as:
```html
-
Lorem ipsum dolor ...
```
## Licenses
- Google Material Design Icons fonts are licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)
- Python scripts are licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)
- @mervick/mdi-icons CSS and SCSS files are licensed under the [MIT License](http://opensource.org/licenses/mit-license.html)