Developer Toolkit

Clip-Path Generator

Visual polygon and shape clip-path builder with live preview and copyable CSS output.

Shape

Shape function

Presets

point 125% 0%

point 275% 0%

point 3100% 50%

point 475% 100%

point 525% 100%

point 60% 50%

Live preview

Generated CSS

.clipped {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}