Web Icons Tutorial
Font Awesome
Material Icons
Bootstrap Glyphicons
Web Icons Useful Resources
Selected Reading
Font Awesome
- Font Awesome - Medical Icons
- Font Awesome - Brand Icons
- Font Awesome - Video Player Icons
- Font Awesome - Directional Icons
- Font Awesome - Text Editor Icons
- Font Awesome - Currency Icons
- Font Awesome - Chart Icons
- Font Awesome - Payment Icons
- Font Awesome - Form Control Icons
- Font Awesome - Spinner Icons
- Font Awesome - File Type Icons
- Font Awesome - Gender Icons
- Font Awesome - Transportation Icons
- Font Awesome - Hand Icons
- Font Awesome - Web Icons
- Font Awesome Icons
Material Icons
- Material - Toggle Icons
- Material - Social Icons
- Material - Notification Icons
- Material - Navigation Icons
- Material - Maps Icons
- Material - Image Icons
- Material - Hardware Icons
- Material - File Icons
- Material - Editor Icons
- Material - Device Icons
- Material - Content Icons
- Material - Communication Icons
- Material - AV Icons
- Material - Alert Icons
- Material - Action Icons
- Material Icons
Bootstrap Glyphicons
Web Icons Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Material - Navigation Icons
Material - Navigation Icons
This chapter explains the usage of Google s (Material) Navigation icons. Assume that custom is the CSS class name where we defined the size and color, as shown in the example given below.
<!DOCTYPE html> <html> <head> <pnk href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet"> <style> i.custom {font-size: 2em; color: green;} </style> </head> <body> <i class = "material-icons custom">accessibipty</i> </body> </html>
The following table contains the usage and results of Google s (Material) Navigation icons. Replace the < body > tag of the above program with the code given in the table to get the respective outputs −
Usage | Result |
---|---|
<i class="material-icons custom">apps</i> | apps |
<i class="material-icons custom">arrow_back</i> | arrow_back |
<i class="material-icons custom">arrow_drop_down</i> | arrow_drop_down |
<i class="material-icons custom">arrow_drop_down_circle</i> | arrow_drop_down_circle |
<i class="material-icons custom">arrow_drop_up</i> | arrow_drop_up |
<i class="material-icons custom">arrow_forward</i> | arrow_forward |
<i class="material-icons custom">cancel</i> | cancel |
<i class="material-icons custom">check</i> | check |
<i class="material-icons custom">chevron_left</i> | chevron_left |
<i class="material-icons custom">chevron_right</i> | chevron_right |
<i class="material-icons custom">close</i> | close |
<i class="material-icons custom">expand_less</i> | expand_less |
<i class="material-icons custom">expand_more</i> | expand_more |
<i class="material-icons custom">fullscreen</i> | fullscreen |
<i class="material-icons custom">fullscreen_exit</i> | fullscreen_exit |
<i class="material-icons custom">menu</i> | menu |
<i class="material-icons custom">more_horiz</i> | more_horiz |
<i class="material-icons custom">more_vert</i> | more_vert |
<i class="material-icons custom">refresh</i> | refresh |