Clip Path Circle

clip-path can create circular shapes from images.

Preview

Code

<style>
img{
width:140px;
clip-path:circle(50%);
}
</style>

<img src="https://via.placeholder.com/140">

More CSS Image Shapes Examples (8)