The HugeIcons note remove icon visually represents the action of deleting or removing a note or a piece of text-based information.
Common uses
- Deleting a draft email
- Removing a to-do list item
- Clearing a text field
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NoteRemoveIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NoteRemoveIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete noteremove textclear entrytrash note
FAQ
- What does the NoteRemove icon signify?
- This icon signifies the action of removing or deleting a note or text. It's commonly used for actions like deleting a draft, clearing input, or removing an item from a list.
- How do I use the NoteRemove icon in React?
- To use it in React, import both HugeiconsIcon and NoteRemoveIcon, then render the icon using the HugeiconsIcon component with the NoteRemoveIcon passed as the 'icon' prop: `<HugeiconsIcon icon={NoteRemoveIcon} />`.
- What is the license for HugeIcons?
- The HugeIcons icon library, including the NoteRemoveIcon, 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 →