How to show a round user image in a View

We discovered that it is possible to use html code in Views-Column-Text.
With this, you can add the user image and even make it round!

The code is:

<img onerror="this.style.display='none'" class='rounded-circle' height='50' width='50' src='$var:user.image-url$'>

Put it here (In Labelsadmin-Views)

…and that results in: