CakePHP
Bootstrap Icons
Bootstrap Icons

Free, high quality, open source icon library with over 2,000 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without Bootstrap in any project.

Installation

If you'd like to use Bootstrap Icon with a CDN, you can skip this installation step.

yarn add bootstrap-icons

import CSS to your icons.scss

@import 'bootstrap-icons/font/bootstrap-icons.css';
CDN

Copy the following code and add it to the <head> tag of your HTML document.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
Usage

Add icon with class name, class name rule: bi bi-{name}

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

For more details, see the documentation.