The Tabler edit off icon depicts a pencil with a diagonal line through it, commonly used to indicate that editing functionality is disabled or unavailable.
Common uses
- Disabling an edit button in a form.
- Showing read-only mode for a document.
- Indicating an inactive editing tool.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconEditOff } from '@tabler/icons-react';
<IconEditOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- pencilchangeupdateeditoffmodifycreativeartisticdisabledinactivedesigndisable editread onlyno editpencil disabled
FAQ
- What does the edit off icon represent?
- It signifies that editing is not allowed or is currently disabled for a particular element or feature.
- How do I use this icon in React?
- Import it using `import { IconEditOff } from '@tabler/icons-react'` and then use it as a component: `<IconEditOff />`.
- What is the license for this icon?
- The Tabler icons, including edit off, are distributed 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 →