The HugeIcons hold locked 02 icon depicts a padlock with a horizontal bar, commonly used to signify a locked or secured state, or an item that cannot be modified.
Common uses
- Indicate a disabled form field
- Show a locked account status
- Represent a protected setting
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HoldLocked02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HoldLocked02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- lockedsecureprotecteddisabled
FAQ
- What does the HoldLocked02Icon represent?
- This icon represents a locked state or an item that is secured and cannot be changed.
- How do I use HoldLocked02Icon in a React project?
- Import the icon and use it like this: import { HoldLocked02Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={HoldLocked02Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →