user circle gear icon

user-circle-gear-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
user-circle-gear-thin
Set
Phosphor
Style
Thin
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="M226.25 66.54L219 62.33a19.78 19.78 0 0 0 0-12.66l7.29-4.21a4 4 0 0 0-4-6.92l-7.31 4.21A20 20 0 0 0 204 36.4V28a4 4 0 0 0-8 0v8.4a20 20 0 0 0-10.94 6.35l-7.31-4.21a4 4 0 1 0-4 6.92l7.25 4.21a19.78 19.78 0 0 0 0 12.66l-7.29 4.21a4 4 0 0 0 2 7.46a3.9 3.9 0 0 0 2-.54l7.31-4.21A20 20 0 0 0 196 75.6V84a4 4 0 0 0 8 0v-8.4a20 20 0 0 0 10.94-6.35l7.31 4.21a3.9 3.9 0 0 0 2 .54a4 4 0 0 0 2-7.46M200 68a12 12 0 1 1 12-12a12 12 0 0 1-12 12m22 40.06a4 4 0 0 0-3.28 4.6A93.6 93.6 0 0 1 220 128a91.7 91.7 0 0 1-26.83 64.87a75.6 75.6 0 0 0-44.51-34a44 44 0 1 0-41.32 0a75.6 75.6 0 0 0-44.51 34A92 92 0 0 1 128 36a93.4 93.4 0 0 1 15.34 1.27a4 4 0 0 0 1.32-7.89a99.89 99.89 0 1 0 82 82a4 4 0 0 0-4.66-3.32M92 120a36 36 0 1 1 36 36a36 36 0 0 1-36-36m-23.13 78.42a68 68 0 0 1 118.27 0a91.81 91.81 0 0 1-118.27 0"/></svg>

React

import type { SVGProps } from "react";

export function PhUserCircleGearThin(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="M226.25 66.54L219 62.33a19.78 19.78 0 0 0 0-12.66l7.29-4.21a4 4 0 0 0-4-6.92l-7.31 4.21A20 20 0 0 0 204 36.4V28a4 4 0 0 0-8 0v8.4a20 20 0 0 0-10.94 6.35l-7.31-4.21a4 4 0 1 0-4 6.92l7.25 4.21a19.78 19.78 0 0 0 0 12.66l-7.29 4.21a4 4 0 0 0 2 7.46a3.9 3.9 0 0 0 2-.54l7.31-4.21A20 20 0 0 0 196 75.6V84a4 4 0 0 0 8 0v-8.4a20 20 0 0 0 10.94-6.35l7.31 4.21a3.9 3.9 0 0 0 2 .54a4 4 0 0 0 2-7.46M200 68a12 12 0 1 1 12-12a12 12 0 0 1-12 12m22 40.06a4 4 0 0 0-3.28 4.6A93.6 93.6 0 0 1 220 128a91.7 91.7 0 0 1-26.83 64.87a75.6 75.6 0 0 0-44.51-34a44 44 0 1 0-41.32 0a75.6 75.6 0 0 0-44.51 34A92 92 0 0 1 128 36a93.4 93.4 0 0 1 15.34 1.27a4 4 0 0 0 1.32-7.89a99.89 99.89 0 1 0 82 82a4 4 0 0 0-4.66-3.32M92 120a36 36 0 1 1 36 36a36 36 0 0 1-36-36m-23.13 78.42a68 68 0 0 1 118.27 0a91.81 91.81 0 0 1-118.27 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M226.25 66.54L219 62.33a19.78 19.78 0 0 0 0-12.66l7.29-4.21a4 4 0 0 0-4-6.92l-7.31 4.21A20 20 0 0 0 204 36.4V28a4 4 0 0 0-8 0v8.4a20 20 0 0 0-10.94 6.35l-7.31-4.21a4 4 0 1 0-4 6.92l7.25 4.21a19.78 19.78 0 0 0 0 12.66l-7.29 4.21a4 4 0 0 0 2 7.46a3.9 3.9 0 0 0 2-.54l7.31-4.21A20 20 0 0 0 196 75.6V84a4 4 0 0 0 8 0v-8.4a20 20 0 0 0 10.94-6.35l7.31 4.21a3.9 3.9 0 0 0 2 .54a4 4 0 0 0 2-7.46M200 68a12 12 0 1 1 12-12a12 12 0 0 1-12 12m22 40.06a4 4 0 0 0-3.28 4.6A93.6 93.6 0 0 1 220 128a91.7 91.7 0 0 1-26.83 64.87a75.6 75.6 0 0 0-44.51-34a44 44 0 1 0-41.32 0a75.6 75.6 0 0 0-44.51 34A92 92 0 0 1 128 36a93.4 93.4 0 0 1 15.34 1.27a4 4 0 0 0 1.32-7.89a99.89 99.89 0 1 0 82 82a4 4 0 0 0-4.66-3.32M92 120a36 36 0 1 1 36 36a36 36 0 0 1-36-36m-23.13 78.42a68 68 0 0 1 118.27 0a91.81 91.81 0 0 1-118.27 0"/></svg>
</template>

CSS

.icon-user-circle-gear-thin {
  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%22M226.25%2066.54L219%2062.33a19.78%2019.78%200%200%200%200-12.66l7.29-4.21a4%204%200%200%200-4-6.92l-7.31%204.21A20%2020%200%200%200%20204%2036.4V28a4%204%200%200%200-8%200v8.4a20%2020%200%200%200-10.94%206.35l-7.31-4.21a4%204%200%201%200-4%206.92l7.25%204.21a19.78%2019.78%200%200%200%200%2012.66l-7.29%204.21a4%204%200%200%200%202%207.46a3.9%203.9%200%200%200%202-.54l7.31-4.21A20%2020%200%200%200%20196%2075.6V84a4%204%200%200%200%208%200v-8.4a20%2020%200%200%200%2010.94-6.35l7.31%204.21a3.9%203.9%200%200%200%202%20.54a4%204%200%200%200%202-7.46M200%2068a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m22%2040.06a4%204%200%200%200-3.28%204.6A93.6%2093.6%200%200%201%20220%20128a91.7%2091.7%200%200%201-26.83%2064.87a75.6%2075.6%200%200%200-44.51-34a44%2044%200%201%200-41.32%200a75.6%2075.6%200%200%200-44.51%2034A92%2092%200%200%201%20128%2036a93.4%2093.4%200%200%201%2015.34%201.27a4%204%200%200%200%201.32-7.89a99.89%2099.89%200%201%200%2082%2082a4%204%200%200%200-4.66-3.32M92%20120a36%2036%200%201%201%2036%2036a36%2036%200%200%201-36-36m-23.13%2078.42a68%2068%200%200%201%20118.27%200a91.81%2091.81%200%200%201-118.27%200%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%22M226.25%2066.54L219%2062.33a19.78%2019.78%200%200%200%200-12.66l7.29-4.21a4%204%200%200%200-4-6.92l-7.31%204.21A20%2020%200%200%200%20204%2036.4V28a4%204%200%200%200-8%200v8.4a20%2020%200%200%200-10.94%206.35l-7.31-4.21a4%204%200%201%200-4%206.92l7.25%204.21a19.78%2019.78%200%200%200%200%2012.66l-7.29%204.21a4%204%200%200%200%202%207.46a3.9%203.9%200%200%200%202-.54l7.31-4.21A20%2020%200%200%200%20196%2075.6V84a4%204%200%200%200%208%200v-8.4a20%2020%200%200%200%2010.94-6.35l7.31%204.21a3.9%203.9%200%200%200%202%20.54a4%204%200%200%200%202-7.46M200%2068a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m22%2040.06a4%204%200%200%200-3.28%204.6A93.6%2093.6%200%200%201%20220%20128a91.7%2091.7%200%200%201-26.83%2064.87a75.6%2075.6%200%200%200-44.51-34a44%2044%200%201%200-41.32%200a75.6%2075.6%200%200%200-44.51%2034A92%2092%200%200%201%20128%2036a93.4%2093.4%200%200%201%2015.34%201.27a4%204%200%200%200%201.32-7.89a99.89%2099.89%200%201%200%2082%2082a4%204%200%200%200-4.66-3.32M92%20120a36%2036%200%201%201%2036%2036a36%2036%200%200%201-36-36m-23.13%2078.42a68%2068%200%200%201%20118.27%200a91.81%2091.81%200%200%201-118.27%200%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-thin.svg?color=%231a73e8&size=48