John KuehJohn Kueh

number three icon

Phosphor · number-three · MIT

Download SVG

The Phosphor number three icon depicts the numeral '3' and is commonly used in UI to represent numerical values, sequences, or specific counts within financial contexts.

Common uses

  • Displaying a quantity of 3 items.
  • Indicating the third step in a process.
  • Labeling a financial tier or category.

Use it in React

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

<NumberThree size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
finances
Keywords
3numbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumberthreenumeral 3digit three

FAQ

What is the number three icon used for?
It's used to represent the number 3, often in financial contexts, for quantities, steps, or rankings.
How do I use the number three icon in React?
You can import and use it like this: import { NumberThree } from '@phosphor-icons/react'; <NumberThree />.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing 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 →