The HugeIcons replace all icon visually represents the action of substituting all occurrences of a specific item with another, commonly used for find and replace functionalities.
Common uses
- Find and Replace dialog
- Batch editing operations
- Global search and update features
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ReplaceAllIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ReplaceAllIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- substitute allmass replaceglobal replacefind and replace
FAQ
- What is the 'replace all' icon used for?
- This icon signifies the action of replacing every instance of a selected item or text with a new one. It's frequently used in find and replace tools.
- How do I use the ReplaceAllIcon in React?
- Import both HugeiconsIcon and ReplaceAllIcon, then render the icon using <HugeiconsIcon icon={ReplaceAllIcon} />.
- What is the license for this icon?
- The HugeIcons replace all icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.