Is there a link available from where i could fetch content value of every google material icon as we have for font awesome icons: http://astronautweb.co/snippet/font-awesome/
Asked
Active
Viewed 2,268 times
1 Answers
3
Here you can find the content
(search by name of icon):
https://github.com/Angelmmiguel/material_icons/blob/master/app/assets/stylesheets/material_icons_unicode.css.erb#L85-L3265
And also here:https://github.com/google/material-design-icons/blob/master/iconfont/codepoints
from Icon-Material:
Search in link that I attach:
Using:
div:before {
font-family: "Material Icons";
content: '\e8f9';
}
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<div></div>

לבני מלכה
- 15,925
- 2
- 23
- 47
-
@Shubhi Sood Tell me for more help – לבני מלכה Jun 07 '18 at 06:58
-
Do it help you? – לבני מלכה Jun 07 '18 at 08:34
-
I have found https://shanfan.github.io/material-icons-cheatsheet/ – Shubhi Sood Jun 08 '18 at 06:02
-
Unfortunately those haven't been updated in 2 years. :( – Garconis Oct 24 '18 at 14:33
-
If you find something newer let me know i will update my answer – לבני מלכה Oct 25 '18 at 04:36