The HugeIcons circle password icon visually represents a secure input field, commonly used to indicate where a user should enter their password.
Common uses
- Password input field label
- Security settings section
- Login form element
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CirclePasswordIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CirclePasswordIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- password fieldsecurity inputlogin iconcredentials icon
FAQ
- What is the purpose of the circle password icon?
- This icon signifies a password input field. It's used in interfaces to clearly label where users need to enter their credentials for security.
- How do I use the CirclePasswordIcon in React?
- Import both HugeiconsIcon and CirclePasswordIcon, then render the icon using <HugeiconsIcon icon={CirclePasswordIcon} />.
- What is the license for this icon?
- The CirclePasswordIcon is part of the HugeIcons library and is distributed 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 →