QuickFreeTools

Online CSS Clip-Path Generator

Generate clip-path CSS from shapes (polygon, circle, ellipse) or custom points.

Preview

.element {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

Frequently Asked Questions

What shapes are supported?
Polygon (custom points), circle, ellipse, and inset. Polygon lets you define each vertex.
Are percentages supported?
Yes. Use percentage values for responsive clip-paths (e.g. 50% 0%, 100% 50%).

Related Developer Tools