The Tabler lock access off icon visually represents that access is denied or restricted, commonly used to indicate a feature or content is unavailable or requires special permissions.
Common uses
- Denying user access to a specific feature.
- Indicating a file or data is private or confidential.
- Showing a setting that is currently disabled or unavailable.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLockAccessOff } from '@tabler/icons-react';
<IconLockAccessOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- blocklimitedrestrictedunavailableconfidentiallockaccessoffsecureprivatesystemaccess denied
FAQ
- What does the lock access off icon signify?
- It signifies that access is blocked, limited, or unavailable. It's used to show restricted or private states.
- How do I use this icon in React?
- You can import and use it directly from the '@tabler/icons-react' library with the following import statement: import { IconLockAccessOff } from '@tabler/icons-react'.
- What is the license for this icon?
- This icon is from the Tabler icon library and is available 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 →