Official Material Design style icons provided by Google. Use this tag for issues importing or using the icons provided at material.io. For the community driven icon set, please use the [material-design-icons] tag.
Questions tagged [google-material-icons]
223 questions
7
votes
1 answer
Google Material Icons (font) wont render in mozilla firefox
I am trying to add google material-icons to my WordPress project locally currently on localhost using WAMP. With CDN, everything works perfectly but I want a static reference to icons.
Here is is my directory…

tej ethical
- 163
- 2
- 10
6
votes
2 answers
How can I access all material icons in Android Studio through Icon in Jetpack Compose
Jetpack Compose has an Icon composable where I can access an imageVector. See example below.
Icon(
imageVector = Icons.Rounded.Email,
contentDescription = "Email Icon",
)
Why can I not access all icons listed in this Material Icons…

Vaz
- 309
- 2
- 15
6
votes
0 answers
What's the best-practice, tree-shakeable way to include Material Icons in an Angular project?
I've been trying to include a number of the Material Icons into an Angular project but each time I do I find some peculiarities.
1. Icons work if all icons are imported
The following method does successfully include all icons into a project: