Materiał - ikony nawigacji
W tym rozdziale wyjaśniono użycie ikon nawigacji (materiałowej) Google. Zakładać, żecustom to nazwa klasy CSS, w której zdefiniowaliśmy rozmiar i kolor, jak pokazano w przykładzie podanym poniżej.
<!DOCTYPE html>
<html>
   <head>
      <link 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">accessibility</i>
   </body>
	
</html>Poniższa tabela zawiera wykorzystanie i wyniki ikon nawigacji Google (materiał). Zastąp tag <body> powyższego programu kodem podanym w tabeli, aby uzyskać odpowiednie wyniki -
| Stosowanie | Wynik | 
|---|---|
| <i class = "material-icons custom"> aplikacje </i> | aplikacje | 
| <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"> anuluj </i> | Anuluj | 
| <i class = "material-icons custom"> sprawdź </i> | czek | 
| <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"> zamknij </i> | blisko | 
| <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"> pełny ekran </i> | pełny ekran | 
| <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"> odśwież </i> | odświeżać |