The Phosphor math operations icon visually represents fundamental arithmetic symbols and is commonly used in UIs to denote mathematical functions, calculations, or settings.
Common uses
- Calculator app interface
- Formula editor in a spreadsheet
- Scientific or engineering software settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MathOperations } from '@phosphor-icons/react';
<MathOperations size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MathOperations size={24} />thin
<MathOperations size={24} weight="thin" />light
<MathOperations size={24} weight="light" />bold
<MathOperations size={24} weight="bold" />fill
<MathOperations size={24} weight="fill" />duotone
<MathOperations size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- additionsumsubtractiondifferencemultiplymultiplicationproductdividedivisiondivisordividendquotientequalsequalitymathematicsarithmetic
FAQ
- What does the math operations icon represent?
- It represents basic mathematical and arithmetic operations like addition, subtraction, multiplication, and division.
- How do I use this icon in React?
- You can import and use it in your React application with: import { MathOperations } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including the math operations icon, is available under the MIT license.