ZeroUtil

CSS Clip Path Generator

Create CSS clip-path shapes with visual editing and presets.

Points (3)
1,
2,
3,
CSS
clip-path: polygon(50% 0%, 100% 100%, 0% 100%);

How to Use the CSS Clip Path Generator

Choose a preset shape — circle, ellipse, triangle, pentagon, hexagon, octagon, star, cross, arrow — or create a custom polygon. Drag the control points on the preview to adjust the shape in real time. Fine-tune coordinates using the number inputs below. Click "Copy CSS" to grab the generated clip-path property.

Frequently Asked Questions

What is CSS clip-path?

clip-path is a CSS property that clips an element to a basic shape or SVG path. Only the area inside the shape is visible.

Which shapes does clip-path support?

clip-path supports circle(), ellipse(), polygon(), inset() and path() functions. This tool covers circle, ellipse and polygon.

Does clip-path work in all browsers?

clip-path with basic shapes is supported in all modern browsers. Older browsers may need the -webkit- prefix, which you can add manually.

Can I animate clip-path?

Yes — clip-path values can be animated with CSS transitions or keyframes as long as the shapes have the same number of points.

Ad

More CSS & Design