The HugeIcons segment icon visually represents distinct parts or sections of a whole, commonly used to indicate a segmented control or a breakdown of information in a user interface.
Common uses
- Segmented control for navigation
- Displaying data categories
- Illustrating distinct feature sets
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SegmentIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SegmentIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sectionspartscategoriestabs
FAQ
- What does the segment icon represent?
- It represents distinct parts or sections of a whole, often used for segmented controls or to show data categories.
- How do I use the SegmentIcon in React?
- Import both HugeiconsIcon and SegmentIcon, then render it using <HugeiconsIcon icon={SegmentIcon} />.
- What is the license for this icon?
- The HugeIcons segment icon is available under the MIT license.