The Phosphor selection slash icon depicts a selection area being canceled or removed, commonly used to indicate an unselect or deselect action in user interfaces.
Common uses
- Deselecting all items in a list
- Canceling a current selection in an editor
- Clearing a selected range
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SelectionSlash } from '@phosphor-icons/react';
<SelectionSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SelectionSlash size={24} />thin
<SelectionSlash size={24} weight="thin" />light
<SelectionSlash size={24} weight="light" />bold
<SelectionSlash size={24} weight="bold" />fill
<SelectionSlash size={24} weight="fill" />duotone
<SelectionSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- marquisunselectdesigneditorselectionslashdeselectcancel selectionclear selection
FAQ
- What is the selection slash icon used for?
- It's used to represent actions like unselecting, deselecting, or canceling a current selection in a UI.
- How do I use this icon in React?
- Import it using `import { SelectionSlash } from '@phosphor-icons/react'` and then use it as a component: `<SelectionSlash />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free usage 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 →