<div class="userIcon">
<img src="someUrl" alt="">
</div>
.userIcon {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: darken($base-color, 30%);
overflow: hidden;
img{
width: 100%;
height: 100%;
object-fit: cover;
}
}