材质 - 切换图标


本章介绍了 Google 的(Material)切换图标的用法。假设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 的(Material)切换图标的用法和结果。将上述程序的 <body> 标记替换为表中给出的代码以获得相应的输出 -

用法 结果
<i class="material-icons custom">check_box</i> 复选框
<i class="material-icons custom">check_box_outline_blank</i> check_box_outline_blank
<i class="material-icons custom">不确定_check_box</i> 不确定复选框
<i class="material-icons custom">radio_button_checked</i> 单选按钮_检查
<i class="material-icons custom">radio_button_unchecked</i> 单选按钮未选中
<i class="material-icons custom">星星</i> 星星
<i class="material-icons custom">star_border</i> 星形边框
<i class="material-icons custom">star_half</i> 半星