user group icon
user-group-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- user-group-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
Related icons in HeroIcons
Use the user group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.25 6.75a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0m7.5 3a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-13.5 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m4.06 5.368A6.75 6.75 0 0 1 12 12a6.745 6.745 0 0 1 6.709 7.498a.75.75 0 0 1-.372.568A12.7 12.7 0 0 1 12 21.75a12.7 12.7 0 0 1-6.337-1.684a.75.75 0 0 1-.372-.568a6.8 6.8 0 0 1 1.019-4.38" clip-rule="evenodd"/><path d="m5.082 14.254l-.036.055a8.3 8.3 0 0 0-1.271 5.08a9.7 9.7 0 0 1-1.765-.44l-.115-.04a.56.56 0 0 1-.373-.487l-.01-.121Q1.5 18.15 1.5 18a3.75 3.75 0 0 1 3.582-3.746m15.144 5.135a8.3 8.3 0 0 0-1.308-5.135a3.75 3.75 0 0 1 3.57 4.047l-.01.121a.56.56 0 0 1-.373.486l-.115.04q-.851.302-1.764.441"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsUserGroupSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M8.25 6.75a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0m7.5 3a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-13.5 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m4.06 5.368A6.75 6.75 0 0 1 12 12a6.745 6.745 0 0 1 6.709 7.498a.75.75 0 0 1-.372.568A12.7 12.7 0 0 1 12 21.75a12.7 12.7 0 0 1-6.337-1.684a.75.75 0 0 1-.372-.568a6.8 6.8 0 0 1 1.019-4.38" clipRule="evenodd"/><path d="m5.082 14.254l-.036.055a8.3 8.3 0 0 0-1.271 5.08a9.7 9.7 0 0 1-1.765-.44l-.115-.04a.56.56 0 0 1-.373-.487l-.01-.121Q1.5 18.15 1.5 18a3.75 3.75 0 0 1 3.582-3.746m15.144 5.135a8.3 8.3 0 0 0-1.308-5.135a3.75 3.75 0 0 1 3.57 4.047l-.01.121a.56.56 0 0 1-.373.486l-.115.04q-.851.302-1.764.441"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.25 6.75a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0m7.5 3a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-13.5 0a3 3 0 1 1 6 0a3 3 0 0 1-6 0m4.06 5.368A6.75 6.75 0 0 1 12 12a6.745 6.745 0 0 1 6.709 7.498a.75.75 0 0 1-.372.568A12.7 12.7 0 0 1 12 21.75a12.7 12.7 0 0 1-6.337-1.684a.75.75 0 0 1-.372-.568a6.8 6.8 0 0 1 1.019-4.38" clip-rule="evenodd"/><path d="m5.082 14.254l-.036.055a8.3 8.3 0 0 0-1.271 5.08a9.7 9.7 0 0 1-1.765-.44l-.115-.04a.56.56 0 0 1-.373-.487l-.01-.121Q1.5 18.15 1.5 18a3.75 3.75 0 0 1 3.582-3.746m15.144 5.135a8.3 8.3 0 0 0-1.308-5.135a3.75 3.75 0 0 1 3.57 4.047l-.01.121a.56.56 0 0 1-.373.486l-.115.04q-.851.302-1.764.441"/></g></svg> </template>
CSS
.icon-user-group-solid {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%206.75a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200m7.5%203a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-13.5%200a3%203%200%201%201%206%200a3%203%200%200%201-6%200m4.06%205.368A6.75%206.75%200%200%201%2012%2012a6.745%206.745%200%200%201%206.709%207.498a.75.75%200%200%201-.372.568A12.7%2012.7%200%200%201%2012%2021.75a12.7%2012.7%200%200%201-6.337-1.684a.75.75%200%200%201-.372-.568a6.8%206.8%200%200%201%201.019-4.38%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.082%2014.254l-.036.055a8.3%208.3%200%200%200-1.271%205.08a9.7%209.7%200%200%201-1.765-.44l-.115-.04a.56.56%200%200%201-.373-.487l-.01-.121Q1.5%2018.15%201.5%2018a3.75%203.75%200%200%201%203.582-3.746m15.144%205.135a8.3%208.3%200%200%200-1.308-5.135a3.75%203.75%200%200%201%203.57%204.047l-.01.121a.56.56%200%200%201-.373.486l-.115.04q-.851.302-1.764.441%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%206.75a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200m7.5%203a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-13.5%200a3%203%200%201%201%206%200a3%203%200%200%201-6%200m4.06%205.368A6.75%206.75%200%200%201%2012%2012a6.745%206.745%200%200%201%206.709%207.498a.75.75%200%200%201-.372.568A12.7%2012.7%200%200%201%2012%2021.75a12.7%2012.7%200%200%201-6.337-1.684a.75.75%200%200%201-.372-.568a6.8%206.8%200%200%201%201.019-4.38%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.082%2014.254l-.036.055a8.3%208.3%200%200%200-1.271%205.08a9.7%209.7%200%200%201-1.765-.44l-.115-.04a.56.56%200%200%201-.373-.487l-.01-.121Q1.5%2018.15%201.5%2018a3.75%203.75%200%200%201%203.582-3.746m15.144%205.135a8.3%208.3%200%200%200-1.308-5.135a3.75%203.75%200%200%201%203.57%204.047l-.01.121a.56.56%200%200%201-.373.486l-.115.04q-.851.302-1.764.441%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/user-group-solid.svg?color=%231a73e8&size=48