Skip to content

Free browser tool

CSS Clip-Path Shape Generator

Start with presets or move polygon points, preview the result live, and copy the production-ready polygon() value.

Live preview

Drag the points directly on the preview.

Generated code

.clipped-shape {
  width: 320px;
  aspect-ratio: 1;
  background: #cc3d0a;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

Controls

Shape presets

6