bsicons Example

Author

Shafayet Khan Shafee

Published

09 Feb, 2023

View the source code by clicking </> Code on the top right corner

Using Bootstrap Icons

icon color

icon sizing

using class

We use the class styled to color all icons in red.

css code
.styled {
  color: red;
}

That’s it