Generatore di percorsi a clip CSS

Create CSS clip-path shapes visually. Drag points or choose presets.

Ad Space

CSS Code

Ad Space

How to Use CSS Clip Path

The CSS clip-path property clips an element to a basic shape or SVG path. Common shapes include polygon(), circle(), ellipse(), and inset(). Clip-path is hardware-accelerated and great for creative layouts, image masking, and transitions.

Is clip-path supported in all browsers?

Yes, clip-path basic shapes are supported in all modern browsers including Chrome, Firefox, Safari, and Edge.

Related Tools