The HugeIcons file remove icon visually represents the action of deleting or removing a file, commonly used in interfaces to signify a delete or trash function.
Common uses
- Delete button in file management
- Clear input field
- Remove item from a list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileRemoveIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileRemoveIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete fileremove filetrash fileclear file
FAQ
- What does the FileRemoveIcon represent?
- It depicts the action of removing or deleting a file. It's typically used for delete or trash functionality in user interfaces.
- How do I use FileRemoveIcon in a React project?
- Import both HugeiconsIcon and FileRemoveIcon, then render it using <HugeiconsIcon icon={FileRemoveIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.