CSS Clip-Path Generator
Interactively build CSS polygon shapes by dragging control handles. Choose from 18+ responsive presets, tweak coordinate percentages, and copy ready-to-use CSS.
How CSS clip-path Works
The CSS clip-path property specifies a clipping region where everything inside the region is visible and everything outside is hidden. Unlike older rectangular overflow masks, clip-path: polygon(...) allows you to define arbitrary geometric shapes using percentage coordinates pairs (X% Y%).
Clip paths are hardware accelerated on modern GPUs and support CSS transitions, enabling silky-smooth polygon morphing animations between shapes that share identical vertex counts.
Frequently Asked Questions
clip-path is supported in all modern evergreen browsers including Chrome, Edge, Safari, Firefox, and Opera. For older iOS and WebKit engines, including the -webkit-clip-path vendor prefix ensures full backward compatibility.