users-cog from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
users-cog
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
users-cog-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the users cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5c-3.3 0-6 2.7-6 6c0 2 1 3.8 2.5 4.8C1.8 17.2 0 19.9 0 23h2c0-3.3 2.7-6 6-6s6 2.7 6 6h2c0-3.2 2.6-5.9 5.8-6h.2c2.5 0 4.6-1.5 5.5-3.6c0 0 0-.1.1-.1c.1-.1.1-.3.1-.4s0-.1.1-.2c0-.1.1-.3.1-.4s0-.2.1-.3c0-.1 0-.2.1-.3v-.6c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 2 1 3.8 2.5 4.8c-1.5.7-2.7 1.9-3.5 3.3c-.8-1.4-2-2.6-3.5-3.3C13 14.8 14 13 14 11c0-3.3-2.7-6-6-6m0 2c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4m14 0c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4m2.1 11v2.1c-.6.1-1.2.4-1.7.7l-1.5-1.5l-1.4 1.4l1.5 1.5c-.4.5-.6 1.1-.7 1.8H18v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5l1.4 1.4l1.5-1.5c.5.3 1.1.6 1.7.7V32h2v-2.1c.6-.1 1.2-.4 1.7-.7l1.5 1.5l1.4-1.4l-1.5-1.5c.4-.5.6-1.1.7-1.8H32v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5l-1.4-1.4l-1.5 1.5c-.5-.3-1.1-.6-1.7-.7V18zm.9 4c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3m0 2a.9.9 0 0 0-.367.086a1.1 1.1 0 0 0-.32.227a1.1 1.1 0 0 0-.227.32A.9.9 0 0 0 24 25q.002.19.086.367c.055.117.133.227.227.32c.093.094.203.172.32.227A.9.9 0 0 0 25 26c.5 0 1-.5 1-1s-.5-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function LaUsersCog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5c-3.3 0-6 2.7-6 6c0 2 1 3.8 2.5 4.8C1.8 17.2 0 19.9 0 23h2c0-3.3 2.7-6 6-6s6 2.7 6 6h2c0-3.2 2.6-5.9 5.8-6h.2c2.5 0 4.6-1.5 5.5-3.6c0 0 0-.1.1-.1c.1-.1.1-.3.1-.4s0-.1.1-.2c0-.1.1-.3.1-.4s0-.2.1-.3c0-.1 0-.2.1-.3v-.6c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 2 1 3.8 2.5 4.8c-1.5.7-2.7 1.9-3.5 3.3c-.8-1.4-2-2.6-3.5-3.3C13 14.8 14 13 14 11c0-3.3-2.7-6-6-6m0 2c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4m14 0c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4m2.1 11v2.1c-.6.1-1.2.4-1.7.7l-1.5-1.5l-1.4 1.4l1.5 1.5c-.4.5-.6 1.1-.7 1.8H18v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5l1.4 1.4l1.5-1.5c.5.3 1.1.6 1.7.7V32h2v-2.1c.6-.1 1.2-.4 1.7-.7l1.5 1.5l1.4-1.4l-1.5-1.5c.4-.5.6-1.1.7-1.8H32v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5l-1.4-1.4l-1.5 1.5c-.5-.3-1.1-.6-1.7-.7V18zm.9 4c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3m0 2a.9.9 0 0 0-.367.086a1.1 1.1 0 0 0-.32.227a1.1 1.1 0 0 0-.227.32A.9.9 0 0 0 24 25q.002.19.086.367c.055.117.133.227.227.32c.093.094.203.172.32.227A.9.9 0 0 0 25 26c.5 0 1-.5 1-1s-.5-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5c-3.3 0-6 2.7-6 6c0 2 1 3.8 2.5 4.8C1.8 17.2 0 19.9 0 23h2c0-3.3 2.7-6 6-6s6 2.7 6 6h2c0-3.2 2.6-5.9 5.8-6h.2c2.5 0 4.6-1.5 5.5-3.6c0 0 0-.1.1-.1c.1-.1.1-.3.1-.4s0-.1.1-.2c0-.1.1-.3.1-.4s0-.2.1-.3c0-.1 0-.2.1-.3v-.6c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 2 1 3.8 2.5 4.8c-1.5.7-2.7 1.9-3.5 3.3c-.8-1.4-2-2.6-3.5-3.3C13 14.8 14 13 14 11c0-3.3-2.7-6-6-6m0 2c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4m14 0c2.2 0 4 1.8 4 4s-1.8 4-4 4s-4-1.8-4-4s1.8-4 4-4m2.1 11v2.1c-.6.1-1.2.4-1.7.7l-1.5-1.5l-1.4 1.4l1.5 1.5c-.4.5-.6 1.1-.7 1.8H18v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5l1.4 1.4l1.5-1.5c.5.3 1.1.6 1.7.7V32h2v-2.1c.6-.1 1.2-.4 1.7-.7l1.5 1.5l1.4-1.4l-1.5-1.5c.4-.5.6-1.1.7-1.8H32v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5l-1.4-1.4l-1.5 1.5c-.5-.3-1.1-.6-1.7-.7V18zm.9 4c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3m0 2a.9.9 0 0 0-.367.086a1.1 1.1 0 0 0-.32.227a1.1 1.1 0 0 0-.227.32A.9.9 0 0 0 24 25q.002.19.086.367c.055.117.133.227.227.32c.093.094.203.172.32.227A.9.9 0 0 0 25 26c.5 0 1-.5 1-1s-.5-1-1-1"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205c-3.3%200-6%202.7-6%206c0%202%201%203.8%202.5%204.8C1.8%2017.2%200%2019.9%200%2023h2c0-3.3%202.7-6%206-6s6%202.7%206%206h2c0-3.2%202.6-5.9%205.8-6h.2c2.5%200%204.6-1.5%205.5-3.6c0%200%200-.1.1-.1c.1-.1.1-.3.1-.4s0-.1.1-.2c0-.1.1-.3.1-.4s0-.2.1-.3c0-.1%200-.2.1-.3v-.6c0-3.3-2.7-6-6-6s-6%202.7-6%206c0%202%201%203.8%202.5%204.8c-1.5.7-2.7%201.9-3.5%203.3c-.8-1.4-2-2.6-3.5-3.3C13%2014.8%2014%2013%2014%2011c0-3.3-2.7-6-6-6m0%202c2.2%200%204%201.8%204%204s-1.8%204-4%204s-4-1.8-4-4s1.8-4%204-4m14%200c2.2%200%204%201.8%204%204s-1.8%204-4%204s-4-1.8-4-4s1.8-4%204-4m2.1%2011v2.1c-.6.1-1.2.4-1.7.7l-1.5-1.5l-1.4%201.4l1.5%201.5c-.4.5-.6%201.1-.7%201.8H18v2h2.1c.1.6.4%201.2.7%201.8l-1.5%201.5l1.4%201.4l1.5-1.5c.5.3%201.1.6%201.7.7V32h2v-2.1c.6-.1%201.2-.4%201.7-.7l1.5%201.5l1.4-1.4l-1.5-1.5c.4-.5.6-1.1.7-1.8H32v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5l-1.4-1.4l-1.5%201.5c-.5-.3-1.1-.6-1.7-.7V18zm.9%204c1.7%200%203%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-3m0%202a.9.9%200%200%200-.367.086a1.1%201.1%200%200%200-.32.227a1.1%201.1%200%200%200-.227.32A.9.9%200%200%200%2024%2025q.002.19.086.367c.055.117.133.227.227.32c.093.094.203.172.32.227A.9.9%200%200%200%2025%2026c.5%200%201-.5%201-1s-.5-1-1-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205c-3.3%200-6%202.7-6%206c0%202%201%203.8%202.5%204.8C1.8%2017.2%200%2019.9%200%2023h2c0-3.3%202.7-6%206-6s6%202.7%206%206h2c0-3.2%202.6-5.9%205.8-6h.2c2.5%200%204.6-1.5%205.5-3.6c0%200%200-.1.1-.1c.1-.1.1-.3.1-.4s0-.1.1-.2c0-.1.1-.3.1-.4s0-.2.1-.3c0-.1%200-.2.1-.3v-.6c0-3.3-2.7-6-6-6s-6%202.7-6%206c0%202%201%203.8%202.5%204.8c-1.5.7-2.7%201.9-3.5%203.3c-.8-1.4-2-2.6-3.5-3.3C13%2014.8%2014%2013%2014%2011c0-3.3-2.7-6-6-6m0%202c2.2%200%204%201.8%204%204s-1.8%204-4%204s-4-1.8-4-4s1.8-4%204-4m14%200c2.2%200%204%201.8%204%204s-1.8%204-4%204s-4-1.8-4-4s1.8-4%204-4m2.1%2011v2.1c-.6.1-1.2.4-1.7.7l-1.5-1.5l-1.4%201.4l1.5%201.5c-.4.5-.6%201.1-.7%201.8H18v2h2.1c.1.6.4%201.2.7%201.8l-1.5%201.5l1.4%201.4l1.5-1.5c.5.3%201.1.6%201.7.7V32h2v-2.1c.6-.1%201.2-.4%201.7-.7l1.5%201.5l1.4-1.4l-1.5-1.5c.4-.5.6-1.1.7-1.8H32v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5l-1.4-1.4l-1.5%201.5c-.5-.3-1.1-.6-1.7-.7V18zm.9%204c1.7%200%203%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-3m0%202a.9.9%200%200%200-.367.086a1.1%201.1%200%200%200-.32.227a1.1%201.1%200%200%200-.227.32A.9.9%200%200%200%2024%2025q.002.19.086.367c.055.117.133.227.227.32c.093.094.203.172.32.227A.9.9%200%200%200%2025%2026c.5%200%201-.5%201-1s-.5-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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