The HugeIcons divide sign square icon depicts a division symbol within a square, commonly used to represent the mathematical operation of division or a splitting action in user interfaces.
Common uses
- Mathematical operations section
- Split view toggle
- Data separation indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DivideSignSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DivideSignSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- division iconsplit iconmath divideoperation divide
FAQ
- What is this icon used for?
- This icon represents the mathematical division operation. It can also signify splitting or separating content in a UI.
- How do I use this icon in React?
- Import the icon and use it with the Hugeicons component: import { HugeiconsIcon } from '@hugeicons/react'; import { DivideSignSquareIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={DivideSignSquareIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →