users3 icon
users3 from Reicon by REICON · Outline · Users · MIT Free for personal and commercial use.
- Name
- users3
- Set
- Reicon
- Style
- Outline
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M3.5 7.25a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clip-rule="evenodd"/><path d="M15.603 15.116a5 5 0 0 1 1.897-.366c2.796 0 4.75 2.193 4.75 4.25a.75.75 0 0 0 1.5 0c0-2.943-2.685-5.75-6.25-5.75a6.5 6.5 0 0 0-2.462.476a.75.75 0 1 0 .565 1.39M1.75 20.5c0-2.517 2.544-5.25 6.25-5.25s6.25 2.733 6.25 5.25a.75.75 0 0 0 1.5 0c0-3.483-3.36-6.75-7.75-6.75c-4.388 0-7.75 3.267-7.75 6.75a.75.75 0 0 0 1.5 0"/><path fill-rule="evenodd" d="M17.5 4.75a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUsers3(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="M3.5 7.25a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clipRule="evenodd"/><path d="M15.603 15.116a5 5 0 0 1 1.897-.366c2.796 0 4.75 2.193 4.75 4.25a.75.75 0 0 0 1.5 0c0-2.943-2.685-5.75-6.25-5.75a6.5 6.5 0 0 0-2.462.476a.75.75 0 1 0 .565 1.39M1.75 20.5c0-2.517 2.544-5.25 6.25-5.25s6.25 2.733 6.25 5.25a.75.75 0 0 0 1.5 0c0-3.483-3.36-6.75-7.75-6.75c-4.388 0-7.75 3.267-7.75 6.75a.75.75 0 0 0 1.5 0"/><path fillRule="evenodd" d="M17.5 4.75a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clipRule="evenodd"/></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="M3.5 7.25a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6" clip-rule="evenodd"/><path d="M15.603 15.116a5 5 0 0 1 1.897-.366c2.796 0 4.75 2.193 4.75 4.25a.75.75 0 0 0 1.5 0c0-2.943-2.685-5.75-6.25-5.75a6.5 6.5 0 0 0-2.462.476a.75.75 0 1 0 .565 1.39M1.75 20.5c0-2.517 2.544-5.25 6.25-5.25s6.25 2.733 6.25 5.25a.75.75 0 0 0 1.5 0c0-3.483-3.36-6.75-7.75-6.75c-4.388 0-7.75 3.267-7.75 6.75a.75.75 0 0 0 1.5 0"/><path fill-rule="evenodd" d="M17.5 4.75a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-users3 {
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%22M3.5%207.25a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.603%2015.116a5%205%200%200%201%201.897-.366c2.796%200%204.75%202.193%204.75%204.25a.75.75%200%200%200%201.5%200c0-2.943-2.685-5.75-6.25-5.75a6.5%206.5%200%200%200-2.462.476a.75.75%200%201%200%20.565%201.39M1.75%2020.5c0-2.517%202.544-5.25%206.25-5.25s6.25%202.733%206.25%205.25a.75.75%200%200%200%201.5%200c0-3.483-3.36-6.75-7.75-6.75c-4.388%200-7.75%203.267-7.75%206.75a.75.75%200%200%200%201.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%204.75a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%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%22M3.5%207.25a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.603%2015.116a5%205%200%200%201%201.897-.366c2.796%200%204.75%202.193%204.75%204.25a.75.75%200%200%200%201.5%200c0-2.943-2.685-5.75-6.25-5.75a6.5%206.5%200%200%200-2.462.476a.75.75%200%201%200%20.565%201.39M1.75%2020.5c0-2.517%202.544-5.25%206.25-5.25s6.25%202.733%206.25%205.25a.75.75%200%200%200%201.5%200c0-3.483-3.36-6.75-7.75-6.75c-4.388%200-7.75%203.267-7.75%206.75a.75.75%200%200%200%201.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%204.75a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%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/users3.svg?color=%231a73e8&size=48