Bootstrap 5 circular background for bootstrap icon
22:15 15 Dec 2024

Can I implement a bootstrap icon with circular background area in Bootstrap 5? Currently I produced this ellipse. I want to implement it circularly

.green{
  background-color:green;
}
.i1{
  border-radius:50%
}
.i2{
  border-radius:9px 9px;
}



Thanks in advance

html css bootstrap-icons