ToolPal

CSS Clip Pathジェネレーター

ドラッグ可能なハンドルでCSS clip-path形状を視覚的に作成します。ポリゴン、円、楕円のコードを生成します。

形状プリセット

ライブプレビュー

生成されたCSS

.clipped {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

点の座標 (ドラッグして調整):

P1: 50.0%, 0.0%
P2: 100.0%, 38.0%
P3: 82.0%, 100.0%
P4: 18.0%, 100.0%
P5: 0.0%, 38.0%

使い方

ドラッグ可能なハンドルでCSS clip-path形状を視覚的に作成します。ポリゴン、円、楕円のコードを生成します。

  1. 1Choose a shape preset (triangle, star, hexagon, circle, etc.) to start with a ready-made clip-path.
  2. 2Drag the white handles in the live preview to reshape polygon vertices. The clip-path value updates instantly.
  3. 3Use 'Add Point' or 'Remove Point' to change the number of vertices in a polygon shape.
  4. 4Change the preview color using the color picker to test how the clip-path looks with your design.
  5. 5Copy the generated CSS with one click and paste it into your stylesheet.

主な機能

  • 12 shape presets — triangle, star, pentagon, hexagon, arrow, circle, ellipse, and more
  • Draggable polygon handles — interactively reposition each vertex in the live preview
  • Editable clip-path field — manually type any valid clip-path value and see the preview update
  • Outputs both clip-path and -webkit-clip-path for full browser compatibility

よくある質問

詳しく読む