Skip to content

CSS Clip Path Generator

Generate responsive CSS clip-path shapes with a visual polygon editor and instant CSS code.

Updated

What is the CSS Clip Path Generator?

How it works

Examples

Diagonal Hero Section

Polygon points: (0 0), (100% 0), (100% 80%), (0 100%)
clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

Hexagon Card

Six evenly spaced polygon points
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

Arrow Button

Seven polygon points defining an arrow
clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 15% 50%);

Frequently asked questions