users group two rounded icon

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

Name
users-group-two-rounded-bold
Set
Solar
Style
Bold
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="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="M7.12205 5C7.29951 5 7.47276 5.01741 7.64005 5.05056C7.23249 5.77446 7 6.61008 7 7.5C7 8.36825 7.22131 9.18482 7.61059 9.89636C7.45245 9.92583 7.28912 9.94126 7.12205 9.94126C5.70763 9.94126 4.56102 8.83512 4.56102 7.47063C4.56102 6.10614 5.70763 5 7.12205 5Z"/><path d="M5.44734 18.986C4.87942 18.3071 4.5 17.474 4.5 16.5C4.5 15.5558 4.85657 14.744 5.39578 14.0767C3.4911 14.2245 2 15.2662 2 16.5294C2 17.8044 3.5173 18.8538 5.44734 18.986Z"/><path d="M16.9999 7.5C16.9999 8.36825 16.7786 9.18482 16.3893 9.89636C16.5475 9.92583 16.7108 9.94126 16.8779 9.94126C18.2923 9.94126 19.4389 8.83512 19.4389 7.47063C19.4389 6.10614 18.2923 5 16.8779 5C16.7004 5 16.5272 5.01741 16.3599 5.05056C16.7674 5.77446 16.9999 6.61008 16.9999 7.5Z"/><path d="M18.5526 18.986C20.4826 18.8538 21.9999 17.8044 21.9999 16.5294C21.9999 15.2662 20.5088 14.2245 18.6041 14.0767C19.1433 14.744 19.4999 15.5558 19.4999 16.5C19.4999 17.474 19.1205 18.3071 18.5526 18.986Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarUsersGroupTwoRoundedBold(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="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="M7.12205 5C7.29951 5 7.47276 5.01741 7.64005 5.05056C7.23249 5.77446 7 6.61008 7 7.5C7 8.36825 7.22131 9.18482 7.61059 9.89636C7.45245 9.92583 7.28912 9.94126 7.12205 9.94126C5.70763 9.94126 4.56102 8.83512 4.56102 7.47063C4.56102 6.10614 5.70763 5 7.12205 5Z"/><path d="M5.44734 18.986C4.87942 18.3071 4.5 17.474 4.5 16.5C4.5 15.5558 4.85657 14.744 5.39578 14.0767C3.4911 14.2245 2 15.2662 2 16.5294C2 17.8044 3.5173 18.8538 5.44734 18.986Z"/><path d="M16.9999 7.5C16.9999 8.36825 16.7786 9.18482 16.3893 9.89636C16.5475 9.92583 16.7108 9.94126 16.8779 9.94126C18.2923 9.94126 19.4389 8.83512 19.4389 7.47063C19.4389 6.10614 18.2923 5 16.8779 5C16.7004 5 16.5272 5.01741 16.3599 5.05056C16.7674 5.77446 16.9999 6.61008 16.9999 7.5Z"/><path d="M18.5526 18.986C20.4826 18.8538 21.9999 17.8044 21.9999 16.5294C21.9999 15.2662 20.5088 14.2245 18.6041 14.0767C19.1433 14.744 19.4999 15.5558 19.4999 16.5C19.4999 17.474 19.1205 18.3071 18.5526 18.986Z"/></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="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="M7.12205 5C7.29951 5 7.47276 5.01741 7.64005 5.05056C7.23249 5.77446 7 6.61008 7 7.5C7 8.36825 7.22131 9.18482 7.61059 9.89636C7.45245 9.92583 7.28912 9.94126 7.12205 9.94126C5.70763 9.94126 4.56102 8.83512 4.56102 7.47063C4.56102 6.10614 5.70763 5 7.12205 5Z"/><path d="M5.44734 18.986C4.87942 18.3071 4.5 17.474 4.5 16.5C4.5 15.5558 4.85657 14.744 5.39578 14.0767C3.4911 14.2245 2 15.2662 2 16.5294C2 17.8044 3.5173 18.8538 5.44734 18.986Z"/><path d="M16.9999 7.5C16.9999 8.36825 16.7786 9.18482 16.3893 9.89636C16.5475 9.92583 16.7108 9.94126 16.8779 9.94126C18.2923 9.94126 19.4389 8.83512 19.4389 7.47063C19.4389 6.10614 18.2923 5 16.8779 5C16.7004 5 16.5272 5.01741 16.3599 5.05056C16.7674 5.77446 16.9999 6.61008 16.9999 7.5Z"/><path d="M18.5526 18.986C20.4826 18.8538 21.9999 17.8044 21.9999 16.5294C21.9999 15.2662 20.5088 14.2245 18.6041 14.0767C19.1433 14.744 19.4999 15.5558 19.4999 16.5C19.4999 17.474 19.1205 18.3071 18.5526 18.986Z"/></g></svg>
</template>

CSS

.icon-users-group-two-rounded-bold {
  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%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%22M7.12205%205C7.29951%205%207.47276%205.01741%207.64005%205.05056C7.23249%205.77446%207%206.61008%207%207.5C7%208.36825%207.22131%209.18482%207.61059%209.89636C7.45245%209.92583%207.28912%209.94126%207.12205%209.94126C5.70763%209.94126%204.56102%208.83512%204.56102%207.47063C4.56102%206.10614%205.70763%205%207.12205%205Z%22%2F%3E%3Cpath%20d%3D%22M5.44734%2018.986C4.87942%2018.3071%204.5%2017.474%204.5%2016.5C4.5%2015.5558%204.85657%2014.744%205.39578%2014.0767C3.4911%2014.2245%202%2015.2662%202%2016.5294C2%2017.8044%203.5173%2018.8538%205.44734%2018.986Z%22%2F%3E%3Cpath%20d%3D%22M16.9999%207.5C16.9999%208.36825%2016.7786%209.18482%2016.3893%209.89636C16.5475%209.92583%2016.7108%209.94126%2016.8779%209.94126C18.2923%209.94126%2019.4389%208.83512%2019.4389%207.47063C19.4389%206.10614%2018.2923%205%2016.8779%205C16.7004%205%2016.5272%205.01741%2016.3599%205.05056C16.7674%205.77446%2016.9999%206.61008%2016.9999%207.5Z%22%2F%3E%3Cpath%20d%3D%22M18.5526%2018.986C20.4826%2018.8538%2021.9999%2017.8044%2021.9999%2016.5294C21.9999%2015.2662%2020.5088%2014.2245%2018.6041%2014.0767C19.1433%2014.744%2019.4999%2015.5558%2019.4999%2016.5C19.4999%2017.474%2019.1205%2018.3071%2018.5526%2018.986Z%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%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%22M7.12205%205C7.29951%205%207.47276%205.01741%207.64005%205.05056C7.23249%205.77446%207%206.61008%207%207.5C7%208.36825%207.22131%209.18482%207.61059%209.89636C7.45245%209.92583%207.28912%209.94126%207.12205%209.94126C5.70763%209.94126%204.56102%208.83512%204.56102%207.47063C4.56102%206.10614%205.70763%205%207.12205%205Z%22%2F%3E%3Cpath%20d%3D%22M5.44734%2018.986C4.87942%2018.3071%204.5%2017.474%204.5%2016.5C4.5%2015.5558%204.85657%2014.744%205.39578%2014.0767C3.4911%2014.2245%202%2015.2662%202%2016.5294C2%2017.8044%203.5173%2018.8538%205.44734%2018.986Z%22%2F%3E%3Cpath%20d%3D%22M16.9999%207.5C16.9999%208.36825%2016.7786%209.18482%2016.3893%209.89636C16.5475%209.92583%2016.7108%209.94126%2016.8779%209.94126C18.2923%209.94126%2019.4389%208.83512%2019.4389%207.47063C19.4389%206.10614%2018.2923%205%2016.8779%205C16.7004%205%2016.5272%205.01741%2016.3599%205.05056C16.7674%205.77446%2016.9999%206.61008%2016.9999%207.5Z%22%2F%3E%3Cpath%20d%3D%22M18.5526%2018.986C20.4826%2018.8538%2021.9999%2017.8044%2021.9999%2016.5294C21.9999%2015.2662%2020.5088%2014.2245%2018.6041%2014.0767C19.1433%2014.744%2019.4999%2015.5558%2019.4999%2016.5C19.4999%2017.474%2019.1205%2018.3071%2018.5526%2018.986Z%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.svg?color=%231a73e8&size=48