The Phosphor user circle gear icon depicts a user profile within a circle, combined with a gear symbol, commonly used to represent user settings, account management, or profile preferences.
Common uses
- Link to user account settings page
- Button for profile editing
- Icon for general user preferences menu
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { UserCircleGear } from '@phosphor-icons/react';
<UserCircleGear size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<UserCircleGear size={24} />thin
<UserCircleGear size={24} weight="thin" />light
<UserCircleGear size={24} weight="light" />bold
<UserCircleGear size={24} weight="bold" />fill
<UserCircleGear size={24} weight="fill" />duotone
<UserCircleGear size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- personusersprofileaccountcontactsettingspreferencespeopleusercirclegearuser settingsprofile configurationaccount preferencesuser gear
FAQ
- What does the user circle gear icon represent?
- It signifies user account settings, profile management, or preferences, combining a user symbol with a gear for configuration.
- How do I use this icon in React?
- Import it from the library like this: import { UserCircleGear } from '@phosphor-icons/react'. Then use it as a component: <UserCircleGear size={32} />.
- What is the license for this icon?
- Phosphor icons, including user-circle-gear, are 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 →