bootstrap-icons

包含 1800 多个图标的免费、高质量的开源图标库。你可以以任何方式使用它们,例如 SVG 矢量图、SVG sprite 或 web 字体形式。不管你是否使用 Bootstrap ,都可以使用本图标库。

v4.5.3

引入

https://cdn.lmwa.cn/npm/bootstrap-icons/1.11.3/font/bootstrap-icons.css

<link rel="stylesheet" href="https://cdn.lmwa.cn/npm/bootstrap-icons/1.11.3/font/bootstrap-icons.css">

示例

<svg class="bi" width="32" height="32" fill="currentColor">
  <use xlink:href="bootstrap-icons.svg#heart-fill"/>
</svg>
<svg class="bi" width="32" height="32" fill="currentColor">
  <use xlink:href="bootstrap-icons.svg#toggles"/>
</svg>
<svg class="bi" width="32" height="32" fill="currentColor">
  <use xlink:href="bootstrap-icons.svg#shop"/>
</svg>

<img src="/assets/img/bootstrap.svg" alt="Bootstrap" width="32" height="32">


<i class="bi-alarm"></i>

介绍:

如果觉得我的文章对你有用,可以赞助本站,使本站更好的发展