The Phosphor number square two icon depicts the numeral '2' within a square, commonly used to represent numerical values, quantities, or specific options in financial or data-related interfaces.
Common uses
- Displaying a quantity of '2' items.
- Indicating the second step in a process.
- Labeling a financial account or category.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { NumberSquareTwo } from '@phosphor-icons/react';
<NumberSquareTwo size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<NumberSquareTwo size={24} />thin
<NumberSquareTwo size={24} weight="thin" />light
<NumberSquareTwo size={24} weight="light" />bold
<NumberSquareTwo size={24} weight="bold" />fill
<NumberSquareTwo size={24} weight="fill" />duotone
<NumberSquareTwo size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- 2numbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumbersquaretwonumber 2numeral twodigit 2
FAQ
- What is the number square two icon used for?
- It's used to visually represent the number 2, often in contexts related to quantities, steps, or specific numerical data points.
- How do I use the number square two icon in React?
- You can import and use it like this: import { NumberSquareTwo } from '@phosphor-icons/react'. Then render it as <NumberSquareTwo />.
- What is the license for the Phosphor number square two icon?
- The Phosphor icon library, including the number square two icon, is available under the MIT license.
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 →