group-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
group-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the group 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 13c1.993 0 3.805.609 5.138 1.467c.666.429 1.238.936 1.652 1.49c.408.544.71 1.199.71 1.9c0 .755-.349 1.36-.864 1.797c-.485.41-1.117.676-1.77.859c-1.313.366-3.05.487-4.866.487s-3.553-.12-4.865-.487c-.654-.183-1.286-.448-1.77-.859C2.348 19.218 2 18.612 2 17.857c0-.701.302-1.356.71-1.9c.414-.554.986-1.061 1.652-1.49C5.695 13.609 7.507 13 9.5 13m8.5 0c1.32 0 2.518.436 3.4 1.05c.822.574 1.6 1.478 1.6 2.521c0 .587-.253 1.072-.639 1.426c-.357.328-.808.529-1.243.66c-.65.197-1.44.29-2.268.325c.095-.35.15-.726.15-1.125c0-1.276-.544-2.344-1.11-3.1a8 8 0 0 0-1.538-1.528A6 6 0 0 1 18 13M9.5 3a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M18 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteGroup2Fill(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="M9.5 13c1.993 0 3.805.609 5.138 1.467c.666.429 1.238.936 1.652 1.49c.408.544.71 1.199.71 1.9c0 .755-.349 1.36-.864 1.797c-.485.41-1.117.676-1.77.859c-1.313.366-3.05.487-4.866.487s-3.553-.12-4.865-.487c-.654-.183-1.286-.448-1.77-.859C2.348 19.218 2 18.612 2 17.857c0-.701.302-1.356.71-1.9c.414-.554.986-1.061 1.652-1.49C5.695 13.609 7.507 13 9.5 13m8.5 0c1.32 0 2.518.436 3.4 1.05c.822.574 1.6 1.478 1.6 2.521c0 .587-.253 1.072-.639 1.426c-.357.328-.808.529-1.243.66c-.65.197-1.44.29-2.268.325c.095-.35.15-.726.15-1.125c0-1.276-.544-2.344-1.11-3.1a8 8 0 0 0-1.538-1.528A6 6 0 0 1 18 13M9.5 3a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M18 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 13c1.993 0 3.805.609 5.138 1.467c.666.429 1.238.936 1.652 1.49c.408.544.71 1.199.71 1.9c0 .755-.349 1.36-.864 1.797c-.485.41-1.117.676-1.77.859c-1.313.366-3.05.487-4.866.487s-3.553-.12-4.865-.487c-.654-.183-1.286-.448-1.77-.859C2.348 19.218 2 18.612 2 17.857c0-.701.302-1.356.71-1.9c.414-.554.986-1.061 1.652-1.49C5.695 13.609 7.507 13 9.5 13m8.5 0c1.32 0 2.518.436 3.4 1.05c.822.574 1.6 1.478 1.6 2.521c0 .587-.253 1.072-.639 1.426c-.357.328-.808.529-1.243.66c-.65.197-1.44.29-2.268.325c.095-.35.15-.726.15-1.125c0-1.276-.544-2.344-1.11-3.1a8 8 0 0 0-1.538-1.528A6 6 0 0 1 18 13M9.5 3a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M18 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
</template>

CSS

.icon-group-2-fill {
  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%22M9.5%2013c1.993%200%203.805.609%205.138%201.467c.666.429%201.238.936%201.652%201.49c.408.544.71%201.199.71%201.9c0%20.755-.349%201.36-.864%201.797c-.485.41-1.117.676-1.77.859c-1.313.366-3.05.487-4.866.487s-3.553-.12-4.865-.487c-.654-.183-1.286-.448-1.77-.859C2.348%2019.218%202%2018.612%202%2017.857c0-.701.302-1.356.71-1.9c.414-.554.986-1.061%201.652-1.49C5.695%2013.609%207.507%2013%209.5%2013m8.5%200c1.32%200%202.518.436%203.4%201.05c.822.574%201.6%201.478%201.6%202.521c0%20.587-.253%201.072-.639%201.426c-.357.328-.808.529-1.243.66c-.65.197-1.44.29-2.268.325c.095-.35.15-.726.15-1.125c0-1.276-.544-2.344-1.11-3.1a8%208%200%200%200-1.538-1.528A6%206%200%200%201%2018%2013M9.5%203a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M18%206a3%203%200%201%201%200%206a3%203%200%200%201%200-6%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%22M9.5%2013c1.993%200%203.805.609%205.138%201.467c.666.429%201.238.936%201.652%201.49c.408.544.71%201.199.71%201.9c0%20.755-.349%201.36-.864%201.797c-.485.41-1.117.676-1.77.859c-1.313.366-3.05.487-4.866.487s-3.553-.12-4.865-.487c-.654-.183-1.286-.448-1.77-.859C2.348%2019.218%202%2018.612%202%2017.857c0-.701.302-1.356.71-1.9c.414-.554.986-1.061%201.652-1.49C5.695%2013.609%207.507%2013%209.5%2013m8.5%200c1.32%200%202.518.436%203.4%201.05c.822.574%201.6%201.478%201.6%202.521c0%20.587-.253%201.072-.639%201.426c-.357.328-.808.529-1.243.66c-.65.197-1.44.29-2.268.325c.095-.35.15-.726.15-1.125c0-1.276-.544-2.344-1.11-3.1a8%208%200%200%200-1.538-1.528A6%206%200%200%201%2018%2013M9.5%203a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M18%206a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/group-2-fill.svg?color=%231a73e8&size=48