Google Material Design Icons For Using With Bootstrap
npm install bootstrap-material-design-iconsMaterial design icons are the official icon set
from Google that are designed under the material design guidelines.
In the official package the icons uses a typographic feature called ligatures,
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.
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
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