CSS Triangle Generator

Generate arrow and triangle shapes with borders or clip-path.

Works Offline
Privacy First
No Login
No API

Options

Preview

CSS output

About the CSS Triangle Generator

Create CSS triangles and arrows pointing up, down, left, or right using either the classic border trick or a modern clip-path polygon. Adjust size and color and copy the ready-to-use CSS.

Examples

Up arrow

border trick, up, 50px

Output

.triangle { border-bottom: 50px solid #6366f1; }

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser