Bootstrap Icons
Free, high quality, open source icon library with over 1,300 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts.
Bootstrap Icons DocumentationCSS
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css" />
Example
You can use these icons with color and font-size helper classes like the example bellow:
<span class="bi-bell-fill text-danger text-4xl"></span>
Example with indicator
You can use these icons with an indicator like the example bellow:
<div class="inline-block notification-indicator notification-indicator-danger ms-4"><span class="bi-bell-fill text-4xl"></span></div>