I am using Bootstrap 5 and I want to make avatar with different icons in it (simmilar as letter avatar). So, I need to have placeholder and inside that placeholder i need to add the icon. Something like the code:
<div width="30%" height="30%" class="bg-info rounded-circle">
<span>
{Icon here}
</span>
</div>
But this is not working. Can anyone help me how to do this?