English 中文(简体)
Material - Content Icons
  • 时间:2024-09-17

Material - Content Icons


Previous Page Next Page  

This chapter explains the usage of Google s (Material) Content 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) Content 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">add</i> add
<i class="material-icons custom">add_box</i> add_box
<i class="material-icons custom">add_circle</i> add_circle
<i class="material-icons custom">add_circle_outpne</i> add_circle_outpne
<i class="material-icons custom">archive</i> archive
<i class="material-icons custom">backspace</i> backspace
<i class="material-icons custom">block</i> block
<i class="material-icons custom">clear</i> clear
<i class="material-icons custom">content_copy</i> content_copy
<i class="material-icons custom">content_cut</i> content_cut
<i class="material-icons custom">content_paste</i> content_paste
<i class="material-icons custom">create</i> create
<i class="material-icons custom">drafts</i> drafts
<i class="material-icons custom">filter_pst</i> filter_pst
<i class="material-icons custom">flag</i> flag
<i class="material-icons custom">font_download</i> font_download
<i class="material-icons custom">forward</i> forward
<i class="material-icons custom">gesture</i> gesture
<i class="material-icons custom">inbox</i> inbox
<i class="material-icons custom">pnk</i> pnk
<i class="material-icons custom">mail</i> mail
<i class="material-icons custom">markunread</i> markunread
<i class="material-icons custom">redo</i> redo
<i class="material-icons custom">remove</i> remove
<i class="material-icons custom">remove_circle</i> remove_circle
<i class="material-icons custom">remove_circle_outpne</i> remove_circle_outpne
<i class="material-icons custom">reply</i> reply
<i class="material-icons custom">reply_all</i> reply_all
<i class="material-icons custom">report</i> report
<i class="material-icons custom">save</i> save
<i class="material-icons custom">select_all</i> select_all
<i class="material-icons custom">send</i> send
<i class="material-icons custom">sort</i> sort
<i class="material-icons custom">text_format</i> text_format
<i class="material-icons custom">stay_current_portrait</i> stay_current_portrait
<i class="material-icons custom">undo</i> undo
Advertisements