0

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/

לבני מלכה
  • 15,925
  • 2
  • 23
  • 47
Shubhi Sood
  • 410
  • 4
  • 13

1 Answers1

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:
enter image description here
Search in link that I attach:

enter image description here

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