The HugeIcons search replace icon visually represents the action of finding specific text or data and substituting it with new content, commonly used in text editors or search functionalities.
Common uses
- Find and replace text in a document
- Search for and update database entries
- Batch edit file names
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SearchReplaceIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SearchReplaceIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- find and replacesubstitutetext editsearch and edit
FAQ
- What is the purpose of the search replace icon?
- This icon signifies an action where existing content is located and then substituted with different content. It's often used in tools that allow for editing or managing data.
- How do I use the SearchReplaceIcon in React?
- Import both HugeiconsIcon and SearchReplaceIcon, then render the icon using the provided component: `<HugeiconsIcon icon={SearchReplaceIcon} />`.
- What is the license for this icon?
- The SearchReplaceIcon 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.
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 →