Rounded Avatar

Is it possible in ionic 4 make a rounded avatar? Like the picture that I have been attach
Do I have to make a rounded template for replace the avatar?

It is by default “rounded”. See the docs here: https://ionicframework.com/docs/api/avatar
You can adjust the radius by the css variable --border-radius.

Thanks for replying my question.
But, for example I want to make someone input their profile picture in register page, is it possible to make the rounded picture at their profile after they submit their profile picture in register page?

That is possible but not out of the box

You will have to make it using api for camera (cordova, capacitor or webapi)

Why not just use css “border-radius” to crop the image as circle?
Whatsapp, facebook also done in this way.