The Tabler subtask icon depicts a larger task broken down into smaller, manageable steps, commonly used in UI to represent the concept of subtasks or child items within a larger project or workflow.
Common uses
- Visualizing sub-items in a task list
- Indicating a process with multiple stages
- Representing hierarchical task structures
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSubtask } from '@tabler/icons-react';
<IconSubtask size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- managementbreak downworksubtasksystemchild taskbreakdownworkflow stepnested task
FAQ
- What does the subtask icon represent?
- It visually signifies a smaller, subordinate task that is part of a larger, main task or project.
- How do I use this icon in React?
- Import it using `import { IconSubtask } from '@tabler/icons-react'` and use it as a React component: `<IconSubtask />`.
- What is the license for this icon?
- The Tabler icon library, including the subtask icon, is released under the MIT license.