Home
Tutorials
Microsoft Technologies Tutorials
Java Programming Tutorials
Web Designing Tutorials
Script Programming Tutorials
Database Programming Tutorials
Mobile Technologies Tutorials
Other Programming Tutorials
Examples
Articles
Tools
News
Google Material Design Icons Example
Keywords : Google material icons with example, Material design icons with example, Use google material icons in application with example, Material icons with example
Example
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">. <title>Google Material Icons Example</title> </head> <body> <i class="material-icons">face</i> <i class="material-icons">alarm</i> <i class="material-icons">android</i> </body> </html>
Click Here to See Result
Result
Previous
Next