The HugeIcons comment remove 01 icon depicts a speech bubble with a minus sign, commonly used to indicate the removal or deletion of a comment or feedback.
Common uses
- Delete comment button
- Remove user feedback
- Clear discussion thread
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CommentRemove01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CommentRemove01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete commentremove messagetrash commentclear feedback
FAQ
- What does the CommentRemove01Icon represent?
- This icon represents the action of removing or deleting a comment or message, often used in contexts like forums, reviews, or chat applications.
- How do I use this icon in a React application?
- Import the icon and use it within the HugeiconsIcon component like so: import { HugeiconsIcon } from '@hugeicons/react'; import { CommentRemove01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={CommentRemove01Icon} />.
- What is the license for this icon?
- The HugeIcons library, including the CommentRemove01Icon, is distributed 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 →