The HugeIcons subnode delete icon visually represents the removal or deletion of a subordinate or nested item within a larger structure.
Common uses
- Deleting a sub-task from a project list
- Removing a child comment from a thread
- Deleting a nested configuration setting
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SubnodeDeleteIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SubnodeDeleteIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- nested deletechild removesub-item deleteunlink
FAQ
- What does the subnode delete icon signify?
- This icon signifies the action of deleting or removing a nested or subordinate element from a parent structure.
- How do I use the SubnodeDeleteIcon in React?
- Import both HugeiconsIcon and SubnodeDeleteIcon, then render it using <HugeiconsIcon icon={SubnodeDeleteIcon} />.
- What is the license for this icon?
- The SubnodeDeleteIcon is provided 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 →