CSS Clip-Path Studio
Visually design custom shapes and masks.
CSS Output
Visual CSS Clip-Path Generator
The clip-path CSS property allows you to specify a specific region of an element to display, hiding the rest. This creates interesting shapes like triangles, polygons, and custom forms.
How it works
This tool generates a polygon() function. The coordinates are percentages relative to the element's size. `0% 0%` is the top-left, `100% 100%` is the bottom-right. By dragging the handles, you adjust these X/Y coordinates in real-time.
Copied!