SVG to CSS Polygon

Tool For converting SVG paths into CSS Polygon shapes. Right now, it can only handle simpler SVG's that don't have multiple path properties.

The CSS polygon property can only handle straight lines, so the more points used the smoother curves will be. The lower the point density value, the more points will be used to create the clip path.

CSS Output

clip-path: polygon();