users3 icon

users3-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.

Name
users3-filled
Set
Reicon
Style
Filled
Category
Users
Viewbox
24×24
License
MIT

1 other variant in Reicon

More users icons from Reicon

Use the users3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 2.75a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m9.5 10.5a6.5 6.5 0 0 0-2.462.476a.75.75 0 0 0-.24 1.233c1.193 1.16 2.019 2.605 2.322 4.183a.75.75 0 0 0 .737.608H23a.75.75 0 0 0 .75-.75c0-2.943-2.685-5.75-6.25-5.75m-9.5.5c-4.388 0-7.75 3.267-7.75 6.75c0 .414.336.75.75.75h14a.75.75 0 0 0 .75-.75c0-3.483-3.36-6.75-7.75-6.75m9.5-9a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>

React

import type { SVGProps } from "react";

export function ReiconUsers3Filled(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="M8 2.75a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m9.5 10.5a6.5 6.5 0 0 0-2.462.476a.75.75 0 0 0-.24 1.233c1.193 1.16 2.019 2.605 2.322 4.183a.75.75 0 0 0 .737.608H23a.75.75 0 0 0 .75-.75c0-2.943-2.685-5.75-6.25-5.75m-9.5.5c-4.388 0-7.75 3.267-7.75 6.75c0 .414.336.75.75.75h14a.75.75 0 0 0 .75-.75c0-3.483-3.36-6.75-7.75-6.75m9.5-9a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 2.75a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m9.5 10.5a6.5 6.5 0 0 0-2.462.476a.75.75 0 0 0-.24 1.233c1.193 1.16 2.019 2.605 2.322 4.183a.75.75 0 0 0 .737.608H23a.75.75 0 0 0 .75-.75c0-2.943-2.685-5.75-6.25-5.75m-9.5.5c-4.388 0-7.75 3.267-7.75 6.75c0 .414.336.75.75.75h14a.75.75 0 0 0 .75-.75c0-3.483-3.36-6.75-7.75-6.75m9.5-9a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
</template>

CSS

.icon-users3-filled {
  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%22M8%202.75a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m9.5%2010.5a6.5%206.5%200%200%200-2.462.476a.75.75%200%200%200-.24%201.233c1.193%201.16%202.019%202.605%202.322%204.183a.75.75%200%200%200%20.737.608H23a.75.75%200%200%200%20.75-.75c0-2.943-2.685-5.75-6.25-5.75m-9.5.5c-4.388%200-7.75%203.267-7.75%206.75c0%20.414.336.75.75.75h14a.75.75%200%200%200%20.75-.75c0-3.483-3.36-6.75-7.75-6.75m9.5-9a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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%22M8%202.75a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m9.5%2010.5a6.5%206.5%200%200%200-2.462.476a.75.75%200%200%200-.24%201.233c1.193%201.16%202.019%202.605%202.322%204.183a.75.75%200%200%200%20.737.608H23a.75.75%200%200%200%20.75-.75c0-2.943-2.685-5.75-6.25-5.75m-9.5.5c-4.388%200-7.75%203.267-7.75%206.75c0%20.414.336.75.75.75h14a.75.75%200%200%200%20.75-.75c0-3.483-3.36-6.75-7.75-6.75m9.5-9a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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