Caret Right Icons

Caret right marks the "collapsed, more inside" state in dense, compact UI elements — a submenu indicator in a tree view, the closed state of an inline expandable row, a nested navigation item hinting at children underneath. This page collects caret-right variants across Pathwork's libraries, useful anywhere a chevron feels too open for the tight space it needs to fit.

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

Showing top 100 results — many more icons available

Search all caret right icons

Frequently Asked Questions

It appears most often in tree views and file explorers to indicate a collapsed node with children, nested sidebar navigation items that expand into a submenu, and compact table rows that reveal more detail when clicked. Its small, solid shape suits these dense, indentation-heavy layouts.

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

Both are common conventions, but they signal slightly different structures: caret right usually indicates a horizontal tree or nested hierarchy (like a file explorer), rotating to caret-down when expanded, while caret down alone (without a right state) is more typical for simple accordions and dropdowns that don't involve nested indentation.

You can flip a single caret icon horizontally with CSS ('transform: scaleX(-1)') to get the left-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.

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

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.