An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](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
```html

accessibility
3d_rotation
airline_seat_legroom_reduced

accessibility
3d_rotation
airline_seat_legroom_reduced

accessibility
3d_rotation
airline_seat_legroom_reduced

accessibility
3d_rotation
airline_seat_legroom_reduced

accessibility
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)