Sizes
<img class="rounded-circle" src="..." width="48" height="48">With Status
<div class="position-relative" style="width:48px;height:48px;">
<img class="rounded-circle w-100 h-100" src="...">
<span class="position-absolute p-1 bg-success rounded-circle" style="bottom:-2px; right:-2px;"></span>
</div>