user-gear from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
user-gear
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the user gear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.5 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120s53.7-120 120-120m-29.8 296h60.9c-12.9 26.8-7.8 58.2 11.5 79.5c-20.2 22.3-24.8 55.8-9.4 83.4l22.5 40.4c.9 1.6 1.9 3.2 2.9 4.7h-237c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3m205.9-56.4c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v6.1c0 18.9 24.1 32.8 40.5 23.4l5-2.9c11.6-6.7 26.5-2.6 33 9.1l22.4 40.2c6.2 11.2 2.6 25.2-8.2 32l-4.7 2.9c-16.2 10.1-16.2 39.9 0 50.1l4.6 2.9c10.8 6.8 14.5 20.8 8.3 32L607 547.8c-6.5 11.7-21.4 15.9-33 9.1l-4.9-2.9c-16.4-9.5-40.5 4.5-40.5 23.4v6.1c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24v-5.9c0-19-24.2-33-40.7-23.5l-4.8 2.8c-11.6 6.7-26.4 2.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3 8.3-32.1l4.4-2.7c16.3-10.1 16.3-40.1 0-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7 21.4-15.8 32.9-9.1l4.8 2.8c16.5 9.5 40.7-4.5 40.7-23.5v-5.9zm99.9 136.2c0-28.7-23.3-52-52-52s-52 23.3-52 52s23.3 52 52 52s52-23.3 52-52"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUserGear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.5 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120s53.7-120 120-120m-29.8 296h60.9c-12.9 26.8-7.8 58.2 11.5 79.5c-20.2 22.3-24.8 55.8-9.4 83.4l22.5 40.4c.9 1.6 1.9 3.2 2.9 4.7h-237c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3m205.9-56.4c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v6.1c0 18.9 24.1 32.8 40.5 23.4l5-2.9c11.6-6.7 26.5-2.6 33 9.1l22.4 40.2c6.2 11.2 2.6 25.2-8.2 32l-4.7 2.9c-16.2 10.1-16.2 39.9 0 50.1l4.6 2.9c10.8 6.8 14.5 20.8 8.3 32L607 547.8c-6.5 11.7-21.4 15.9-33 9.1l-4.9-2.9c-16.4-9.5-40.5 4.5-40.5 23.4v6.1c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24v-5.9c0-19-24.2-33-40.7-23.5l-4.8 2.8c-11.6 6.7-26.4 2.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3 8.3-32.1l4.4-2.7c16.3-10.1 16.3-40.1 0-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7 21.4-15.8 32.9-9.1l4.8 2.8c16.5 9.5 40.7-4.5 40.7-23.5v-5.9zm99.9 136.2c0-28.7-23.3-52-52-52s-52 23.3-52 52s23.3 52 52 52s52-23.3 52-52"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.5 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120s53.7-120 120-120m-29.8 296h60.9c-12.9 26.8-7.8 58.2 11.5 79.5c-20.2 22.3-24.8 55.8-9.4 83.4l22.5 40.4c.9 1.6 1.9 3.2 2.9 4.7h-237c-16.4 0-29.7-13.3-29.7-29.7c0-98.5 79.8-178.3 178.3-178.3m205.9-56.4c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v6.1c0 18.9 24.1 32.8 40.5 23.4l5-2.9c11.6-6.7 26.5-2.6 33 9.1l22.4 40.2c6.2 11.2 2.6 25.2-8.2 32l-4.7 2.9c-16.2 10.1-16.2 39.9 0 50.1l4.6 2.9c10.8 6.8 14.5 20.8 8.3 32L607 547.8c-6.5 11.7-21.4 15.9-33 9.1l-4.9-2.9c-16.4-9.5-40.5 4.5-40.5 23.4v6.1c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24v-5.9c0-19-24.2-33-40.7-23.5l-4.8 2.8c-11.6 6.7-26.4 2.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3 8.3-32.1l4.4-2.7c16.3-10.1 16.3-40.1 0-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7 21.4-15.8 32.9-9.1l4.8 2.8c16.5 9.5 40.7-4.5 40.7-23.5v-5.9zm99.9 136.2c0-28.7-23.3-52-52-52s-52 23.3-52 52s23.3 52 52 52s52-23.3 52-52"/></svg>
</template>

CSS

.icon-user-gear {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.5%2072c66.3%200%20120%2053.7%20120%20120s-53.7%20120-120%20120s-120-53.7-120-120s53.7-120%20120-120m-29.8%20296h60.9c-12.9%2026.8-7.8%2058.2%2011.5%2079.5c-20.2%2022.3-24.8%2055.8-9.4%2083.4l22.5%2040.4c.9%201.6%201.9%203.2%202.9%204.7h-237c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3m205.9-56.4c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024v6.1c0%2018.9%2024.1%2032.8%2040.5%2023.4l5-2.9c11.6-6.7%2026.5-2.6%2033%209.1l22.4%2040.2c6.2%2011.2%202.6%2025.2-8.2%2032l-4.7%202.9c-16.2%2010.1-16.2%2039.9%200%2050.1l4.6%202.9c10.8%206.8%2014.5%2020.8%208.3%2032L607%20547.8c-6.5%2011.7-21.4%2015.9-33%209.1l-4.9-2.9c-16.4-9.5-40.5%204.5-40.5%2023.4v6.1c0%2013.3-10.7%2024-24%2024h-48c-13.3%200-24-10.7-24-24v-5.9c0-19-24.2-33-40.7-23.5l-4.8%202.8c-11.6%206.7-26.4%202.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3%208.3-32.1l4.4-2.7c16.3-10.1%2016.3-40.1%200-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7%2021.4-15.8%2032.9-9.1l4.8%202.8c16.5%209.5%2040.7-4.5%2040.7-23.5v-5.9zm99.9%20136.2c0-28.7-23.3-52-52-52s-52%2023.3-52%2052s23.3%2052%2052%2052s52-23.3%2052-52%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.5%2072c66.3%200%20120%2053.7%20120%20120s-53.7%20120-120%20120s-120-53.7-120-120s53.7-120%20120-120m-29.8%20296h60.9c-12.9%2026.8-7.8%2058.2%2011.5%2079.5c-20.2%2022.3-24.8%2055.8-9.4%2083.4l22.5%2040.4c.9%201.6%201.9%203.2%202.9%204.7h-237c-16.4%200-29.7-13.3-29.7-29.7c0-98.5%2079.8-178.3%20178.3-178.3m205.9-56.4c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024v6.1c0%2018.9%2024.1%2032.8%2040.5%2023.4l5-2.9c11.6-6.7%2026.5-2.6%2033%209.1l22.4%2040.2c6.2%2011.2%202.6%2025.2-8.2%2032l-4.7%202.9c-16.2%2010.1-16.2%2039.9%200%2050.1l4.6%202.9c10.8%206.8%2014.5%2020.8%208.3%2032L607%20547.8c-6.5%2011.7-21.4%2015.9-33%209.1l-4.9-2.9c-16.4-9.5-40.5%204.5-40.5%2023.4v6.1c0%2013.3-10.7%2024-24%2024h-48c-13.3%200-24-10.7-24-24v-5.9c0-19-24.2-33-40.7-23.5l-4.8%202.8c-11.6%206.7-26.4%202.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3%208.3-32.1l4.4-2.7c16.3-10.1%2016.3-40.1%200-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7%2021.4-15.8%2032.9-9.1l4.8%202.8c16.5%209.5%2040.7-4.5%2040.7-23.5v-5.9zm99.9%20136.2c0-28.7-23.3-52-52-52s-52%2023.3-52%2052s23.3%2052%2052%2052s52-23.3%2052-52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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