The Tabler replace icon depicts two arrows forming a cycle, commonly used to signify an action of exchanging or substituting one item for another.
Common uses
- Swapping two selected items.
- Initiating a find and replace operation.
- Toggling between two different states or views.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconReplace } from '@tabler/icons-react';
<IconReplace size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconReplace size={24} stroke={2} />filled
<IconReplaceFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- changeplacepositionmoveexchangereplacesystemswapswitch
FAQ
- What is the purpose of the replace icon?
- It visually represents the action of replacing or exchanging something, like swapping items or initiating a find/replace function.
- How do I use the replace icon in React?
- You can import and use it like this: import { IconReplace } from '@tabler/icons-react'. Then, render it as <IconReplace />.
- What is the license for the Tabler replace icon?
- The Tabler icons, including the replace icon, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →