Webspe Tools

JP EN

Arrow CSS Generator

Create custom arrows with CSS using this free online generator.
Adjust the direction, length, color, arrowhead size, thickness, border, and other design settings while checking the result with a real-time preview.
The required CSS code is generated automatically, so you can copy it and use it directly in your website or web project.

Sponsored Links

Choose an arrow type (*Customization settings will be reset if changed.)
(For simple triangle, use the Triangle CSS Generator)

Customization

▼ Arrow Direction

px

▼ Arrow Color

Arrow Head Size

Sizing Method:

px
°
px
px

Shaft Size

px

Border

Advanced Settings

CSS Code

.arrow {
  display: inline-block;
  width: 100px;
  height: 73.5px;
  background: #000000;
  clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
}

Notes

  • This tool is intended for modern browsers. Some generated CSS may not work in older browsers.
  • This site uses modern-normalize.css. The preview may look slightly different depending on the reset CSS or other styles used in your project.

\ Share on social media /

Sponsored Links

Related Tools