The HugeIcons save all icon visually represents the action of saving multiple items or the entire state of an application, commonly used for buttons or menu items that trigger a bulk save operation.
Common uses
- Saving all unsaved documents
- Applying all pending changes
- Batch saving user preferences
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SaveAllIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SaveAllIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- save multiplesave all filesbatch savesave everything
FAQ
- What does the save all icon signify?
- It signifies the action of saving multiple items or the entire current state, rather than a single item.
- How do I use the SaveAllIcon in React?
- Import both HugeiconsIcon and SaveAllIcon, then render <HugeiconsIcon icon={SaveAllIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free commercial and non-commercial use.
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 →