Where do I find a list of all mat-icons -- Angular

Edit 2:

The old Material.io link now redirects to the Icons page on Google Fonts, which should have an up-to-date list of all of the icons.


Edit:

As the icons listed on the website are slightly outdated, here's some alternative resources:

  • Material Design Icons DX - (forked version)

Isn't it Material Icons (as stated by @RobbyCornelissen)? The Google Material Design team had recently (last month) updated their website.

Anyways, the Angular Material team expects developers to include the Google Material Design Icon Font themselves (Google Fonts/self-host/whatever you fancy).


We have around 900+ Material icons divided across 10+ categories.We need to load Material Icons font CSS.

<i>home</i> <!--In Angualar we can use mat-icon as well--> <mat-icon>home</mat-icon>

You can find complete 900+ icon list here


The complete list of All the Material Icons is in the below link.

https://www.angularjswiki.com/angular/angular-material-icons-list-mat-icon-list/ (credit to Arunkumar Gudelli)