users2 icon
users2-duotone from Reicon by REICON · Duotone · Users · MIT Free for personal and commercial use.
- Name
- users2-duotone
- Set
- Reicon
- Style
- Duotone
- 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 d="M15.5 7.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M19.5 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-15 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0" opacity=".4"/><path d="M18 16.5c0 1.933-2.686 3.5-6 3.5s-6-1.567-6-3.5S8.686 13 12 13s6 1.567 6 3.5"/><path d="M22 16.5c0 1.38-1.79 2.5-4 2.5s-4-1.12-4-2.5s1.79-2.5 4-2.5s4 1.12 4 2.5m-20 0C2 17.88 3.79 19 6 19s4-1.12 4-2.5S8.21 14 6 14s-4 1.12-4 2.5" opacity=".4"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUsers2Duotone(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 d="M15.5 7.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M19.5 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-15 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0" opacity=".4"/><path d="M18 16.5c0 1.933-2.686 3.5-6 3.5s-6-1.567-6-3.5S8.686 13 12 13s6 1.567 6 3.5"/><path d="M22 16.5c0 1.38-1.79 2.5-4 2.5s-4-1.12-4-2.5s1.79-2.5 4-2.5s4 1.12 4 2.5m-20 0C2 17.88 3.79 19 6 19s4-1.12 4-2.5S8.21 14 6 14s-4 1.12-4 2.5" opacity=".4"/></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 d="M15.5 7.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M19.5 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-15 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0" opacity=".4"/><path d="M18 16.5c0 1.933-2.686 3.5-6 3.5s-6-1.567-6-3.5S8.686 13 12 13s6 1.567 6 3.5"/><path d="M22 16.5c0 1.38-1.79 2.5-4 2.5s-4-1.12-4-2.5s1.79-2.5 4-2.5s4 1.12 4 2.5m-20 0C2 17.88 3.79 19 6 19s4-1.12 4-2.5S8.21 14 6 14s-4 1.12-4 2.5" opacity=".4"/></g></svg> </template>
CSS
.icon-users2-duotone {
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%20d%3D%22M15.5%207.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M19.5%207.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-15%200a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%200%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M18%2016.5c0%201.933-2.686%203.5-6%203.5s-6-1.567-6-3.5S8.686%2013%2012%2013s6%201.567%206%203.5%22%2F%3E%3Cpath%20d%3D%22M22%2016.5c0%201.38-1.79%202.5-4%202.5s-4-1.12-4-2.5s1.79-2.5%204-2.5s4%201.12%204%202.5m-20%200C2%2017.88%203.79%2019%206%2019s4-1.12%204-2.5S8.21%2014%206%2014s-4%201.12-4%202.5%22%20opacity%3D%22.4%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%20d%3D%22M15.5%207.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M19.5%207.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-15%200a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%200%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M18%2016.5c0%201.933-2.686%203.5-6%203.5s-6-1.567-6-3.5S8.686%2013%2012%2013s6%201.567%206%203.5%22%2F%3E%3Cpath%20d%3D%22M22%2016.5c0%201.38-1.79%202.5-4%202.5s-4-1.12-4-2.5s1.79-2.5%204-2.5s4%201.12%204%202.5m-20%200C2%2017.88%203.79%2019%206%2019s4-1.12%204-2.5S8.21%2014%206%2014s-4%201.12-4%202.5%22%20opacity%3D%22.4%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-duotone.svg?color=%231a73e8&size=48