The Tabler toggle right icon visually represents an 'on' or 'active' state, commonly used to indicate that a switch or setting is currently enabled.
Common uses
- Indicate an active setting in a preferences menu.
- Show the current state of a toggle switch.
- Represent an enabled function or feature.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconToggleRight } from '@tabler/icons-react';
<IconToggleRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconToggleRight size={24} stroke={2} />filled
<IconToggleRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- onoffswitchtogglerightcontroloperationfunctioninterfacemanagementsystemswitch onactive toggleenabled stateslider right
FAQ
- What does the toggle right icon represent?
- It signifies an 'on' or 'active' state, often used for switches, toggles, or enabled options in a user interface.
- How do I use this icon in React?
- You can import and use it like this: import { IconToggleRight } from '@tabler/icons-react'. Then render it as <IconToggleRight />.
- What is the license for this icon?
- The Tabler icon set, including the toggle right icon, is 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 →