The idea
Clipping changes what you see, not where the box is. To move a clipped shape you still use the box model — margin, padding, position. Combine a clip with real geometry: clip the box to a circle and push it down and in from the corner.
Make a 160×160 circle sitting 40px from the top and 40px from the left.
This level needs clip-path and margin.