# 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). In the official package the icons uses a typographic feature called [ligatures](http://alistapart.com/article/the-era-of-symbol-fonts), which allows rendering of an icon glyph simply by using its textual name. In this repository also implemented the ability to use the icons in the bootstrap-style, like in `glyphicon`, `font-awesome` or `ionicons`. ## Installation You may install this package using Component, Composer, Bower or npm: - Component: `component install mervick/material-design-icons` - Composer: `composer require mervick/material-design-icons` - Bower: `bower install bootstrap-material-design-icons` - npm: `npm install bootstrap-material-design-icons` ## Usage Add to your html page in the `head` area ```html ``` #### Where are two ways to use: - Ligature, this one is awesome but have some troubles ```html accessibility 3d_rotation airline_seat_legroom_reduced ``` - Bootstrap-style, ```html ``` Using bootstrap-style, you can also use additional features such as in Font Awesome: ```html ``` ##License - Google Material Design Icons fonts is licensed under the CC-BY-4.0: - https://github.com/google/material-design-icons/blob/master/LICENSE - Bootstrap Material Icons CSS and Sass files are licensed under the MIT License: - http://opensource.org/licenses/mit-license.html