1.下載的文件中,引入iconfont.js (svg就在裏面了。)html
2. 在頁面中引用 ,svg
<svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-qianbaomian"></use> </svg>
href='#XXXX' 這ID名就對應在iconfont.js中了。 以前都是用的font-class方式 。 僅做記錄瞭解下 code