user gear icon

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

Name
user-gear-thin
Set
Phosphor
Style
Thin
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="M133.17 158.84a64 64 0 1 0-50.34 0c-23.76 5.46-45.18 18.69-61.89 38.59a4 4 0 1 0 6.12 5.14C48 177.7 76.7 164 108 164s60 13.7 80.94 38.57a4 4 0 0 0 6.12-5.14c-16.71-19.9-38.13-33.13-61.89-38.59M52 100a56 56 0 1 1 56 56a56.06 56.06 0 0 1-56-56m198.25 46.54l-7.25-4.21a19.78 19.78 0 0 0 0-12.66l7.29-4.21a4 4 0 1 0-4-6.92l-7.31 4.21A20 20 0 0 0 228 116.4V108a4 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.29 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 220 155.6v8.4a4 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.46M224 148a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>

React

import type { SVGProps } from "react";

export function PhUserGearThin(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="M133.17 158.84a64 64 0 1 0-50.34 0c-23.76 5.46-45.18 18.69-61.89 38.59a4 4 0 1 0 6.12 5.14C48 177.7 76.7 164 108 164s60 13.7 80.94 38.57a4 4 0 0 0 6.12-5.14c-16.71-19.9-38.13-33.13-61.89-38.59M52 100a56 56 0 1 1 56 56a56.06 56.06 0 0 1-56-56m198.25 46.54l-7.25-4.21a19.78 19.78 0 0 0 0-12.66l7.29-4.21a4 4 0 1 0-4-6.92l-7.31 4.21A20 20 0 0 0 228 116.4V108a4 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.29 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 220 155.6v8.4a4 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.46M224 148a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M133.17 158.84a64 64 0 1 0-50.34 0c-23.76 5.46-45.18 18.69-61.89 38.59a4 4 0 1 0 6.12 5.14C48 177.7 76.7 164 108 164s60 13.7 80.94 38.57a4 4 0 0 0 6.12-5.14c-16.71-19.9-38.13-33.13-61.89-38.59M52 100a56 56 0 1 1 56 56a56.06 56.06 0 0 1-56-56m198.25 46.54l-7.25-4.21a19.78 19.78 0 0 0 0-12.66l7.29-4.21a4 4 0 1 0-4-6.92l-7.31 4.21A20 20 0 0 0 228 116.4V108a4 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.29 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 220 155.6v8.4a4 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.46M224 148a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>
</template>

CSS

.icon-user-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%22M133.17%20158.84a64%2064%200%201%200-50.34%200c-23.76%205.46-45.18%2018.69-61.89%2038.59a4%204%200%201%200%206.12%205.14C48%20177.7%2076.7%20164%20108%20164s60%2013.7%2080.94%2038.57a4%204%200%200%200%206.12-5.14c-16.71-19.9-38.13-33.13-61.89-38.59M52%20100a56%2056%200%201%201%2056%2056a56.06%2056.06%200%200%201-56-56m198.25%2046.54l-7.25-4.21a19.78%2019.78%200%200%200%200-12.66l7.29-4.21a4%204%200%201%200-4-6.92l-7.31%204.21A20%2020%200%200%200%20228%20116.4V108a4%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.29%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%20220%20155.6v8.4a4%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.46M224%20148a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%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%22M133.17%20158.84a64%2064%200%201%200-50.34%200c-23.76%205.46-45.18%2018.69-61.89%2038.59a4%204%200%201%200%206.12%205.14C48%20177.7%2076.7%20164%20108%20164s60%2013.7%2080.94%2038.57a4%204%200%200%200%206.12-5.14c-16.71-19.9-38.13-33.13-61.89-38.59M52%20100a56%2056%200%201%201%2056%2056a56.06%2056.06%200%200%201-56-56m198.25%2046.54l-7.25-4.21a19.78%2019.78%200%200%200%200-12.66l7.29-4.21a4%204%200%201%200-4-6.92l-7.31%204.21A20%2020%200%200%200%20228%20116.4V108a4%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.29%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%20220%20155.6v8.4a4%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.46M224%20148a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-gear-thin.svg?color=%231a73e8&size=48