Bootstrap 5 circular background for bootstrap icon
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