วัสดุ - ไอคอนการแจ้งเตือน
บทนี้จะอธิบายการใช้ไอคอนการแจ้งเตือน (วัสดุ) ของ Google สมมติว่าcustom คือชื่อคลาส CSS ที่เรากำหนดขนาดและสีดังแสดงในตัวอย่างด้านล่าง
<!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>ตารางต่อไปนี้มีการใช้งานและผลลัพธ์ของไอคอนการแจ้งเตือน (วัสดุ) ของ Google แทนที่แท็ก <body> ของโปรแกรมด้านบนด้วยรหัสที่กำหนดในตารางเพื่อรับผลลัพธ์ตามลำดับ -
| การใช้งาน | ผลลัพธ์ | 
|---|---|
| <i class = "material-icons custom"> adb </i> | adb | 
| <i class = "material-icons custom"> airline_seat_flat </i> | Airline_seat_flat | 
| <i class = "material-icons custom"> airline_seat_flat_angled </i> | Airline_seat_flat_angled | 
| <i class = "material-icons custom"> airline_seat_individual_suite </i> | Airline_seat_individual_suite | 
| <i class = "material-icons custom"> airline_seat_legroom_reduced </i> | Airline_seat_legroom_reduced | 
| <i class = "material-icons custom"> airline_seat_recline_extra </i> | Airline_seat_recline_extra | 
| <i class = "material-icons custom"> airline_seat_recline_normal </i> | Airline_seat_recline_normal | 
| <i class = "material-icons custom"> bluetooth_audio </i> | bluetooth_audio | 
| <i class = "material-icons custom"> confirm_number </i> | หมายเลขยืนยัน | 
| <i class = "material-icons custom"> disc_full </i> | disc_full | 
| <i class = "material-icons custom"> do_not_disturb </i> | ห้ามรบกวน | 
| <i class = "material-icons custom"> do_not_disturb_alt </i> | do_not_disturb_alt | 
| <i class = "material-icons custom"> drive_eta </i> | drive_eta | 
| <i class = "material-icons custom"> event_available </i> | event_available | 
| <i class = "material-icons custom"> event_busy </i> | event_busy | 
| <i class = "material-icons custom"> event_note </i> | event_note | 
| <i class = "material-icons custom"> folder_special </i> | folder_special | 
| <i class = "material-icons custom"> live_tv </i> | live_tv | 
| <i class = "material-icons custom"> mms </i> | มม | 
| <i class = "material-icons custom"> เพิ่มเติม </i> | มากกว่า | 
| <i class = "material-icons custom"> network_locked </i> | network_locked | 
| <i class = "material-icons custom"> ondemand_video </i> | ondemand_video | 
| <i class = "material-icons custom"> personal_video </i> | personal_video | 
| <i class = "material-icons custom"> phone_bluetooth_speaker </i> | phone_bluetooth_speaker | 
| <i class = "material-icons custom"> phone_forwarded </i> | phone_forwarded | 
| <i class = "material-icons custom"> phone_in_talk </i> | phone_in_talk | 
| <i class = "material-icons custom"> phone_locked </i> | phone_locked | 
| <i class = "material-icons custom"> phone_missed </i> | phone_missed | 
| <i class = "material-icons custom"> phone_paused </i> | phone_paused | 
| <i class = "material-icons custom"> พลังงาน </i> | อำนาจ | 
| <i class = "material-icons custom"> sd_card </i> | sd_card | 
| <i class = "material-icons custom"> sim_card_alert </i> | sim_card_alert | 
| <i class = "material-icons custom"> sms </i> | ข้อความ | 
| <i class = "material-icons custom"> sms_failed </i> | sms_failed | 
| <i class = "material-icons custom"> ซิงค์ </i> | ซิงค์ | 
| <i class = "material-icons custom"> sync_disabled </i> | sync_disabled | 
| <i class = "material-icons custom"> sync_problem </i> | sync_problem | 
| <i class = "material-icons custom"> system_update </i> | system_update | 
| <i class = "material-icons custom"> tap_and_play </i> | tap_and_play | 
| <i class = "material-icons custom"> time_to_leave </i> | time_to_leave | 
| <i class = "material-icons custom"> การสั่นสะเทือน </i> | การสั่นสะเทือน | 
| <i class = "material-icons custom"> voice_chat </i> | voice_chat | 
| <i class = "material-icons custom"> vpn_lock </i> | vpn_lock | 
| <i class = "material-icons custom"> wc </i> | ห้องน้ำ | 
| <i class = "material-icons custom"> wifi </i> | wifi |