iconfont 的使用
1. icon 单个使用
<svg t="1583669324443" class="icon" width="200" height="200">
<path d="xxxx" fill="#d81e06" p-id="1860">
</path>
</svg>
// 改变大小和颜色
<svg t="1583669324443" class="icon" width="100" height="100">
<path d="xxxx" fill="green" p-id="1860">
</path>
</svg>2. unicode 使用
3. font-class 引用
4. symbol 引用 (推荐)
Last updated