ToolBoxy
🎨

Css Clip Path Generator

NEW

css Β· clip-path Β· shape Β· polygon Β· generator

Background
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

polygon() β€” custom polygon with x y point pairs

circle(r at x y) β€” circular clip

ellipse(rx ry at x y) β€” elliptical clip

inset(top right bottom left round radius) β€” rectangular with optional rounding