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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the user gear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M224 0a128 128 0 1 1 0 256a128 128 0 1 1 0-256m-45.7 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3l-382.2.1C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304M436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1.7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4L546.3 442c-6.9 5.1-14.3 9.4-22.3 12.8v30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8v-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3.7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9v-30.5zm92.1 133.5a48.1 48.1 0 1 0-96.1 0a48.1 48.1 0 1 0 96.1 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidUserGear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M224 0a128 128 0 1 1 0 256a128 128 0 1 1 0-256m-45.7 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3l-382.2.1C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304M436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1.7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4L546.3 442c-6.9 5.1-14.3 9.4-22.3 12.8v30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8v-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3.7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9v-30.5zm92.1 133.5a48.1 48.1 0 1 0-96.1 0a48.1 48.1 0 1 0 96.1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M224 0a128 128 0 1 1 0 256a128 128 0 1 1 0-256m-45.7 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3l-382.2.1C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304M436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1.7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4L546.3 442c-6.9 5.1-14.3 9.4-22.3 12.8v30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8v-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3.7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9v-30.5zm92.1 133.5a48.1 48.1 0 1 0-96.1 0a48.1 48.1 0 1 0 96.1 0"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200a128%20128%200%201%201%200%20256a128%20128%200%201%201%200-256m-45.7%20304h91.4c11.8%200%2023.4%201.2%2034.5%203.3c-2.1%2018.5%207.4%2035.6%2021.8%2044.8c-16.6%2010.6-26.7%2031.6-20%2053.3c4%2012.9%209.4%2025.5%2016.4%2037.6s15.2%2023.1%2024.4%2033c15.7%2016.9%2039.6%2018.4%2057.2%208.7v.9c0%209.2%202.7%2018.5%207.9%2026.3l-382.2.1C13.3%20512%200%20498.7%200%20482.3C0%20383.8%2079.8%20304%20178.3%20304M436%20218.2c0-7%204.5-13.3%2011.3-14.8c10.5-2.4%2021.5-3.7%2032.7-3.7s22.2%201.3%2032.7%203.7c6.8%201.5%2011.3%207.8%2011.3%2014.8v30.6c7.9%203.4%2015.4%207.7%2022.3%2012.8l24.9-14.3c6.1-3.5%2013.7-2.7%2018.5%202.4c7.6%208.1%2014.3%2017.2%2020.1%2027.2s10.3%2020.4%2013.5%2031c2.1%206.7-1.1%2013.7-7.2%2017.2l-25%2014.4c.4%204%20.7%208.1.7%2012.3s-.2%208.2-.7%2012.3l25%2014.4c6.1%203.5%209.2%2010.5%207.2%2017.2c-3.3%2010.6-7.8%2021-13.5%2031s-12.5%2019.1-20.1%2027.2c-4.8%205.1-12.5%205.9-18.5%202.4L546.3%20442c-6.9%205.1-14.3%209.4-22.3%2012.8v30.6c0%207-4.5%2013.3-11.3%2014.8c-10.5%202.4-21.5%203.7-32.7%203.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8v-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7%2014.3c-6.1%203.5-13.7%202.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7%201.1-13.7%207.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3.7-12.4L343.8%20325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6%207.7-21%2013.5-31s12.5-19.1%2020.1-27.2c4.8-5.1%2012.4-5.9%2018.5-2.4l24.8%2014.3c6.9-5.1%2014.5-9.4%2022.5-12.9v-30.5zm92.1%20133.5a48.1%2048.1%200%201%200-96.1%200a48.1%2048.1%200%201%200%2096.1%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200a128%20128%200%201%201%200%20256a128%20128%200%201%201%200-256m-45.7%20304h91.4c11.8%200%2023.4%201.2%2034.5%203.3c-2.1%2018.5%207.4%2035.6%2021.8%2044.8c-16.6%2010.6-26.7%2031.6-20%2053.3c4%2012.9%209.4%2025.5%2016.4%2037.6s15.2%2023.1%2024.4%2033c15.7%2016.9%2039.6%2018.4%2057.2%208.7v.9c0%209.2%202.7%2018.5%207.9%2026.3l-382.2.1C13.3%20512%200%20498.7%200%20482.3C0%20383.8%2079.8%20304%20178.3%20304M436%20218.2c0-7%204.5-13.3%2011.3-14.8c10.5-2.4%2021.5-3.7%2032.7-3.7s22.2%201.3%2032.7%203.7c6.8%201.5%2011.3%207.8%2011.3%2014.8v30.6c7.9%203.4%2015.4%207.7%2022.3%2012.8l24.9-14.3c6.1-3.5%2013.7-2.7%2018.5%202.4c7.6%208.1%2014.3%2017.2%2020.1%2027.2s10.3%2020.4%2013.5%2031c2.1%206.7-1.1%2013.7-7.2%2017.2l-25%2014.4c.4%204%20.7%208.1.7%2012.3s-.2%208.2-.7%2012.3l25%2014.4c6.1%203.5%209.2%2010.5%207.2%2017.2c-3.3%2010.6-7.8%2021-13.5%2031s-12.5%2019.1-20.1%2027.2c-4.8%205.1-12.5%205.9-18.5%202.4L546.3%20442c-6.9%205.1-14.3%209.4-22.3%2012.8v30.6c0%207-4.5%2013.3-11.3%2014.8c-10.5%202.4-21.5%203.7-32.7%203.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8v-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7%2014.3c-6.1%203.5-13.7%202.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7%201.1-13.7%207.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3.7-12.4L343.8%20325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6%207.7-21%2013.5-31s12.5-19.1%2020.1-27.2c4.8-5.1%2012.4-5.9%2018.5-2.4l24.8%2014.3c6.9-5.1%2014.5-9.4%2022.5-12.9v-30.5zm92.1%20133.5a48.1%2048.1%200%201%200-96.1%200a48.1%2048.1%200%201%200%2096.1%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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