• 奔腾
    
  • 大众
    
  • gongyingshang
    
  • xiaoshouhetong
    
  • xiaoshou
    
  • gongyingshanghetong
    
  • component
    
  • documentation
    
  • example
    
  • email
    
  • banquan-kuai
    
  • excel
    
  • guide
    
  • drag
    
  • money
    
  • chart
    
  • lock
    
  • password
    
  • banquan
    
  • crm
    
  • link
    
  • data
    
  • education
    
  • fullscreen
    
  • attachment
    
  • bug
    
  • message
    
  • 404
    
  • icon
    
  • hetongfukuan
    
  • eye-open
    
  • size
    
  • huikuanjilu
    
  • exit-fullscreen
    
  • clipboard
    
  • eye
    
  • dashboard
    
  • edit
    
  • table
    
  • language
    
  • role
    
  • shopping
    
  • tab
    
  • peoples
    
  • kehu
    
  • international
    
  • form
    
  • pdf
    
  • tree-table
    
  • search
    
  • people
    
  • nested
    
  • renyuan
    
  • system
    
  • zip
    
  • wechat
    
  • theme
    
  • project
    
  • star
    
  • fujian
    
  • tree
    
  • qq
    
  • skill
    
  • chanpin
    
  • user
    
  • list
    

Unicode 引用


Unicode 是字体在网页端最原始的应用方式,特点是:

  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • 默认情况下不支持多色,直接添加多色图标会自动去色。

注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)

Unicode 使用步骤如下:

第一步:拷贝项目下面生成的 @font-face

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1620268327088') format('woff2'),
       url('iconfont.woff?t=1620268327088') format('woff'),
       url('iconfont.ttf?t=1620268327088') format('truetype');
}

第二步:定义使用 iconfont 的样式

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

第三步:挑选相应图标并获取字体编码,应用于页面

<span class="iconfont">&#x33;</span>

"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

  • 奔腾
    .iconbenteng
  • 大众
    .icondazhong
  • gongyingshang
    .icongongyingshang1
  • xiaoshouhetong
    .iconxiaoshouhetong1
  • xiaoshou
    .iconxiaoshou
  • gongyingshanghetong
    .icongongyingshanghetong
  • component
    .iconcomponent
  • documentation
    .icondocumentation
  • example
    .iconexample
  • email
    .iconemail
  • banquan-kuai
    .iconbanquan-kuai
  • excel
    .iconexcel
  • guide
    .iconguide
  • drag
    .icondrag
  • money
    .iconmoney
  • chart
    .iconchart
  • lock
    .iconlock
  • password
    .iconpassword
  • banquan
    .iconbanquan
  • crm
    .iconcrm
  • link
    .iconlink
  • data
    .icondata
  • education
    .iconeducation
  • fullscreen
    .iconfullscreen
  • attachment
    .iconattachment
  • bug
    .iconbug
  • message
    .iconmessage
  • 404
    .icon404
  • icon
    .iconicon
  • hetongfukuan
    .iconhetongfukuan
  • eye-open
    .iconeye-open
  • size
    .iconsize
  • huikuanjilu
    .iconhuikuanjilu
  • exit-fullscreen
    .iconexit-fullscreen
  • clipboard
    .iconclipboard
  • eye
    .iconeye
  • dashboard
    .icondashboard
  • edit
    .iconedit
  • table
    .icontable
  • language
    .iconlanguage
  • role
    .iconrole
  • shopping
    .iconshopping
  • tab
    .icontab
  • peoples
    .iconpeoples
  • kehu
    .iconkehu
  • international
    .iconinternational
  • form
    .iconform
  • pdf
    .iconpdf
  • tree-table
    .icontree-table
  • search
    .iconsearch
  • people
    .iconpeople
  • nested
    .iconnested
  • renyuan
    .iconrenyuan
  • system
    .iconsystem
  • zip
    .iconzip
  • wechat
    .iconwechat
  • theme
    .icontheme
  • project
    .iconproject
  • star
    .iconstar
  • fujian
    .iconfujian
  • tree
    .icontree
  • qq
    .iconqq
  • skill
    .iconskill
  • chanpin
    .iconchanpin
  • user
    .iconuser
  • list
    .iconlist

font-class 引用


font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。

与 Unicode 使用方式相比,具有如下特点:

  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。

使用步骤如下:

第一步:引入项目下面生成的 fontclass 代码:

<link rel="stylesheet" href="./iconfont.css">

第二步:挑选相应图标并获取类名,应用于页面:

<span class="iconfont iconxxx"></span>

" iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

  • 奔腾
    #iconbenteng
  • 大众
    #icondazhong
  • gongyingshang
    #icongongyingshang1
  • xiaoshouhetong
    #iconxiaoshouhetong1
  • xiaoshou
    #iconxiaoshou
  • gongyingshanghetong
    #icongongyingshanghetong
  • component
    #iconcomponent
  • documentation
    #icondocumentation
  • example
    #iconexample
  • email
    #iconemail
  • banquan-kuai
    #iconbanquan-kuai
  • excel
    #iconexcel
  • guide
    #iconguide
  • drag
    #icondrag
  • money
    #iconmoney
  • chart
    #iconchart
  • lock
    #iconlock
  • password
    #iconpassword
  • banquan
    #iconbanquan
  • crm
    #iconcrm
  • link
    #iconlink
  • data
    #icondata
  • education
    #iconeducation
  • fullscreen
    #iconfullscreen
  • attachment
    #iconattachment
  • bug
    #iconbug
  • message
    #iconmessage
  • 404
    #icon404
  • icon
    #iconicon
  • hetongfukuan
    #iconhetongfukuan
  • eye-open
    #iconeye-open
  • size
    #iconsize
  • huikuanjilu
    #iconhuikuanjilu
  • exit-fullscreen
    #iconexit-fullscreen
  • clipboard
    #iconclipboard
  • eye
    #iconeye
  • dashboard
    #icondashboard
  • edit
    #iconedit
  • table
    #icontable
  • language
    #iconlanguage
  • role
    #iconrole
  • shopping
    #iconshopping
  • tab
    #icontab
  • peoples
    #iconpeoples
  • kehu
    #iconkehu
  • international
    #iconinternational
  • form
    #iconform
  • pdf
    #iconpdf
  • tree-table
    #icontree-table
  • search
    #iconsearch
  • people
    #iconpeople
  • nested
    #iconnested
  • renyuan
    #iconrenyuan
  • system
    #iconsystem
  • zip
    #iconzip
  • wechat
    #iconwechat
  • theme
    #icontheme
  • project
    #iconproject
  • star
    #iconstar
  • fujian
    #iconfujian
  • tree
    #icontree
  • qq
    #iconqq
  • skill
    #iconskill
  • chanpin
    #iconchanpin
  • user
    #iconuser
  • list
    #iconlist

Symbol 引用


这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:

  • 支持多色图标了,不再受单色限制。
  • 通过一些技巧,支持像字体那样,通过 font-size, color 来调整样式。
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • 浏览器渲染 SVG 的性能一般,还不如 png。

使用步骤如下:

第一步:引入项目下面生成的 symbol 代码:

<script src="./iconfont.js"></script>

第二步:加入通用 CSS 代码(引入一次就行):

<style>
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
</style>

第三步:挑选相应图标并获取类名,应用于页面:

<svg class="icon" aria-hidden="true">
  <use xlink:href="#icon-xxx"></use>
</svg>