user circle gear icon
user-circle-gear-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- user-circle-gear-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the user circle gear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M169.57 46.11a12 12 0 0 1 15.12-7.7l3.31 1.07V36a12 12 0 0 1 24 0v3.48l3.31-1.07a12 12 0 1 1 7.42 22.82l-3.31 1.08l2 2.82a12 12 0 1 1-19.41 14.1L200 76.42l-2 2.81a12 12 0 1 1-19.41-14.1l2-2.82l-3.31-1.08a12 12 0 0 1-7.71-15.12M236 128A108 108 0 1 1 128 20a109 109 0 0 1 18 1.49a12 12 0 0 1-4 23.67A85 85 0 0 0 128 44a83.94 83.94 0 0 0-65.95 135.94a83.5 83.5 0 0 1 29-23.42a52 52 0 1 1 74 0a83.5 83.5 0 0 1 29 23.42A83.57 83.57 0 0 0 212 128a85 85 0 0 0-1.16-14a12 12 0 0 1 23.67-4a109 109 0 0 1 1.49 18m-108 20a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0 64a83.53 83.53 0 0 0 48.43-15.43a60 60 0 0 0-96.86 0A83.53 83.53 0 0 0 128 212"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleGearBold(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="M169.57 46.11a12 12 0 0 1 15.12-7.7l3.31 1.07V36a12 12 0 0 1 24 0v3.48l3.31-1.07a12 12 0 1 1 7.42 22.82l-3.31 1.08l2 2.82a12 12 0 1 1-19.41 14.1L200 76.42l-2 2.81a12 12 0 1 1-19.41-14.1l2-2.82l-3.31-1.08a12 12 0 0 1-7.71-15.12M236 128A108 108 0 1 1 128 20a109 109 0 0 1 18 1.49a12 12 0 0 1-4 23.67A85 85 0 0 0 128 44a83.94 83.94 0 0 0-65.95 135.94a83.5 83.5 0 0 1 29-23.42a52 52 0 1 1 74 0a83.5 83.5 0 0 1 29 23.42A83.57 83.57 0 0 0 212 128a85 85 0 0 0-1.16-14a12 12 0 0 1 23.67-4a109 109 0 0 1 1.49 18m-108 20a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0 64a83.53 83.53 0 0 0 48.43-15.43a60 60 0 0 0-96.86 0A83.53 83.53 0 0 0 128 212"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M169.57 46.11a12 12 0 0 1 15.12-7.7l3.31 1.07V36a12 12 0 0 1 24 0v3.48l3.31-1.07a12 12 0 1 1 7.42 22.82l-3.31 1.08l2 2.82a12 12 0 1 1-19.41 14.1L200 76.42l-2 2.81a12 12 0 1 1-19.41-14.1l2-2.82l-3.31-1.08a12 12 0 0 1-7.71-15.12M236 128A108 108 0 1 1 128 20a109 109 0 0 1 18 1.49a12 12 0 0 1-4 23.67A85 85 0 0 0 128 44a83.94 83.94 0 0 0-65.95 135.94a83.5 83.5 0 0 1 29-23.42a52 52 0 1 1 74 0a83.5 83.5 0 0 1 29 23.42A83.57 83.57 0 0 0 212 128a85 85 0 0 0-1.16-14a12 12 0 0 1 23.67-4a109 109 0 0 1 1.49 18m-108 20a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0 64a83.53 83.53 0 0 0 48.43-15.43a60 60 0 0 0-96.86 0A83.53 83.53 0 0 0 128 212"/></svg> </template>
CSS
.icon-user-circle-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%22M169.57%2046.11a12%2012%200%200%201%2015.12-7.7l3.31%201.07V36a12%2012%200%200%201%2024%200v3.48l3.31-1.07a12%2012%200%201%201%207.42%2022.82l-3.31%201.08l2%202.82a12%2012%200%201%201-19.41%2014.1L200%2076.42l-2%202.81a12%2012%200%201%201-19.41-14.1l2-2.82l-3.31-1.08a12%2012%200%200%201-7.71-15.12M236%20128A108%20108%200%201%201%20128%2020a109%20109%200%200%201%2018%201.49a12%2012%200%200%201-4%2023.67A85%2085%200%200%200%20128%2044a83.94%2083.94%200%200%200-65.95%20135.94a83.5%2083.5%200%200%201%2029-23.42a52%2052%200%201%201%2074%200a83.5%2083.5%200%200%201%2029%2023.42A83.57%2083.57%200%200%200%20212%20128a85%2085%200%200%200-1.16-14a12%2012%200%200%201%2023.67-4a109%20109%200%200%201%201.49%2018m-108%2020a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0%2064a83.53%2083.53%200%200%200%2048.43-15.43a60%2060%200%200%200-96.86%200A83.53%2083.53%200%200%200%20128%20212%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%22M169.57%2046.11a12%2012%200%200%201%2015.12-7.7l3.31%201.07V36a12%2012%200%200%201%2024%200v3.48l3.31-1.07a12%2012%200%201%201%207.42%2022.82l-3.31%201.08l2%202.82a12%2012%200%201%201-19.41%2014.1L200%2076.42l-2%202.81a12%2012%200%201%201-19.41-14.1l2-2.82l-3.31-1.08a12%2012%200%200%201-7.71-15.12M236%20128A108%20108%200%201%201%20128%2020a109%20109%200%200%201%2018%201.49a12%2012%200%200%201-4%2023.67A85%2085%200%200%200%20128%2044a83.94%2083.94%200%200%200-65.95%20135.94a83.5%2083.5%200%200%201%2029-23.42a52%2052%200%201%201%2074%200a83.5%2083.5%200%200%201%2029%2023.42A83.57%2083.57%200%200%200%20212%20128a85%2085%200%200%200-1.16-14a12%2012%200%200%201%2023.67-4a109%20109%200%200%201%201.49%2018m-108%2020a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0%2064a83.53%2083.53%200%200%200%2048.43-15.43a60%2060%200%200%200-96.86%200A83.53%2083.53%200%200%200%20128%20212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-circle-gear-bold.svg?color=%231a73e8&size=48