users group two rounded icon

users-group-two-rounded-bold-duotone from Solar by 480 Design · Bold Duotone · Users · CC-BY-4.0 Attribution required.

Name
users-group-two-rounded-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Users
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More users icons from Solar

Use the users group two rounded 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.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z"/><path d="M19.5 7.5C19.5 8.88071 18.3807 10 17 10C15.6193 10 14.5 8.88071 14.5 7.5C14.5 6.11929 15.6193 5 17 5C18.3807 5 19.5 6.11929 19.5 7.5Z" opacity=".5"/><path d="M4.5 7.5C4.5 8.88071 5.61929 10 7 10C8.38071 10 9.5 8.88071 9.5 7.5C9.5 6.11929 8.38071 5 7 5C5.61929 5 4.5 6.11929 4.5 7.5Z" opacity=".5"/><path d="M18 16.5C18 18.433 15.3137 20 12 20C8.68629 20 6 18.433 6 16.5C6 14.567 8.68629 13 12 13C15.3137 13 18 14.567 18 16.5Z"/><path d="M22 16.5C22 17.8807 20.2091 19 18 19C15.7909 19 14 17.8807 14 16.5C14 15.1193 15.7909 14 18 14C20.2091 14 22 15.1193 22 16.5Z" opacity=".5"/><path d="M2 16.5C2 17.8807 3.79086 19 6 19C8.20914 19 10 17.8807 10 16.5C10 15.1193 8.20914 14 6 14C3.79086 14 2 15.1193 2 16.5Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUsersGroupTwoRoundedBoldDuotone(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.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z"/><path d="M19.5 7.5C19.5 8.88071 18.3807 10 17 10C15.6193 10 14.5 8.88071 14.5 7.5C14.5 6.11929 15.6193 5 17 5C18.3807 5 19.5 6.11929 19.5 7.5Z" opacity=".5"/><path d="M4.5 7.5C4.5 8.88071 5.61929 10 7 10C8.38071 10 9.5 8.88071 9.5 7.5C9.5 6.11929 8.38071 5 7 5C5.61929 5 4.5 6.11929 4.5 7.5Z" opacity=".5"/><path d="M18 16.5C18 18.433 15.3137 20 12 20C8.68629 20 6 18.433 6 16.5C6 14.567 8.68629 13 12 13C15.3137 13 18 14.567 18 16.5Z"/><path d="M22 16.5C22 17.8807 20.2091 19 18 19C15.7909 19 14 17.8807 14 16.5C14 15.1193 15.7909 14 18 14C20.2091 14 22 15.1193 22 16.5Z" opacity=".5"/><path d="M2 16.5C2 17.8807 3.79086 19 6 19C8.20914 19 10 17.8807 10 16.5C10 15.1193 8.20914 14 6 14C3.79086 14 2 15.1193 2 16.5Z" opacity=".5"/></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.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z"/><path d="M19.5 7.5C19.5 8.88071 18.3807 10 17 10C15.6193 10 14.5 8.88071 14.5 7.5C14.5 6.11929 15.6193 5 17 5C18.3807 5 19.5 6.11929 19.5 7.5Z" opacity=".5"/><path d="M4.5 7.5C4.5 8.88071 5.61929 10 7 10C8.38071 10 9.5 8.88071 9.5 7.5C9.5 6.11929 8.38071 5 7 5C5.61929 5 4.5 6.11929 4.5 7.5Z" opacity=".5"/><path d="M18 16.5C18 18.433 15.3137 20 12 20C8.68629 20 6 18.433 6 16.5C6 14.567 8.68629 13 12 13C15.3137 13 18 14.567 18 16.5Z"/><path d="M22 16.5C22 17.8807 20.2091 19 18 19C15.7909 19 14 17.8807 14 16.5C14 15.1193 15.7909 14 18 14C20.2091 14 22 15.1193 22 16.5Z" opacity=".5"/><path d="M2 16.5C2 17.8807 3.79086 19 6 19C8.20914 19 10 17.8807 10 16.5C10 15.1193 8.20914 14 6 14C3.79086 14 2 15.1193 2 16.5Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-users-group-two-rounded-bold-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.5C15.5%209.433%2013.933%2011%2012%2011C10.067%2011%208.5%209.433%208.5%207.5C8.5%205.567%2010.067%204%2012%204C13.933%204%2015.5%205.567%2015.5%207.5Z%22%2F%3E%3Cpath%20d%3D%22M19.5%207.5C19.5%208.88071%2018.3807%2010%2017%2010C15.6193%2010%2014.5%208.88071%2014.5%207.5C14.5%206.11929%2015.6193%205%2017%205C18.3807%205%2019.5%206.11929%2019.5%207.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4.5%207.5C4.5%208.88071%205.61929%2010%207%2010C8.38071%2010%209.5%208.88071%209.5%207.5C9.5%206.11929%208.38071%205%207%205C5.61929%205%204.5%206.11929%204.5%207.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18%2016.5C18%2018.433%2015.3137%2020%2012%2020C8.68629%2020%206%2018.433%206%2016.5C6%2014.567%208.68629%2013%2012%2013C15.3137%2013%2018%2014.567%2018%2016.5Z%22%2F%3E%3Cpath%20d%3D%22M22%2016.5C22%2017.8807%2020.2091%2019%2018%2019C15.7909%2019%2014%2017.8807%2014%2016.5C14%2015.1193%2015.7909%2014%2018%2014C20.2091%2014%2022%2015.1193%2022%2016.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2016.5C2%2017.8807%203.79086%2019%206%2019C8.20914%2019%2010%2017.8807%2010%2016.5C10%2015.1193%208.20914%2014%206%2014C3.79086%2014%202%2015.1193%202%2016.5Z%22%20opacity%3D%22.5%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.5C15.5%209.433%2013.933%2011%2012%2011C10.067%2011%208.5%209.433%208.5%207.5C8.5%205.567%2010.067%204%2012%204C13.933%204%2015.5%205.567%2015.5%207.5Z%22%2F%3E%3Cpath%20d%3D%22M19.5%207.5C19.5%208.88071%2018.3807%2010%2017%2010C15.6193%2010%2014.5%208.88071%2014.5%207.5C14.5%206.11929%2015.6193%205%2017%205C18.3807%205%2019.5%206.11929%2019.5%207.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4.5%207.5C4.5%208.88071%205.61929%2010%207%2010C8.38071%2010%209.5%208.88071%209.5%207.5C9.5%206.11929%208.38071%205%207%205C5.61929%205%204.5%206.11929%204.5%207.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18%2016.5C18%2018.433%2015.3137%2020%2012%2020C8.68629%2020%206%2018.433%206%2016.5C6%2014.567%208.68629%2013%2012%2013C15.3137%2013%2018%2014.567%2018%2016.5Z%22%2F%3E%3Cpath%20d%3D%22M22%2016.5C22%2017.8807%2020.2091%2019%2018%2019C15.7909%2019%2014%2017.8807%2014%2016.5C14%2015.1193%2015.7909%2014%2018%2014C20.2091%2014%2022%2015.1193%2022%2016.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2016.5C2%2017.8807%203.79086%2019%206%2019C8.20914%2019%2010%2017.8807%2010%2016.5C10%2015.1193%208.20914%2014%206%2014C3.79086%2014%202%2015.1193%202%2016.5Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/users-group-two-rounded-bold-duotone.svg?color=%231a73e8&size=48