users2 icon
users2-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.
- Name
- users2-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" d="M15.5 7.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 9c0 1.933-2.686 3.5-6 3.5s-6-1.567-6-3.5S8.686 13 12 13s6 1.567 6 3.5M7.122 5q.267 0 .518.05A5 5 0 0 0 7 7.5c0 .868.221 1.685.61 2.396q-.237.045-.488.045c-1.414 0-2.561-1.106-2.561-2.47S5.708 5 7.122 5M5.447 18.986C4.88 18.307 4.5 17.474 4.5 16.5c0-.944.357-1.756.896-2.423C3.49 14.225 2 15.267 2 16.529c0 1.275 1.517 2.325 3.447 2.457M17 7.5c0 .868-.221 1.685-.61 2.396q.236.045.488.045c1.414 0 2.56-1.106 2.56-2.47S18.293 5 16.879 5q-.267 0-.518.05c.407.724.64 1.56.64 2.45m1.552 11.486c1.93-.132 3.447-1.182 3.447-2.457c0-1.263-1.491-2.304-3.396-2.452c.54.667.896 1.479.896 2.423c0 .974-.38 1.807-.947 2.486"/></svg>
React
import type { SVGProps } from "react";
export function ReiconUsers2Filled(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="M15.5 7.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 9c0 1.933-2.686 3.5-6 3.5s-6-1.567-6-3.5S8.686 13 12 13s6 1.567 6 3.5M7.122 5q.267 0 .518.05A5 5 0 0 0 7 7.5c0 .868.221 1.685.61 2.396q-.237.045-.488.045c-1.414 0-2.561-1.106-2.561-2.47S5.708 5 7.122 5M5.447 18.986C4.88 18.307 4.5 17.474 4.5 16.5c0-.944.357-1.756.896-2.423C3.49 14.225 2 15.267 2 16.529c0 1.275 1.517 2.325 3.447 2.457M17 7.5c0 .868-.221 1.685-.61 2.396q.236.045.488.045c1.414 0 2.56-1.106 2.56-2.47S18.293 5 16.879 5q-.267 0-.518.05c.407.724.64 1.56.64 2.45m1.552 11.486c1.93-.132 3.447-1.182 3.447-2.457c0-1.263-1.491-2.304-3.396-2.452c.54.667.896 1.479.896 2.423c0 .974-.38 1.807-.947 2.486"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 7.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m2.5 9c0 1.933-2.686 3.5-6 3.5s-6-1.567-6-3.5S8.686 13 12 13s6 1.567 6 3.5M7.122 5q.267 0 .518.05A5 5 0 0 0 7 7.5c0 .868.221 1.685.61 2.396q-.237.045-.488.045c-1.414 0-2.561-1.106-2.561-2.47S5.708 5 7.122 5M5.447 18.986C4.88 18.307 4.5 17.474 4.5 16.5c0-.944.357-1.756.896-2.423C3.49 14.225 2 15.267 2 16.529c0 1.275 1.517 2.325 3.447 2.457M17 7.5c0 .868-.221 1.685-.61 2.396q.236.045.488.045c1.414 0 2.56-1.106 2.56-2.47S18.293 5 16.879 5q-.267 0-.518.05c.407.724.64 1.56.64 2.45m1.552 11.486c1.93-.132 3.447-1.182 3.447-2.457c0-1.263-1.491-2.304-3.396-2.452c.54.667.896 1.479.896 2.423c0 .974-.38 1.807-.947 2.486"/></svg> </template>
CSS
.icon-users2-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%22M15.5%207.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m2.5%209c0%201.933-2.686%203.5-6%203.5s-6-1.567-6-3.5S8.686%2013%2012%2013s6%201.567%206%203.5M7.122%205q.267%200%20.518.05A5%205%200%200%200%207%207.5c0%20.868.221%201.685.61%202.396q-.237.045-.488.045c-1.414%200-2.561-1.106-2.561-2.47S5.708%205%207.122%205M5.447%2018.986C4.88%2018.307%204.5%2017.474%204.5%2016.5c0-.944.357-1.756.896-2.423C3.49%2014.225%202%2015.267%202%2016.529c0%201.275%201.517%202.325%203.447%202.457M17%207.5c0%20.868-.221%201.685-.61%202.396q.236.045.488.045c1.414%200%202.56-1.106%202.56-2.47S18.293%205%2016.879%205q-.267%200-.518.05c.407.724.64%201.56.64%202.45m1.552%2011.486c1.93-.132%203.447-1.182%203.447-2.457c0-1.263-1.491-2.304-3.396-2.452c.54.667.896%201.479.896%202.423c0%20.974-.38%201.807-.947%202.486%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%22M15.5%207.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m2.5%209c0%201.933-2.686%203.5-6%203.5s-6-1.567-6-3.5S8.686%2013%2012%2013s6%201.567%206%203.5M7.122%205q.267%200%20.518.05A5%205%200%200%200%207%207.5c0%20.868.221%201.685.61%202.396q-.237.045-.488.045c-1.414%200-2.561-1.106-2.561-2.47S5.708%205%207.122%205M5.447%2018.986C4.88%2018.307%204.5%2017.474%204.5%2016.5c0-.944.357-1.756.896-2.423C3.49%2014.225%202%2015.267%202%2016.529c0%201.275%201.517%202.325%203.447%202.457M17%207.5c0%20.868-.221%201.685-.61%202.396q.236.045.488.045c1.414%200%202.56-1.106%202.56-2.47S18.293%205%2016.879%205q-.267%200-.518.05c.407.724.64%201.56.64%202.45m1.552%2011.486c1.93-.132%203.447-1.182%203.447-2.457c0-1.263-1.491-2.304-3.396-2.452c.54.667.896%201.479.896%202.423c0%20.974-.38%201.807-.947%202.486%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/users2-filled.svg?color=%231a73e8&size=48