Icon
Lucide Icons¶
iconify¶
- 是一个icon库的动态加载库,包含了material design icon、fontawesome等icon库
fontawesome¶
- https://fontawesome.com/
- #ui/icons
Google Icon Font¶
- Material Icons 的使用及优化Material Icons 的使用及优化,提供了各种平台的官方方案支持,和支 - 掘金
- fonts.google.com:查询icons
- CSS API 更新 | Google Fonts | Google for Developers:使用url引入icons
- https://github.com/google/material-design-icons/tree/master :直接下载资源
- #ui/icons
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<span class="material-symbols-outlined" style="font-size: 16px; margin-right: 4px;">person</span>
<span class="material-symbols-outlined" style="font-size: 16px; margin-right: 4px;">schedule</span>