users2 icon

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

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

2 other variants in Reicon

More users icons from Reicon

Use the users2 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="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.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="M18 3.25a.75.75 0 0 0 0 1.5c1.377 0 2.25.906 2.25 1.75S19.377 8.25 18 8.25a.75.75 0 0 0 0 1.5c1.937 0 3.75-1.333 3.75-3.25S19.937 3.25 18 3.25M6.75 4A.75.75 0 0 0 6 3.25c-1.937 0-3.75 1.333-3.75 3.25S4.063 9.75 6 9.75a.75.75 0 0 0 0-1.5c-1.376 0-2.25-.906-2.25-1.75S4.624 4.75 6 4.75A.75.75 0 0 0 6.75 4"/><path fill-rule="evenodd" d="M12 12.25c-1.784 0-3.434.48-4.659 1.297c-1.22.814-2.091 2.02-2.091 3.453s.871 2.64 2.091 3.453c1.225.816 2.875 1.297 4.659 1.297s3.434-.48 4.659-1.297c1.22-.814 2.091-2.02 2.091-3.453s-.872-2.64-2.091-3.453c-1.225-.816-2.875-1.297-4.659-1.297M6.75 17c0-.776.472-1.57 1.423-2.204c.947-.631 2.298-1.046 3.827-1.046c1.53 0 2.88.415 3.827 1.046c.951.634 1.423 1.428 1.423 2.204s-.472 1.57-1.423 2.204c-.947.631-2.298 1.046-3.827 1.046c-1.53 0-2.88-.415-3.827-1.046C7.222 18.57 6.75 17.776 6.75 17" clip-rule="evenodd"/><path d="M19.267 13.84a.75.75 0 0 1 .894-.573c.961.211 1.828.592 2.472 1.119c.643.526 1.117 1.25 1.117 2.114c0 .865-.474 1.588-1.117 2.114c-.644.527-1.51.908-2.472 1.119a.75.75 0 0 1-.322-1.466c.793-.173 1.426-.472 1.844-.814s.567-.677.567-.953s-.149-.61-.567-.953s-1.051-.64-1.844-.814a.75.75 0 0 1-.572-.894M3.84 13.267a.75.75 0 1 1 .32 1.466c-.792.173-1.425.472-1.843.814s-.567.677-.567.953s.149.61.567.953s1.051.64 1.844.814a.75.75 0 0 1-.322 1.466c-.962-.211-1.828-.592-2.472-1.119C.724 18.088.25 17.364.25 16.5c0-.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 ReiconUsers2(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="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.75 6a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clipRule="evenodd"/><path d="M18 3.25a.75.75 0 0 0 0 1.5c1.377 0 2.25.906 2.25 1.75S19.377 8.25 18 8.25a.75.75 0 0 0 0 1.5c1.937 0 3.75-1.333 3.75-3.25S19.937 3.25 18 3.25M6.75 4A.75.75 0 0 0 6 3.25c-1.937 0-3.75 1.333-3.75 3.25S4.063 9.75 6 9.75a.75.75 0 0 0 0-1.5c-1.376 0-2.25-.906-2.25-1.75S4.624 4.75 6 4.75A.75.75 0 0 0 6.75 4"/><path fillRule="evenodd" d="M12 12.25c-1.784 0-3.434.48-4.659 1.297c-1.22.814-2.091 2.02-2.091 3.453s.871 2.64 2.091 3.453c1.225.816 2.875 1.297 4.659 1.297s3.434-.48 4.659-1.297c1.22-.814 2.091-2.02 2.091-3.453s-.872-2.64-2.091-3.453c-1.225-.816-2.875-1.297-4.659-1.297M6.75 17c0-.776.472-1.57 1.423-2.204c.947-.631 2.298-1.046 3.827-1.046c1.53 0 2.88.415 3.827 1.046c.951.634 1.423 1.428 1.423 2.204s-.472 1.57-1.423 2.204c-.947.631-2.298 1.046-3.827 1.046c-1.53 0-2.88-.415-3.827-1.046C7.222 18.57 6.75 17.776 6.75 17" clipRule="evenodd"/><path d="M19.267 13.84a.75.75 0 0 1 .894-.573c.961.211 1.828.592 2.472 1.119c.643.526 1.117 1.25 1.117 2.114c0 .865-.474 1.588-1.117 2.114c-.644.527-1.51.908-2.472 1.119a.75.75 0 0 1-.322-1.466c.793-.173 1.426-.472 1.844-.814s.567-.677.567-.953s-.149-.61-.567-.953s-1.051-.64-1.844-.814a.75.75 0 0 1-.572-.894M3.84 13.267a.75.75 0 1 1 .32 1.466c-.792.173-1.425.472-1.843.814s-.567.677-.567.953s.149.61.567.953s1.051.64 1.844.814a.75.75 0 0 1-.322 1.466c-.962-.211-1.828-.592-2.472-1.119C.724 18.088.25 17.364.25 16.5c0-.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="M12 1.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M8.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="M18 3.25a.75.75 0 0 0 0 1.5c1.377 0 2.25.906 2.25 1.75S19.377 8.25 18 8.25a.75.75 0 0 0 0 1.5c1.937 0 3.75-1.333 3.75-3.25S19.937 3.25 18 3.25M6.75 4A.75.75 0 0 0 6 3.25c-1.937 0-3.75 1.333-3.75 3.25S4.063 9.75 6 9.75a.75.75 0 0 0 0-1.5c-1.376 0-2.25-.906-2.25-1.75S4.624 4.75 6 4.75A.75.75 0 0 0 6.75 4"/><path fill-rule="evenodd" d="M12 12.25c-1.784 0-3.434.48-4.659 1.297c-1.22.814-2.091 2.02-2.091 3.453s.871 2.64 2.091 3.453c1.225.816 2.875 1.297 4.659 1.297s3.434-.48 4.659-1.297c1.22-.814 2.091-2.02 2.091-3.453s-.872-2.64-2.091-3.453c-1.225-.816-2.875-1.297-4.659-1.297M6.75 17c0-.776.472-1.57 1.423-2.204c.947-.631 2.298-1.046 3.827-1.046c1.53 0 2.88.415 3.827 1.046c.951.634 1.423 1.428 1.423 2.204s-.472 1.57-1.423 2.204c-.947.631-2.298 1.046-3.827 1.046c-1.53 0-2.88-.415-3.827-1.046C7.222 18.57 6.75 17.776 6.75 17" clip-rule="evenodd"/><path d="M19.267 13.84a.75.75 0 0 1 .894-.573c.961.211 1.828.592 2.472 1.119c.643.526 1.117 1.25 1.117 2.114c0 .865-.474 1.588-1.117 2.114c-.644.527-1.51.908-2.472 1.119a.75.75 0 0 1-.322-1.466c.793-.173 1.426-.472 1.844-.814s.567-.677.567-.953s-.149-.61-.567-.953s-1.051-.64-1.844-.814a.75.75 0 0 1-.572-.894M3.84 13.267a.75.75 0 1 1 .32 1.466c-.792.173-1.425.472-1.843.814s-.567.677-.567.953s.149.61.567.953s1.051.64 1.844.814a.75.75 0 0 1-.322 1.466c-.962-.211-1.828-.592-2.472-1.119C.724 18.088.25 17.364.25 16.5c0-.865.474-1.588 1.117-2.114c.644-.527 1.51-.908 2.472-1.119"/></g></svg>
</template>

CSS

.icon-users2 {
  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%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.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%22M18%203.25a.75.75%200%200%200%200%201.5c1.377%200%202.25.906%202.25%201.75S19.377%208.25%2018%208.25a.75.75%200%200%200%200%201.5c1.937%200%203.75-1.333%203.75-3.25S19.937%203.25%2018%203.25M6.75%204A.75.75%200%200%200%206%203.25c-1.937%200-3.75%201.333-3.75%203.25S4.063%209.75%206%209.75a.75.75%200%200%200%200-1.5c-1.376%200-2.25-.906-2.25-1.75S4.624%204.75%206%204.75A.75.75%200%200%200%206.75%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2012.25c-1.784%200-3.434.48-4.659%201.297c-1.22.814-2.091%202.02-2.091%203.453s.871%202.64%202.091%203.453c1.225.816%202.875%201.297%204.659%201.297s3.434-.48%204.659-1.297c1.22-.814%202.091-2.02%202.091-3.453s-.872-2.64-2.091-3.453c-1.225-.816-2.875-1.297-4.659-1.297M6.75%2017c0-.776.472-1.57%201.423-2.204c.947-.631%202.298-1.046%203.827-1.046c1.53%200%202.88.415%203.827%201.046c.951.634%201.423%201.428%201.423%202.204s-.472%201.57-1.423%202.204c-.947.631-2.298%201.046-3.827%201.046c-1.53%200-2.88-.415-3.827-1.046C7.222%2018.57%206.75%2017.776%206.75%2017%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.267%2013.84a.75.75%200%200%201%20.894-.573c.961.211%201.828.592%202.472%201.119c.643.526%201.117%201.25%201.117%202.114c0%20.865-.474%201.588-1.117%202.114c-.644.527-1.51.908-2.472%201.119a.75.75%200%200%201-.322-1.466c.793-.173%201.426-.472%201.844-.814s.567-.677.567-.953s-.149-.61-.567-.953s-1.051-.64-1.844-.814a.75.75%200%200%201-.572-.894M3.84%2013.267a.75.75%200%201%201%20.32%201.466c-.792.173-1.425.472-1.843.814s-.567.677-.567.953s.149.61.567.953s1.051.64%201.844.814a.75.75%200%200%201-.322%201.466c-.962-.211-1.828-.592-2.472-1.119C.724%2018.088.25%2017.364.25%2016.5c0-.865.474-1.588%201.117-2.114c.644-.527%201.51-.908%202.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%22M12%201.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M8.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%22M18%203.25a.75.75%200%200%200%200%201.5c1.377%200%202.25.906%202.25%201.75S19.377%208.25%2018%208.25a.75.75%200%200%200%200%201.5c1.937%200%203.75-1.333%203.75-3.25S19.937%203.25%2018%203.25M6.75%204A.75.75%200%200%200%206%203.25c-1.937%200-3.75%201.333-3.75%203.25S4.063%209.75%206%209.75a.75.75%200%200%200%200-1.5c-1.376%200-2.25-.906-2.25-1.75S4.624%204.75%206%204.75A.75.75%200%200%200%206.75%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2012.25c-1.784%200-3.434.48-4.659%201.297c-1.22.814-2.091%202.02-2.091%203.453s.871%202.64%202.091%203.453c1.225.816%202.875%201.297%204.659%201.297s3.434-.48%204.659-1.297c1.22-.814%202.091-2.02%202.091-3.453s-.872-2.64-2.091-3.453c-1.225-.816-2.875-1.297-4.659-1.297M6.75%2017c0-.776.472-1.57%201.423-2.204c.947-.631%202.298-1.046%203.827-1.046c1.53%200%202.88.415%203.827%201.046c.951.634%201.423%201.428%201.423%202.204s-.472%201.57-1.423%202.204c-.947.631-2.298%201.046-3.827%201.046c-1.53%200-2.88-.415-3.827-1.046C7.222%2018.57%206.75%2017.776%206.75%2017%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.267%2013.84a.75.75%200%200%201%20.894-.573c.961.211%201.828.592%202.472%201.119c.643.526%201.117%201.25%201.117%202.114c0%20.865-.474%201.588-1.117%202.114c-.644.527-1.51.908-2.472%201.119a.75.75%200%200%201-.322-1.466c.793-.173%201.426-.472%201.844-.814s.567-.677.567-.953s-.149-.61-.567-.953s-1.051-.64-1.844-.814a.75.75%200%200%201-.572-.894M3.84%2013.267a.75.75%200%201%201%20.32%201.466c-.792.173-1.425.472-1.843.814s-.567.677-.567.953s.149.61.567.953s1.051.64%201.844.814a.75.75%200%200%201-.322%201.466c-.962-.211-1.828-.592-2.472-1.119C.724%2018.088.25%2017.364.25%2016.5c0-.865.474-1.588%201.117-2.114c.644-.527%201.51-.908%202.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/users2.svg?color=%231a73e8&size=48

Users2 outline icon — Reicon · IconsDB