Skip to content

Instantly share code, notes, and snippets.

@rifayetuxbd
Last active October 19, 2023 03:40
Show Gist options
  • Save rifayetuxbd/0bdb95a4937835391133fcd9f5f11ce8 to your computer and use it in GitHub Desktop.
Save rifayetuxbd/0bdb95a4937835391133fcd9f5f11ce8 to your computer and use it in GitHub Desktop.
Use material symbols icon in angular material

Material Symbols icon in Angular Manaterial

  • index.html:

<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,200,0,-25" rel="stylesheet">

  • your.component.ts:
<mat-icon fontSet="material-symbols-outlined">home</mat-icon>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment