Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mdb Ui Kit | 23,092 | 3 | a month ago | 34 | August 29, 2022 | 7 | mit | SCSS | ||
Bootstrap 5 & Material Design 2.0 UI KIT | ||||||||||
Material Dashboard | 10,441 | 9 | 4 | a month ago | 4 | June 13, 2018 | 46 | mit | SCSS | |
Material Dashboard - Open Source Bootstrap 5 Material Design Admin | ||||||||||
React Md | 2,328 | 388 | 50 | 2 months ago | 200 | June 16, 2022 | 56 | mit | TypeScript | |
React material design - An accessible React component library built from the Material Design guidelines in Sass | ||||||||||
Material Design Iconic Font | 1,410 | 204 | 24 | a year ago | 6 | November 08, 2015 | 63 | cc-by-sa-4.0 | SCSS | |
Material Design Iconic Font and CSS toolkit | ||||||||||
Mdb React Ui Kit | 1,281 | 1,018 | 59 | 3 months ago | 60 | November 22, 2021 | 1 | mit | TypeScript | |
React 17 & Bootstrap 5 & Material Design 2.0 UI KIT | ||||||||||
Material Dashboard Angular2 | 930 | a month ago | 1 | April 28, 2017 | 40 | mit | SCSS | |||
Material Dashboard Angular | ||||||||||
Angular2 Mdl | 558 | 89 | 7 | 3 months ago | 80 | February 24, 2017 | 24 | mit | TypeScript | |
Angular 2 - 14 components, directives and styles based on material design lite (npm: @angular-mdl/core) | ||||||||||
Ngx Starter Kit | 545 | 9 months ago | 14 | mit | TypeScript | |||||
:a: Angular :rocket: NestJS :monkey: Starter Kit | ||||||||||
Docs | 515 | 16 hours ago | 35 | cc-by-4.0 | SCSS | |||||
MinIO Object Storage Documentation | ||||||||||
Bower Material | 507 | 14 | 19 | a year ago | 46 | March 12, 2020 | 3 | mit | JavaScript | |
This repository is used for publishing the AngularJS Material v1.x library |


Material Design Iconic Font is a full suite of official material design icons (created and maintained by Google), with additional community-designed and brands icons for easy scalable vector graphics on websites or desktop.
Material Design Icons are the official open-source icons featured in the Google Material Design specification.
Get started at http://zavoloklom.github.io/material-design-iconic-font
Upgrading from 1.x to 2.x at old docs http://zavoloklom.github.io/material-design-iconic-font/v1/
Issue with cheatsheet: If you think icons do not match the cheatsheet page, please read issue 47.
Download: 2.2.0 (ZIP)
Bower: bower install material-design-iconic-font
NPM: npm install material-design-iconic-font
Thanks to the cdnjs.cloudflare.com, you can use CDNjs to add MD Iconic Font into your website without downloading or installing anything!
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
Use this method to get the default Material Design Iconic Font CSS.
material-design-iconic-font
archive into your project.<link rel="stylesheet" href="path/to/material-design-iconic-font/css/material-design-iconic-font.min.css">
Use this method to customize Material Design Iconic Font using LESS or SCSS.
material-design-iconic-font
archive into your project.path/to/material-design-iconic-font/less/variables.less
or path/to/material-design-iconic-font/scss/_variables.scss
and edit the @zmdi-font-path
variable to point to your font directory.@zmdi-font-path: "../fonts";
zmdi
to something else by editing @zmdi-icon-prefix
in path/to/material-design-iconic-font/less/variables.less
or path/to/material-design-iconic-font/scss/_variables.scss
@zmdi-icon-prefix: zmdi;
The full details of how Material Design Iconic Font is licensed and 'Thanks to' section: License page.
In fact it can work in earlier versions of browsers accordingly to caniuse.com portal (you can check ttf, woff, transform and animation properties), but i can't test it.
v2.2.0:
main
section in bower.jsonseat
and gradient
iconszmdi-stack-overflow
to zmdi-stackoverflow
google
, google-plus
, google-plus-box
and paypal
iconsv2.1.2:
v2.1.1:
v2.1.0:
md-
to zmdi-
zmd-
to zmdi-hc-
md-iconset-
to zmdi-var-
All changes in LESS/SASS/CSS has backward compatibility with 2.0.
If you use font as standalone font - you should update it carefully, because 2.1 ttf file cheat sheet hasn't backward compatibility with 2.0. Sorry for that, but in 2.0 was a bug that I couldn't remove without breaking backward compatibility.
v2.0.2:
v2.0.1:
v2.0.0:
Material Design Iconic Font will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
For more information on SemVer, please visit http://semver.org.