The HugeIcons chart gantt icon visually represents a Gantt chart, commonly used in project management interfaces to display project timelines and task dependencies.
Common uses
- Project timeline visualization
- Task scheduling display
- Progress tracking overview
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartGanttIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartGanttIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- gantt charttimelineproject scheduletask chart
FAQ
- What is this icon for?
- This icon represents a Gantt chart, which is a type of bar chart that illustrates a project schedule. It's useful for visualizing project timelines and task dependencies.
- How do I use the ChartGanttIcon in React?
- Import both HugeiconsIcon and ChartGanttIcon, then render the icon using <HugeiconsIcon icon={ChartGanttIcon} />.
- What is the license for this icon?
- The ChartGanttIcon from the HugeIcons library is available 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 →