Clip Path Generator
Create complex CSS clip-path shapes with visual editor and live preview
Shape Type
1
2
3
4
Presets
Live Preview
Clipped Content
Click on the preview to add points (max 12)
CSS Output
✅ Chrome 55+, Firefox 54+, Safari 10.1+
⚠️ Use -webkit-clip-path for older browsers
Usage Examples
.clipped-element {
/* Add webkit prefix for older browsers */
-webkit-clip-path: ;
}<div class="clipped-element">
<img src="image.jpg" alt="Clipped image" />
</div>