Font Awesome
Get vector icons and social logos on your website with Font Awesome, the web's most popular icon set and toolkit.
Font Awesome 5 DocumentationExample
You can use these icons with color and font-size helper classes like the example bellow:
<span class="fas fa-bell 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-warning fa-icon-wait"><span class="fas fa-bell text-4xl!" data-fa-transform="down-2"></span></div>