CSS clip-path Editor
Visually edit CSS `clip-path`: **polygon** (drag points, double-click to remove, right-click on a point to insert after it), **circle**, **ellipse**, **inset** (with rounded corners). 9 presets (triangle / rhombus / hexagon / star / arrow…). Export to CSS, Tailwind v4 bracket class, SVG path.
Preset
Editor (drag / double-click delete / right-click add)
6 points (right-click after a point to add; double-click to remove)
Vertices (%)
#0
#1
#2
#3
#4
#5
Applied to a sample image
›How to use
- Pick a preset above (triangle, rhombus, hexagon, star, arrow, parallelogram, circle, ellipse, inset).
- Polygon mode: drag points to reshape · double-click to delete a point · right-click to insert a new one after it.
- Circle / Ellipse / Inset modes: sliders on the right control center, radii, side insets, corner radius.
- Bottom-right preview shows the clip applied to a real-looking image (clip-path always looks better on solid colour than on photos — preview both).
Tips
- Polygon needs ≥ 3 points — the delete button is disabled at the floor.
- Tailwind v4 bracket class converts spaces to
\_so the class is valid; paste directly into.- SVG path is ideal for an SVG
element or as a mask — dropinside SVG defs.- vs bennettfeely.com/clippy — Clippy is the classic but 10+ years untouched; we add Tailwind v4 bracket classes and SVG path output.
💡
clip-pathis supported in Safari / Chrome / Firefox. Old Edge needs-webkit-prefix; IE is EOL and never supported it. - SVG path is ideal for an SVG
Related tools
- cubic-bezier editorVisual CSS easing curve editor — drag two control points, output CSS / Tailwind v4 / Framer Motion / @keyframes
- CSS gradient editorLinear / radial / conic gradient editor — live preview, output CSS / Tailwind v4 arbitrary class / SVG
- Type scale + Fluid clamp() generatorModular ratio + dual-viewport clamp() to compute a full type scale. Outputs Tailwind v4 @theme / CSS vars / SCSS
- box-shadow editor (multi-layer + Material elevation)Visual multi-layer CSS shadow editor with Tailwind 5-level + Material Design 9-elevation presets