DEV Community

Cover image for Google Icons from Google Fonts with Nextjs

Google Icons from Google Fonts with Nextjs

Sabbir Sobhani on November 07, 2023

Google has just launched it's material icons out of the box for all platforms. Previously the specification of Google Material Icons were developed...
Collapse
 
superdistros profile image
Kevin Williams

A short, sweet, and elegant solution to incorporate Material UI Icons without additional npm packages. I used this in a demo project alongside Heroicons, which is great but too standard for the concept. airbb-wordpress-next.vercel.app

Collapse
 
sabbirsobhani profile image
Sabbir Sobhani

Thank you.

Collapse
 
vishseen profile image
Vishroy Seenarain

Hello, i would like to know how did you manage to get the icon when deployed?
When I am deploying my app, the google icons are staying as texts.. @sabbirsobhani