The Tabler circle arrow down right icon depicts a circular arrow pointing towards the bottom-right, commonly used to indicate a downward and rightward movement or action.
Common uses
- Scrolling down and to the right
- Navigating to a lower-right section
- Indicating a diagonal download direction
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleArrowDownRight } from '@tabler/icons-react';
<IconCircleArrowDownRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleArrowDownRight size={24} stroke={2} />filled
<IconCircleArrowDownRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectionbottomsoutheastcirclearrowdownrightpointerarrowsdiagonal downloadsouth-east arrowbottom-right pointer
FAQ
- What is the circle arrow down right icon used for?
- It visually represents a combined downward and rightward direction or action, often used for navigation or indicating movement.
- How do I use this icon in React?
- You can import and use it like this: import { IconCircleArrowDownRight } from '@tabler/icons-react'.
- 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 →