Icon color
Bootstrap 5 Icon color component
Responsive Icon color built with Bootstrap 5. A quick and easy way to change the color of icons.
How it works
Add a color class to the icons element to change its colors.
<i class="fab fa-facebook-square fa-6x text-primary m-3"></i>
<i class="far fa-sun fa-6x text-warning m-3"></i>
<i class="fas fa-heart fa-6x text-danger m-3"></i>
<i class="fas fa-question-circle fa-6x text-info m-3"></i>
<i class="fas fa-solar-panel fa-6x text-success m-3"></i>