Materiał - ikony plików
W tym rozdziale wyjaśniono użycie ikon plików (materiałowych) 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 plików (materiałów) Google. Zastąp tag <body> powyższego programu kodem podanym w tabeli, aby uzyskać odpowiednie wyniki -
| Stosowanie | Wynik | 
|---|---|
| <i class = "material-icons custom"> załącznik </i> | Załącznik | 
| <i class = "material-icons custom"> chmura </i> | Chmura | 
| <i class = "material-icons custom"> cloud_circle </i> | cloud_circle | 
| <i class = "material-icons custom"> cloud_done </i> | cloud_done | 
| <i class = "material-icons custom"> cloud_download </i> | cloud_download | 
| <i class = "material-icons custom"> cloud_off </i> | cloud_off | 
| <i class = "material-icons custom"> cloud_queue </i> | cloud_queue | 
| <i class = "material-icons custom"> cloud_upload </i> | cloud_upload | 
| <i class = "material-icons custom"> file_download </i> | pobieranie pliku | 
| <i class = "material-icons custom"> file_upload </i> | Udostępnianie pliku | 
| <i class = "material-icons custom"> folder </i> | teczka | 
| <i class = "material-icons custom"> folder_open </i> | folder_open | 
| <i class = "material-icons custom"> folder_shared </i> | folder_shared |