users-cog from Font Awesome Solid by Dave Gandy · Solid · Users & People · CC-BY-4.0 Attribution required.

Name
users-cog
Set
Font Awesome Solid
Style
Solid
Category
Users & People
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More users & people icons from Font Awesome Solid

Use the users cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 288c57.4 0 104-46.6 104-104S377.4 80 320 80s-104 46.6-104 104s46.6 104 104 104m-224 8c39.8 0 72-32.2 72-72s-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72M0 480v32c0 17.7 14.3 32 32 32h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2 20-101.8 52.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4C57.3 352 0 409.3 0 480m616-256c0-39.8-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72M160 496v16c0 17.7 14.3 32 32 32h156.8c-7.1-21.6-6.3-44.4 10.7-64c-14-16.2-20.5-39.7-11.4-63.3c6.6-17.1 15.9-33.1 27.4-47.3c5.4-6.6 11.6-11.7 18.3-15.4c-22.1-11.5-47.2-18-73.8-18c-88.4 0-160 71.6-160 160m464.6-44.1c6.3-3.6 9.5-11.1 6.8-18c-4.8-12.4-11.5-24.1-19.9-34.4c-4.6-5.7-12.7-6.7-19-3c-21.8 12.6-48.6-2.8-48.6-28.1c0-7.3-4.9-13.8-12.1-14.9c-12.9-2-26.8-2-39.7 0c-7.2 1.1-12.1 7.6-12.1 14.9c0 25.2-26.8 40.7-48.6 28.1c-6.3-3.6-14.4-2.6-19 3c-8.4 10.3-15.1 22-19.9 34.4c-2.6 6.8.5 14.3 6.8 17.9c21.9 12.6 21.9 43.5 0 56.2c-6.3 3.6-9.5 11.1-6.8 17.9c4.8 12.4 11.5 24.1 19.9 34.4c4.6 5.7 12.7 6.7 19 3c21.8-12.6 48.6 2.9 48.6 28.1c0 7.3 4.9 13.8 12.1 14.9c12.9 2 26.8 2 39.7 0c7.2-1.1 12.1-7.6 12.1-14.9c0-25.2 26.8-40.7 48.6-28.1c6.3 3.6 14.4 2.6 19-3c8.4-10.3 15.1-22 19.9-34.4c2.6-6.8-.5-14.3-6.8-17.9c-21.9-12.6-21.9-43.5 0-56.2zM472 480c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUsersCog(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="M320 288c57.4 0 104-46.6 104-104S377.4 80 320 80s-104 46.6-104 104s46.6 104 104 104m-224 8c39.8 0 72-32.2 72-72s-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72M0 480v32c0 17.7 14.3 32 32 32h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2 20-101.8 52.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4C57.3 352 0 409.3 0 480m616-256c0-39.8-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72M160 496v16c0 17.7 14.3 32 32 32h156.8c-7.1-21.6-6.3-44.4 10.7-64c-14-16.2-20.5-39.7-11.4-63.3c6.6-17.1 15.9-33.1 27.4-47.3c5.4-6.6 11.6-11.7 18.3-15.4c-22.1-11.5-47.2-18-73.8-18c-88.4 0-160 71.6-160 160m464.6-44.1c6.3-3.6 9.5-11.1 6.8-18c-4.8-12.4-11.5-24.1-19.9-34.4c-4.6-5.7-12.7-6.7-19-3c-21.8 12.6-48.6-2.8-48.6-28.1c0-7.3-4.9-13.8-12.1-14.9c-12.9-2-26.8-2-39.7 0c-7.2 1.1-12.1 7.6-12.1 14.9c0 25.2-26.8 40.7-48.6 28.1c-6.3-3.6-14.4-2.6-19 3c-8.4 10.3-15.1 22-19.9 34.4c-2.6 6.8.5 14.3 6.8 17.9c21.9 12.6 21.9 43.5 0 56.2c-6.3 3.6-9.5 11.1-6.8 17.9c4.8 12.4 11.5 24.1 19.9 34.4c4.6 5.7 12.7 6.7 19 3c21.8-12.6 48.6 2.9 48.6 28.1c0 7.3 4.9 13.8 12.1 14.9c12.9 2 26.8 2 39.7 0c7.2-1.1 12.1-7.6 12.1-14.9c0-25.2 26.8-40.7 48.6-28.1c6.3 3.6 14.4 2.6 19-3c8.4-10.3 15.1-22 19.9-34.4c2.6-6.8-.5-14.3-6.8-17.9c-21.9-12.6-21.9-43.5 0-56.2zM472 480c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 288c57.4 0 104-46.6 104-104S377.4 80 320 80s-104 46.6-104 104s46.6 104 104 104m-224 8c39.8 0 72-32.2 72-72s-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72M0 480v32c0 17.7 14.3 32 32 32h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2 20-101.8 52.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4C57.3 352 0 409.3 0 480m616-256c0-39.8-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72M160 496v16c0 17.7 14.3 32 32 32h156.8c-7.1-21.6-6.3-44.4 10.7-64c-14-16.2-20.5-39.7-11.4-63.3c6.6-17.1 15.9-33.1 27.4-47.3c5.4-6.6 11.6-11.7 18.3-15.4c-22.1-11.5-47.2-18-73.8-18c-88.4 0-160 71.6-160 160m464.6-44.1c6.3-3.6 9.5-11.1 6.8-18c-4.8-12.4-11.5-24.1-19.9-34.4c-4.6-5.7-12.7-6.7-19-3c-21.8 12.6-48.6-2.8-48.6-28.1c0-7.3-4.9-13.8-12.1-14.9c-12.9-2-26.8-2-39.7 0c-7.2 1.1-12.1 7.6-12.1 14.9c0 25.2-26.8 40.7-48.6 28.1c-6.3-3.6-14.4-2.6-19 3c-8.4 10.3-15.1 22-19.9 34.4c-2.6 6.8.5 14.3 6.8 17.9c21.9 12.6 21.9 43.5 0 56.2c-6.3 3.6-9.5 11.1-6.8 17.9c4.8 12.4 11.5 24.1 19.9 34.4c4.6 5.7 12.7 6.7 19 3c21.8-12.6 48.6 2.9 48.6 28.1c0 7.3 4.9 13.8 12.1 14.9c12.9 2 26.8 2 39.7 0c7.2-1.1 12.1-7.6 12.1-14.9c0-25.2 26.8-40.7 48.6-28.1c6.3 3.6 14.4 2.6 19-3c8.4-10.3 15.1-22 19.9-34.4c2.6-6.8-.5-14.3-6.8-17.9c-21.9-12.6-21.9-43.5 0-56.2zM472 480c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40"/></svg>
</template>

CSS

.icon-users-cog {
  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%22M320%20288c57.4%200%20104-46.6%20104-104S377.4%2080%20320%2080s-104%2046.6-104%20104s46.6%20104%20104%20104m-224%208c39.8%200%2072-32.2%2072-72s-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072M0%20480v32c0%2017.7%2014.3%2032%2032%2032h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2%2020-101.8%2052.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4C57.3%20352%200%20409.3%200%20480m616-256c0-39.8-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72M160%20496v16c0%2017.7%2014.3%2032%2032%2032h156.8c-7.1-21.6-6.3-44.4%2010.7-64c-14-16.2-20.5-39.7-11.4-63.3c6.6-17.1%2015.9-33.1%2027.4-47.3c5.4-6.6%2011.6-11.7%2018.3-15.4c-22.1-11.5-47.2-18-73.8-18c-88.4%200-160%2071.6-160%20160m464.6-44.1c6.3-3.6%209.5-11.1%206.8-18c-4.8-12.4-11.5-24.1-19.9-34.4c-4.6-5.7-12.7-6.7-19-3c-21.8%2012.6-48.6-2.8-48.6-28.1c0-7.3-4.9-13.8-12.1-14.9c-12.9-2-26.8-2-39.7%200c-7.2%201.1-12.1%207.6-12.1%2014.9c0%2025.2-26.8%2040.7-48.6%2028.1c-6.3-3.6-14.4-2.6-19%203c-8.4%2010.3-15.1%2022-19.9%2034.4c-2.6%206.8.5%2014.3%206.8%2017.9c21.9%2012.6%2021.9%2043.5%200%2056.2c-6.3%203.6-9.5%2011.1-6.8%2017.9c4.8%2012.4%2011.5%2024.1%2019.9%2034.4c4.6%205.7%2012.7%206.7%2019%203c21.8-12.6%2048.6%202.9%2048.6%2028.1c0%207.3%204.9%2013.8%2012.1%2014.9c12.9%202%2026.8%202%2039.7%200c7.2-1.1%2012.1-7.6%2012.1-14.9c0-25.2%2026.8-40.7%2048.6-28.1c6.3%203.6%2014.4%202.6%2019-3c8.4-10.3%2015.1-22%2019.9-34.4c2.6-6.8-.5-14.3-6.8-17.9c-21.9-12.6-21.9-43.5%200-56.2zM472%20480c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40%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%22M320%20288c57.4%200%20104-46.6%20104-104S377.4%2080%20320%2080s-104%2046.6-104%20104s46.6%20104%20104%20104m-224%208c39.8%200%2072-32.2%2072-72s-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072M0%20480v32c0%2017.7%2014.3%2032%2032%2032h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2%2020-101.8%2052.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4C57.3%20352%200%20409.3%200%20480m616-256c0-39.8-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72M160%20496v16c0%2017.7%2014.3%2032%2032%2032h156.8c-7.1-21.6-6.3-44.4%2010.7-64c-14-16.2-20.5-39.7-11.4-63.3c6.6-17.1%2015.9-33.1%2027.4-47.3c5.4-6.6%2011.6-11.7%2018.3-15.4c-22.1-11.5-47.2-18-73.8-18c-88.4%200-160%2071.6-160%20160m464.6-44.1c6.3-3.6%209.5-11.1%206.8-18c-4.8-12.4-11.5-24.1-19.9-34.4c-4.6-5.7-12.7-6.7-19-3c-21.8%2012.6-48.6-2.8-48.6-28.1c0-7.3-4.9-13.8-12.1-14.9c-12.9-2-26.8-2-39.7%200c-7.2%201.1-12.1%207.6-12.1%2014.9c0%2025.2-26.8%2040.7-48.6%2028.1c-6.3-3.6-14.4-2.6-19%203c-8.4%2010.3-15.1%2022-19.9%2034.4c-2.6%206.8.5%2014.3%206.8%2017.9c21.9%2012.6%2021.9%2043.5%200%2056.2c-6.3%203.6-9.5%2011.1-6.8%2017.9c4.8%2012.4%2011.5%2024.1%2019.9%2034.4c4.6%205.7%2012.7%206.7%2019%203c21.8-12.6%2048.6%202.9%2048.6%2028.1c0%207.3%204.9%2013.8%2012.1%2014.9c12.9%202%2026.8%202%2039.7%200c7.2-1.1%2012.1-7.6%2012.1-14.9c0-25.2%2026.8-40.7%2048.6-28.1c6.3%203.6%2014.4%202.6%2019-3c8.4-10.3%2015.1-22%2019.9-34.4c2.6-6.8-.5-14.3-6.8-17.9c-21.9-12.6-21.9-43.5%200-56.2zM472%20480c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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