The HugeIcons remove square icon depicts a square with a minus sign inside, commonly used to signify the removal or deletion of an item or to close a modal or dialog.
Common uses
- Delete item from a list
- Close a modal window
- Cancel an action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RemoveSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RemoveSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- deleteclosecancelminus square
FAQ
- What does the remove square icon represent?
- This icon represents an action to remove, delete, or cancel. It's often used for closing elements or removing items from a selection or list.
- How do I use the RemoveSquareIcon in React?
- Import both HugeiconsIcon and RemoveSquareIcon, then render it using <HugeiconsIcon icon={RemoveSquareIcon} />.
- What is the license for this icon?
- The RemoveSquareIcon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.