users icon
users-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- users-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
usersFont Awesome 6 SolidusersFont Awesome SolidusersFeather Iconsusers-outlineFlowbite IconsusersHeroIconsusersHuge IconsusersHumbleiconsusersJam IconsusersLine AwesomeusersLucideusersMajesticonsusersMyna UI IconsusersPhosphorusersPixelarticonsusersPrime IconsusersTabler Iconsusers-outlineTeenyicons
Use the users icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.987 18.73a2 2 0 0 1-.34.85a1.9 1.9 0 0 1-1.56.8h-1.651a.74.74 0 0 1-.6-.31a.76.76 0 0 1-.11-.67c.37-1.18.29-2.51-3.061-4.64a.77.77 0 0 1-.32-.85a.76.76 0 0 1 .72-.54a7.61 7.61 0 0 1 6.792 4.39a2 2 0 0 1 .13.97M19.486 7.7a4.43 4.43 0 0 1-4.421 4.42a.76.76 0 0 1-.65-1.13a6.16 6.16 0 0 0 0-6.53a.75.75 0 0 1 .61-1.18a4.3 4.3 0 0 1 3.13 1.34a4.46 4.46 0 0 1 1.291 3.12z"/><path fill="currentColor" d="M16.675 18.7a2.65 2.65 0 0 1-1.26 2.48c-.418.257-.9.392-1.39.39H4.652a2.63 2.63 0 0 1-1.39-.39A2.62 2.62 0 0 1 2.01 18.7a2.6 2.6 0 0 1 .5-1.35a8.8 8.8 0 0 1 6.812-3.51a8.78 8.78 0 0 1 6.842 3.5a2.7 2.7 0 0 1 .51 1.36M14.245 7.32a4.92 4.92 0 0 1-4.902 4.91a4.903 4.903 0 0 1-4.797-5.858a4.9 4.9 0 0 1 6.678-3.57a4.9 4.9 0 0 1 3.03 4.518z"/></svg>
React
import type { SVGProps } from "react";
export function MageUsersFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.987 18.73a2 2 0 0 1-.34.85a1.9 1.9 0 0 1-1.56.8h-1.651a.74.74 0 0 1-.6-.31a.76.76 0 0 1-.11-.67c.37-1.18.29-2.51-3.061-4.64a.77.77 0 0 1-.32-.85a.76.76 0 0 1 .72-.54a7.61 7.61 0 0 1 6.792 4.39a2 2 0 0 1 .13.97M19.486 7.7a4.43 4.43 0 0 1-4.421 4.42a.76.76 0 0 1-.65-1.13a6.16 6.16 0 0 0 0-6.53a.75.75 0 0 1 .61-1.18a4.3 4.3 0 0 1 3.13 1.34a4.46 4.46 0 0 1 1.291 3.12z"/><path fill="currentColor" d="M16.675 18.7a2.65 2.65 0 0 1-1.26 2.48c-.418.257-.9.392-1.39.39H4.652a2.63 2.63 0 0 1-1.39-.39A2.62 2.62 0 0 1 2.01 18.7a2.6 2.6 0 0 1 .5-1.35a8.8 8.8 0 0 1 6.812-3.51a8.78 8.78 0 0 1 6.842 3.5a2.7 2.7 0 0 1 .51 1.36M14.245 7.32a4.92 4.92 0 0 1-4.902 4.91a4.903 4.903 0 0 1-4.797-5.858a4.9 4.9 0 0 1 6.678-3.57a4.9 4.9 0 0 1 3.03 4.518z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.987 18.73a2 2 0 0 1-.34.85a1.9 1.9 0 0 1-1.56.8h-1.651a.74.74 0 0 1-.6-.31a.76.76 0 0 1-.11-.67c.37-1.18.29-2.51-3.061-4.64a.77.77 0 0 1-.32-.85a.76.76 0 0 1 .72-.54a7.61 7.61 0 0 1 6.792 4.39a2 2 0 0 1 .13.97M19.486 7.7a4.43 4.43 0 0 1-4.421 4.42a.76.76 0 0 1-.65-1.13a6.16 6.16 0 0 0 0-6.53a.75.75 0 0 1 .61-1.18a4.3 4.3 0 0 1 3.13 1.34a4.46 4.46 0 0 1 1.291 3.12z"/><path fill="currentColor" d="M16.675 18.7a2.65 2.65 0 0 1-1.26 2.48c-.418.257-.9.392-1.39.39H4.652a2.63 2.63 0 0 1-1.39-.39A2.62 2.62 0 0 1 2.01 18.7a2.6 2.6 0 0 1 .5-1.35a8.8 8.8 0 0 1 6.812-3.51a8.78 8.78 0 0 1 6.842 3.5a2.7 2.7 0 0 1 .51 1.36M14.245 7.32a4.92 4.92 0 0 1-4.902 4.91a4.903 4.903 0 0 1-4.797-5.858a4.9 4.9 0 0 1 6.678-3.57a4.9 4.9 0 0 1 3.03 4.518z"/></svg> </template>
CSS
.icon-users-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.987%2018.73a2%202%200%200%201-.34.85a1.9%201.9%200%200%201-1.56.8h-1.651a.74.74%200%200%201-.6-.31a.76.76%200%200%201-.11-.67c.37-1.18.29-2.51-3.061-4.64a.77.77%200%200%201-.32-.85a.76.76%200%200%201%20.72-.54a7.61%207.61%200%200%201%206.792%204.39a2%202%200%200%201%20.13.97M19.486%207.7a4.43%204.43%200%200%201-4.421%204.42a.76.76%200%200%201-.65-1.13a6.16%206.16%200%200%200%200-6.53a.75.75%200%200%201%20.61-1.18a4.3%204.3%200%200%201%203.13%201.34a4.46%204.46%200%200%201%201.291%203.12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.675%2018.7a2.65%202.65%200%200%201-1.26%202.48c-.418.257-.9.392-1.39.39H4.652a2.63%202.63%200%200%201-1.39-.39A2.62%202.62%200%200%201%202.01%2018.7a2.6%202.6%200%200%201%20.5-1.35a8.8%208.8%200%200%201%206.812-3.51a8.78%208.78%200%200%201%206.842%203.5a2.7%202.7%200%200%201%20.51%201.36M14.245%207.32a4.92%204.92%200%200%201-4.902%204.91a4.903%204.903%200%200%201-4.797-5.858a4.9%204.9%200%200%201%206.678-3.57a4.9%204.9%200%200%201%203.03%204.518z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.987%2018.73a2%202%200%200%201-.34.85a1.9%201.9%200%200%201-1.56.8h-1.651a.74.74%200%200%201-.6-.31a.76.76%200%200%201-.11-.67c.37-1.18.29-2.51-3.061-4.64a.77.77%200%200%201-.32-.85a.76.76%200%200%201%20.72-.54a7.61%207.61%200%200%201%206.792%204.39a2%202%200%200%201%20.13.97M19.486%207.7a4.43%204.43%200%200%201-4.421%204.42a.76.76%200%200%201-.65-1.13a6.16%206.16%200%200%200%200-6.53a.75.75%200%200%201%20.61-1.18a4.3%204.3%200%200%201%203.13%201.34a4.46%204.46%200%200%201%201.291%203.12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.675%2018.7a2.65%202.65%200%200%201-1.26%202.48c-.418.257-.9.392-1.39.39H4.652a2.63%202.63%200%200%201-1.39-.39A2.62%202.62%200%200%201%202.01%2018.7a2.6%202.6%200%200%201%20.5-1.35a8.8%208.8%200%200%201%206.812-3.51a8.78%208.78%200%200%201%206.842%203.5a2.7%202.7%200%200%201%20.51%201.36M14.245%207.32a4.92%204.92%200%200%201-4.902%204.91a4.903%204.903%200%200%201-4.797-5.858a4.9%204.9%200%200%201%206.678-3.57a4.9%204.9%200%200%201%203.03%204.518z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/users-fill.svg?color=%231a73e8&size=48