Clip-Path Maker

Create complex CSS clip-path shapes visually. Drag points, choose presets and export polygon, circle, ellipse or inset clip-paths.

Double-click to add / remove points
50,0100,1000,100
150%, 0%
2100%, 100%
30%, 100%
CSS
clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
Tailwind CSS
<div class="[clip-path:polygon(50%_0%,_100%_100%,_0%_100%)]">
  ...
</div>