The Phosphor toggle left icon depicts a switch in its off or left-aligned state, commonly used to represent a disabled option or a setting that is turned off.
Common uses
- Disabling a feature in settings
- Representing an inactive toggle switch
- Indicating a preference that is not currently applied
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ToggleLeft } from '@phosphor-icons/react';
<ToggleLeft size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ToggleLeft size={24} />thin
<ToggleLeft size={24} weight="thin" />light
<ToggleLeft size={24} weight="light" />bold
<ToggleLeft size={24} weight="bold" />fill
<ToggleLeft size={24} weight="fill" />duotone
<ToggleLeft size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- switchcontrolssettingspreferencessystemtoggleleftswitch offslider leftinactive toggleoff switch
FAQ
- What is the purpose of the toggle left icon?
- This icon represents a switch in its 'off' or left position. It's typically used to show that a setting or feature is disabled.
- How do I use the toggle left icon in React?
- You can import and use it directly in your React components like this: import { ToggleLeft } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →