Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add facebook Icon for Angular Material2?

The default list of Angular Material Icon does not contain the social media icons like facebook, twitter, linkedin, etc.

Any idea how do I achieve this ?

<mat-icon>facebook</mat-icon>

<mat-icon>youtube</mat-icon>
like image 508
Dinesh Sharma Avatar asked Dec 14 '17 04:12

Dinesh Sharma


1 Answers

Actually, with almost 3 years progress, I can say that facebook mat-icon was added:

 <mat-icon>facebook</mat-icon>

Let's wait for 3 years more and maybe other ones will be added too

like image 128
Igor Gonchar Avatar answered Oct 05 '22 03:10

Igor Gonchar