Web Icon(图标) - Font Awesome - 医疗图标

  •  

    简述

    本章介绍 Font Awesome Medical 图标的用法。假设custom是我们定义大小和颜色的 CSS 类名,如下例所示。
    
    <html>
       <head>
          <link rel = "stylesheet" href = "http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
          <style>
             i.custom {font-size: 2em; color: gray;}
          </style>
          
       </head>
       
       <body>
          <i class = "fa fa-adjust custom"></i>
       </body>
       
    </html>
    
    下表显示了 Font Awesome Medical 图标的使用和结果。用表中给出的代码替换上述程序的 < body > 标签以获得相应的输出 -
    用法 图标
    <i class="fa fa-ambulance custom"></i>  
    <i class="fa fa-h-square custom"></i>  
    <i class="fa fa-heart custom"></i>  
    <i class="fa fa-heart-o custom"></i>  
    <i class="fa fa-heartbeat custom"></i>  
    <i class="fa fa-hospital-o custom"></i>  
    <i class="fa fa-medkit custom"></i>  
    <i class="fa fa-plus-square custom"></i>  
    <i class="fa fa-听诊器定制"></i>  
    <i class="fa fa-user-md custom"></i>  
    <i class="fa fa-wheelchair custom"></i>