The Phosphor pencil simple slash icon depicts a pencil with a diagonal line through it, commonly used to indicate a disabled or read-only editing state.
Common uses
- Disabling an edit button
- Marking a field as read-only
- Indicating a document cannot be modified
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PencilSimpleSlash } from '@phosphor-icons/react';
<PencilSimpleSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PencilSimpleSlash size={24} />thin
<PencilSimpleSlash size={24} weight="thin" />light
<PencilSimpleSlash size={24} weight="light" />bold
<PencilSimpleSlash size={24} weight="bold" />fill
<PencilSimpleSlash size={24} weight="fill" />duotone
<PencilSimpleSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- read-onlywritewritingeditingdesigneditorofficepencilsimpleslashno editdisabled editread onlycannot write
FAQ
- What does the pencil simple slash icon represent?
- This icon signifies that editing or writing is not allowed, often used for read-only or disabled states.
- How do I use this icon in React?
- Import it from the library like this: import { PencilSimpleSlash } from '@phosphor-icons/react'. Then use it as a React component: <PencilSimpleSlash />.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
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 →