My apologies if this is a very simple question, but how do you use google material icons without a
Full disclosure, I'm the author of this package
Google's material-design-icons project is on low maintenance and out of date for a while. There's a gap between the version in https://material.io/icons/ and the version in material-design-icons.
I've created material-design-icons-iconfont to address these major issues:
npm install - all irrelevant svg/xml/... files has been removedGoogle Fonts CDN npmnpm install material-design-icons-iconfont --save
It depends on how you pack your web application (webpack/gulp/bower/...), you'll need to import the .css/.scss file (and might change the relative fonts path)
Import Using SCSS
Import in one of your sass files
$material-design-icons-font-path: '~material-design-icons-iconfont/dist/fonts/';
@import '~material-design-icons-iconfont/src/material-design-icons';
Later on, reference your desired icon + icon-id +
contact_support
It comes with a light demo page to assist searching and copy-pasting fonts
