The HugeIcons file add icon visually represents the action of adding a new file or document, commonly used in interfaces to initiate the creation of new content.
Common uses
- Button to create a new document
- Menu item for 'Add New File'
- Link to upload a new file
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- new filecreate fileadd documentupload icon
FAQ
- What does the FileAddIcon represent?
- It signifies the action of adding a new file or document. It's typically used in UI elements that allow users to create or upload new content.
- How do I use FileAddIcon in React?
- Import both HugeiconsIcon and FileAddIcon, then render it using <HugeiconsIcon icon={FileAddIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The FileAddIcon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.