user gear icon
user-gear-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- user-gear-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the user gear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M148.5 156.53a72 72 0 1 0-89 0a124 124 0 0 0-48.69 35.75a12 12 0 0 0 18.38 15.44C48.54 184.69 75.11 172 104 172c37 0 61.12 19.42 74.81 35.72a12 12 0 1 0 18.38-15.44a124 124 0 0 0-48.69-35.75M56 100a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m190.53 40l-7.11 2.31l4.39 6.05a12 12 0 1 1-19.41 14.11l-4.4-6.06l-4.4 6.06a12 12 0 1 1-19.41-14.11l4.39-6.05l-7.11-2.31a12 12 0 1 1 7.41-22.83l7.12 2.31V112a12 12 0 0 1 24 0v7.48l7.12-2.31a12 12 0 1 1 7.41 22.83"/></svg>
React
import type { SVGProps } from "react";
export function PhUserGearBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M148.5 156.53a72 72 0 1 0-89 0a124 124 0 0 0-48.69 35.75a12 12 0 0 0 18.38 15.44C48.54 184.69 75.11 172 104 172c37 0 61.12 19.42 74.81 35.72a12 12 0 1 0 18.38-15.44a124 124 0 0 0-48.69-35.75M56 100a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m190.53 40l-7.11 2.31l4.39 6.05a12 12 0 1 1-19.41 14.11l-4.4-6.06l-4.4 6.06a12 12 0 1 1-19.41-14.11l4.39-6.05l-7.11-2.31a12 12 0 1 1 7.41-22.83l7.12 2.31V112a12 12 0 0 1 24 0v7.48l7.12-2.31a12 12 0 1 1 7.41 22.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M148.5 156.53a72 72 0 1 0-89 0a124 124 0 0 0-48.69 35.75a12 12 0 0 0 18.38 15.44C48.54 184.69 75.11 172 104 172c37 0 61.12 19.42 74.81 35.72a12 12 0 1 0 18.38-15.44a124 124 0 0 0-48.69-35.75M56 100a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m190.53 40l-7.11 2.31l4.39 6.05a12 12 0 1 1-19.41 14.11l-4.4-6.06l-4.4 6.06a12 12 0 1 1-19.41-14.11l4.39-6.05l-7.11-2.31a12 12 0 1 1 7.41-22.83l7.12 2.31V112a12 12 0 0 1 24 0v7.48l7.12-2.31a12 12 0 1 1 7.41 22.83"/></svg> </template>
CSS
.icon-user-gear-bold {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M148.5%20156.53a72%2072%200%201%200-89%200a124%20124%200%200%200-48.69%2035.75a12%2012%200%200%200%2018.38%2015.44C48.54%20184.69%2075.11%20172%20104%20172c37%200%2061.12%2019.42%2074.81%2035.72a12%2012%200%201%200%2018.38-15.44a124%20124%200%200%200-48.69-35.75M56%20100a48%2048%200%201%201%2048%2048a48.05%2048.05%200%200%201-48-48m190.53%2040l-7.11%202.31l4.39%206.05a12%2012%200%201%201-19.41%2014.11l-4.4-6.06l-4.4%206.06a12%2012%200%201%201-19.41-14.11l4.39-6.05l-7.11-2.31a12%2012%200%201%201%207.41-22.83l7.12%202.31V112a12%2012%200%200%201%2024%200v7.48l7.12-2.31a12%2012%200%201%201%207.41%2022.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M148.5%20156.53a72%2072%200%201%200-89%200a124%20124%200%200%200-48.69%2035.75a12%2012%200%200%200%2018.38%2015.44C48.54%20184.69%2075.11%20172%20104%20172c37%200%2061.12%2019.42%2074.81%2035.72a12%2012%200%201%200%2018.38-15.44a124%20124%200%200%200-48.69-35.75M56%20100a48%2048%200%201%201%2048%2048a48.05%2048.05%200%200%201-48-48m190.53%2040l-7.11%202.31l4.39%206.05a12%2012%200%201%201-19.41%2014.11l-4.4-6.06l-4.4%206.06a12%2012%200%201%201-19.41-14.11l4.39-6.05l-7.11-2.31a12%2012%200%201%201%207.41-22.83l7.12%202.31V112a12%2012%200%200%201%2024%200v7.48l7.12-2.31a12%2012%200%201%201%207.41%2022.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-gear-bold.svg?color=%231a73e8&size=48