The HugeIcons pivot icon depicts a central point around which something rotates, commonly used to represent data pivoting, rotation, or a central control element in a UI.
Common uses
- Data table pivoting
- Rotation controls
- Central focus indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PivotIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PivotIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rotatecenteraxisspin
FAQ
- What is the Pivot icon used for?
- It's typically used to signify data manipulation like pivoting tables or to indicate a rotational or central element within an interface.
- How do I use the Pivot icon in React?
- Import both HugeiconsIcon and PivotIcon, then render <HugeiconsIcon icon={PivotIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the Pivot icon, is available under the MIT license.