The HugeIcons summation square icon visually represents the mathematical concept of summation, often used in UIs to denote aggregation, totals, or calculations.
Common uses
- Displaying total count or sum
- Indicating a calculation process
- Summarizing data points
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SummationSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SummationSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sum icontotal iconaggregate iconmath sum
FAQ
- What does the summation square icon represent?
- It visually represents the mathematical concept of summation, commonly used for totals or aggregations in user interfaces.
- How do I use the SummationSquareIcon in React?
- Import it using `import { SummationSquareIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={SummationSquareIcon} />`.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.