Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I started using <mat-icon> of angular-material and I wonder if there is any collection of the names of all the included icons. Past a few months, I used this already and I think, back then, I found a homepage where a bunch of them were listed. But this site is not findable anymore.

Is there any list of this icons out there or something else to look for these?

like image 942
Pablo Avatar asked Jun 01 '18 06:06

Pablo


People also ask

What are mat icons?

mat-icon makes it easier to use vector-based icons in your app. This directive supports both icon fonts and SVG icons, but not bitmap-based formats (png, jpg, etc.).


1 Answers

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

like image 80
Edric Avatar answered Oct 24 '22 07:10

Edric