users from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.

Name
users
Set
Reicon
Style
Outline
Category
Users
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All users icons →

More users icons from Reicon

Use the users 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="M9 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M5.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/><path d="M15 2.25a.75.75 0 0 0 0 1.5a2.25 2.25 0 0 1 0 4.5a.75.75 0 0 0 0 1.5a3.75 3.75 0 1 0 0-7.5"/><path fill-rule="evenodd" d="M3.678 13.52c1.4-.8 3.283-1.27 5.322-1.27s3.922.47 5.322 1.27c1.378.788 2.428 1.99 2.428 3.48s-1.05 2.692-2.428 3.48c-1.4.8-3.283 1.27-5.322 1.27s-3.922-.47-5.322-1.27C2.3 19.692 1.25 18.49 1.25 17s1.05-2.692 2.428-3.48m.744 1.303C3.267 15.483 2.75 16.28 2.75 17s.517 1.517 1.672 2.177C5.556 19.825 7.173 20.25 9 20.25s3.444-.425 4.578-1.073c1.155-.66 1.672-1.458 1.672-2.177s-.517-1.517-1.672-2.177C12.444 14.175 10.827 13.75 9 13.75s-3.444.425-4.578 1.073" clip-rule="evenodd"/><path d="M18.16 13.267a.75.75 0 0 0-.32 1.466c.792.173 1.425.472 1.843.814s.567.677.567.953c0 .25-.12.545-.453.854c-.335.311-.85.598-1.513.798a.75.75 0 1 0 .432 1.437c.823-.248 1.558-.631 2.102-1.136c.546-.507.932-1.174.932-1.953c0-.865-.474-1.588-1.117-2.114c-.644-.527-1.51-.908-2.472-1.119"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUsers(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="M9 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M5.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clipRule="evenodd"/><path d="M15 2.25a.75.75 0 0 0 0 1.5a2.25 2.25 0 0 1 0 4.5a.75.75 0 0 0 0 1.5a3.75 3.75 0 1 0 0-7.5"/><path fillRule="evenodd" d="M3.678 13.52c1.4-.8 3.283-1.27 5.322-1.27s3.922.47 5.322 1.27c1.378.788 2.428 1.99 2.428 3.48s-1.05 2.692-2.428 3.48c-1.4.8-3.283 1.27-5.322 1.27s-3.922-.47-5.322-1.27C2.3 19.692 1.25 18.49 1.25 17s1.05-2.692 2.428-3.48m.744 1.303C3.267 15.483 2.75 16.28 2.75 17s.517 1.517 1.672 2.177C5.556 19.825 7.173 20.25 9 20.25s3.444-.425 4.578-1.073c1.155-.66 1.672-1.458 1.672-2.177s-.517-1.517-1.672-2.177C12.444 14.175 10.827 13.75 9 13.75s-3.444.425-4.578 1.073" clipRule="evenodd"/><path d="M18.16 13.267a.75.75 0 0 0-.32 1.466c.792.173 1.425.472 1.843.814s.567.677.567.953c0 .25-.12.545-.453.854c-.335.311-.85.598-1.513.798a.75.75 0 1 0 .432 1.437c.823-.248 1.558-.631 2.102-1.136c.546-.507.932-1.174.932-1.953c0-.865-.474-1.588-1.117-2.114c-.644-.527-1.51-.908-2.472-1.119"/></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="M9 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M5.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/><path d="M15 2.25a.75.75 0 0 0 0 1.5a2.25 2.25 0 0 1 0 4.5a.75.75 0 0 0 0 1.5a3.75 3.75 0 1 0 0-7.5"/><path fill-rule="evenodd" d="M3.678 13.52c1.4-.8 3.283-1.27 5.322-1.27s3.922.47 5.322 1.27c1.378.788 2.428 1.99 2.428 3.48s-1.05 2.692-2.428 3.48c-1.4.8-3.283 1.27-5.322 1.27s-3.922-.47-5.322-1.27C2.3 19.692 1.25 18.49 1.25 17s1.05-2.692 2.428-3.48m.744 1.303C3.267 15.483 2.75 16.28 2.75 17s.517 1.517 1.672 2.177C5.556 19.825 7.173 20.25 9 20.25s3.444-.425 4.578-1.073c1.155-.66 1.672-1.458 1.672-2.177s-.517-1.517-1.672-2.177C12.444 14.175 10.827 13.75 9 13.75s-3.444.425-4.578 1.073" clip-rule="evenodd"/><path d="M18.16 13.267a.75.75 0 0 0-.32 1.466c.792.173 1.425.472 1.843.814s.567.677.567.953c0 .25-.12.545-.453.854c-.335.311-.85.598-1.513.798a.75.75 0 1 0 .432 1.437c.823-.248 1.558-.631 2.102-1.136c.546-.507.932-1.174.932-1.953c0-.865-.474-1.588-1.117-2.114c-.644-.527-1.51-.908-2.472-1.119"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M5.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%202.25a.75.75%200%200%200%200%201.5a2.25%202.25%200%200%201%200%204.5a.75.75%200%200%200%200%201.5a3.75%203.75%200%201%200%200-7.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.678%2013.52c1.4-.8%203.283-1.27%205.322-1.27s3.922.47%205.322%201.27c1.378.788%202.428%201.99%202.428%203.48s-1.05%202.692-2.428%203.48c-1.4.8-3.283%201.27-5.322%201.27s-3.922-.47-5.322-1.27C2.3%2019.692%201.25%2018.49%201.25%2017s1.05-2.692%202.428-3.48m.744%201.303C3.267%2015.483%202.75%2016.28%202.75%2017s.517%201.517%201.672%202.177C5.556%2019.825%207.173%2020.25%209%2020.25s3.444-.425%204.578-1.073c1.155-.66%201.672-1.458%201.672-2.177s-.517-1.517-1.672-2.177C12.444%2014.175%2010.827%2013.75%209%2013.75s-3.444.425-4.578%201.073%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.16%2013.267a.75.75%200%200%200-.32%201.466c.792.173%201.425.472%201.843.814s.567.677.567.953c0%20.25-.12.545-.453.854c-.335.311-.85.598-1.513.798a.75.75%200%201%200%20.432%201.437c.823-.248%201.558-.631%202.102-1.136c.546-.507.932-1.174.932-1.953c0-.865-.474-1.588-1.117-2.114c-.644-.527-1.51-.908-2.472-1.119%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%22M9%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M5.75%206a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%202.25a.75.75%200%200%200%200%201.5a2.25%202.25%200%200%201%200%204.5a.75.75%200%200%200%200%201.5a3.75%203.75%200%201%200%200-7.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.678%2013.52c1.4-.8%203.283-1.27%205.322-1.27s3.922.47%205.322%201.27c1.378.788%202.428%201.99%202.428%203.48s-1.05%202.692-2.428%203.48c-1.4.8-3.283%201.27-5.322%201.27s-3.922-.47-5.322-1.27C2.3%2019.692%201.25%2018.49%201.25%2017s1.05-2.692%202.428-3.48m.744%201.303C3.267%2015.483%202.75%2016.28%202.75%2017s.517%201.517%201.672%202.177C5.556%2019.825%207.173%2020.25%209%2020.25s3.444-.425%204.578-1.073c1.155-.66%201.672-1.458%201.672-2.177s-.517-1.517-1.672-2.177C12.444%2014.175%2010.827%2013.75%209%2013.75s-3.444.425-4.578%201.073%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.16%2013.267a.75.75%200%200%200-.32%201.466c.792.173%201.425.472%201.843.814s.567.677.567.953c0%20.25-.12.545-.453.854c-.335.311-.85.598-1.513.798a.75.75%200%201%200%20.432%201.437c.823-.248%201.558-.631%202.102-1.136c.546-.507.932-1.174.932-1.953c0-.865-.474-1.588-1.117-2.114c-.644-.527-1.51-.908-2.472-1.119%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Users outline icon — Reicon · IconsDB