users icon
users from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- users
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
usersFont Awesome 6 SolidusersFont Awesome SolidusersFeather Iconsusers-outlineFlowbite IconsusersHeroIconsusersHuge IconsusersHumbleiconsusersJam IconsusersLine AwesomeusersLucideusersMage IconsusersMajesticonsusersMyna 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 14H10C13.3137 14 16 16.6863 16 20C16 20.5523 15.5523 21 15 21H3C2.44772 21 2 20.5523 2 20C2 16.6863 4.68629 14 8 14ZM9 4C10.6569 4 12 5.34315 12 7C12 8.65685 10.6569 10 9 10C7.34315 10 6 8.65685 6 7C6 5.34315 7.34315 4 9 4ZM16 4C17.6569 4 19 5.34315 19 7C19 8.65685 17.6569 10 16 10M18.3333 14.4713C20.554 15.409 22 17.589 22 20C22 20.5523 21.5523 21 21 21"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsUsers(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M8 14H10C13.3137 14 16 16.6863 16 20C16 20.5523 15.5523 21 15 21H3C2.44772 21 2 20.5523 2 20C2 16.6863 4.68629 14 8 14ZM9 4C10.6569 4 12 5.34315 12 7C12 8.65685 10.6569 10 9 10C7.34315 10 6 8.65685 6 7C6 5.34315 7.34315 4 9 4ZM16 4C17.6569 4 19 5.34315 19 7C19 8.65685 17.6569 10 16 10M18.3333 14.4713C20.554 15.409 22 17.589 22 20C22 20.5523 21.5523 21 21 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 14H10C13.3137 14 16 16.6863 16 20C16 20.5523 15.5523 21 15 21H3C2.44772 21 2 20.5523 2 20C2 16.6863 4.68629 14 8 14ZM9 4C10.6569 4 12 5.34315 12 7C12 8.65685 10.6569 10 9 10C7.34315 10 6 8.65685 6 7C6 5.34315 7.34315 4 9 4ZM16 4C17.6569 4 19 5.34315 19 7C19 8.65685 17.6569 10 16 10M18.3333 14.4713C20.554 15.409 22 17.589 22 20C22 20.5523 21.5523 21 21 21"/></svg> </template>
CSS
.icon-users {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2014H10C13.3137%2014%2016%2016.6863%2016%2020C16%2020.5523%2015.5523%2021%2015%2021H3C2.44772%2021%202%2020.5523%202%2020C2%2016.6863%204.68629%2014%208%2014ZM9%204C10.6569%204%2012%205.34315%2012%207C12%208.65685%2010.6569%2010%209%2010C7.34315%2010%206%208.65685%206%207C6%205.34315%207.34315%204%209%204ZM16%204C17.6569%204%2019%205.34315%2019%207C19%208.65685%2017.6569%2010%2016%2010M18.3333%2014.4713C20.554%2015.409%2022%2017.589%2022%2020C22%2020.5523%2021.5523%2021%2021%2021%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2014H10C13.3137%2014%2016%2016.6863%2016%2020C16%2020.5523%2015.5523%2021%2015%2021H3C2.44772%2021%202%2020.5523%202%2020C2%2016.6863%204.68629%2014%208%2014ZM9%204C10.6569%204%2012%205.34315%2012%207C12%208.65685%2010.6569%2010%209%2010C7.34315%2010%206%208.65685%206%207C6%205.34315%207.34315%204%209%204ZM16%204C17.6569%204%2019%205.34315%2019%207C19%208.65685%2017.6569%2010%2016%2010M18.3333%2014.4713C20.554%2015.409%2022%2017.589%2022%2020C22%2020.5523%2021.5523%2021%2021%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/users.svg?color=%231a73e8&size=48