Caret Left Icons

Caret left marks the "collapsed" or "previous" state in dense, compact UI elements — collapsing a nested tree node back down, a "previous" control inside a small inline carousel, a step-back trigger in a compact stepper. This page collects caret-left variants across Pathwork's libraries, useful anywhere a chevron feels too open for the tight space it needs to fit.

Showing top 100·46 icon packs·Free & open source

Showing top 100 results — many more icons available

Search all caret left icons

Frequently Asked Questions

It appears most often as the collapse state for a tree node or nested navigation item after it's been expanded, a 'previous' control in compact carousels or steppers, and occasionally in dense breadcrumb-style navigation. Its small, solid shape suits these tight, indentation-heavy layouts.

Yes, generally — since caret left is tied to navigation and collapse direction, it should mirror to caret right in RTL layouts, similar to how chevrons handle directional flipping.

The standard approach is a CSS transition on 'transform: rotate(-90deg)' applied to a single caret icon, rotating it back when the node collapses, rather than swapping between two separate icon files — this keeps the motion smooth instead of an abrupt icon change.

You can flip a single caret icon horizontally with CSS ('transform: scaleX(-1)') to get the right-facing version, since carets are typically simple and symmetric. This also makes RTL mirroring straightforward, since you're just toggling the same transform based on layout direction.

Caret left is a small, solid filled triangle, while chevron left is an outlined angled line with no fill. Caret tends to suit dense, small-scale contexts like tree views or compact steppers, while chevron left is more common in larger UI elements like breadcrumbs or standalone back buttons.

Each icon keeps the license from its source library attached to it, and terms can differ depending on which library a specific icon comes from. Check the license shown on the individual icon's page before using it commercially.