John KuehJohn Kueh

arrow circle down icon

Phosphor · arrow-circle-down · MIT

Download SVG

The Phosphor arrow circle down icon visually represents a downward direction within a circular boundary, commonly used to indicate downloading, scrolling down, or indicating a collapsed state.

Common uses

  • Download button
  • Scroll down indicator
  • Collapse/expand section

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ArrowCircleDown } from '@phosphor-icons/react';

<ArrowCircleDown size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ArrowCircleDown size={24} />
thin
<ArrowCircleDown size={24} weight="thin" />
light
<ArrowCircleDown size={24} weight="light" />
bold
<ArrowCircleDown size={24} weight="bold" />
fill
<ArrowCircleDown size={24} weight="fill" />
duotone
<ArrowCircleDown size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadarrowsarrowcircledowndownload iconscroll down arrowchevron down circledirectional arrow

FAQ

What is the purpose of the arrow circle down icon?
It signifies a downward action or direction, often used for downloads, scrolling, or indicating a collapsed element.
How do I use the arrow circle down icon in React?
Import it from the library and use it as a component: import { ArrowCircleDown } from '@phosphor-icons/react'; <ArrowCircleDown />
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free usage in both personal and commercial projects.

Related icons

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

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