The HugeIcons thumbs down rectangle icon visually represents disapproval or a negative rating, commonly used in interfaces to indicate a dislike or rejection action.
Common uses
- Dislike button
- Negative feedback option
- Rejecting a suggestion
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ThumbsDownRectangleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ThumbsDownRectangleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dislikethumbs downnegativebad
FAQ
- What is the thumbs down rectangle icon used for?
- This icon signifies disapproval, negative feedback, or rejection. It's typically used where users can express a negative sentiment towards content or an action.
- How do I use the ThumbsDownRectangleIcon in React?
- Import both HugeiconsIcon and ThumbsDownRectangleIcon, then render the icon using <HugeiconsIcon icon={ThumbsDownRectangleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the thumbs down rectangle icon, 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 →