John KuehJohn Kueh

arrow fat line down icon

Phosphor · arrow-fat-line-down · MIT

Download SVG

The Phosphor arrow fat line down icon depicts a thick downward-pointing arrow with a line, commonly used to indicate downloading, scrolling down, or indicating a direction towards the bottom of the screen or a section.

Common uses

  • Download button
  • Scroll to bottom indicator
  • Expand section below

Use it in React

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

<ArrowFatLineDown size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadoutlinedarrowsarrowfatlinedowndownload iconscroll down arrowthick arrow downdown pointer

FAQ

What is the arrow fat line down icon used for?
It's typically used for actions like downloading content, scrolling down a page, or indicating a downward direction in a user interface.
How do I use the arrow fat line down icon in React?
You can import and use it like this: import { ArrowFatLineDown } from '@phosphor-icons/react'.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, which allows for free use 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 →

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