John KuehJohn Kueh

chevron double down icon

Heroicons · chevron-double-down · MIT

Download SVG

The Heroicons chevron double down icon depicts two stacked chevrons pointing downwards, commonly used to indicate an action to scroll down or reveal more content.

Common uses

  • Scroll to bottom of page
  • Expandable section indicator
  • Load more data trigger

Use it in React

Install
npm i @heroicons/react
Import & render
import { ChevronDoubleDownIcon } from '@heroicons/react/24/outline';

<ChevronDoubleDownIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<ChevronDoubleDownIcon className="size-6" />
24/solid
<ChevronDoubleDownIcon className="size-6" />
20/solid
<ChevronDoubleDownIcon className="size-6" />
16/solid
<ChevronDoubleDownIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
chevrondoubledowndouble chevron downscroll downdownloadarrow double down

FAQ

What is the chevron double down icon used for?
It visually signals that there is more content below or that an action will scroll the user down the page.
How do I use the chevron double down icon in React?
Import it from Heroicons like this: import { ChevronDoubleDownIcon } from '@heroicons/react/24/outline'.
What is the license for Heroicons?
Heroicons are released under the MIT license, allowing for free use in commercial and non-commercial projects.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →