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="text-primary fab fa-facebook-square ..."></i>
                <i class="text-warning far fa-sun ..."></i>
                <i class="text-danger fas fa-heart ..."></i>
                <i class="text-info fas fa-question-circle ..."></i>
                <i class="text-success fas fa-solar-panel ..."></i>