The Tabler arrow down circle icon depicts a downward-pointing arrow enclosed in a circle, commonly used to indicate actions like scrolling down, downloading, or proceeding to a lower section of content.
Common uses
- Download button
- Scroll to bottom link
- Expand section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowDownCircle } from '@tabler/icons-react';
<IconArrowDownCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowDownCircle size={24} stroke={2} />filled
<IconArrowDownCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- proceedswipebelowbottomarrowdowncircledirectionpointerdecreasearrowsdownload iconscroll down icondown arrowcircle arrow
FAQ
- What is the purpose of the arrow down circle icon?
- It visually represents actions related to moving downwards, such as downloading content or scrolling to a lower part of a page.
- How do I use this icon in React?
- Import it using `import { IconArrowDownCircle } from '@tabler/icons-react'` and then render the component.
- What is the license for this icon?
- The Tabler icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →