The Phosphor toggle right icon depicts a switch in the 'on' or 'enabled' position, commonly used to represent an active setting or preference.
Common uses
- Enabling a feature in settings
- Indicating an active toggle switch
- Representing a 'yes' or 'true' state
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ToggleRight } from '@phosphor-icons/react';
<ToggleRight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ToggleRight size={24} />thin
<ToggleRight size={24} weight="thin" />light
<ToggleRight size={24} weight="light" />bold
<ToggleRight size={24} weight="bold" />fill
<ToggleRight size={24} weight="fill" />duotone
<ToggleRight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- switchcontrolssettingspreferencessystemtogglerightswitch onenabled toggleslider righton switch
FAQ
- What does the toggle right icon represent?
- It signifies an 'on' or 'enabled' state for a toggle switch, often used in settings or preference menus.
- How do I use the toggle right icon in React?
- Import it as `ToggleRight` from '@phosphor-icons/react' and use it as a component: `<ToggleRight />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →