group-auto from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
group-auto
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

Related icons in Material Symbols

Use the group auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-2.25q0-.775.4-1.413t1.1-.987q1.3-.65 2.688-1T9.024 16q1.45 0 2.838.35t2.662 1q.675.35 1.075.988t.4 1.412V22H2Zm16 0v-2.5q0-.95-.488-1.775t-1.212-1.45q.8.2 1.588.438t1.512.612q.65.35 1.125.9T21 19.5V22h-3Zm-9-7q-1.45 0-2.475-1.025T5.5 11.5q0-1.45 1.025-2.475T9 8q1.45 0 2.475 1.025T12.5 11.5q0 1.45-1.025 2.475T9 15Zm8.5-3.5q0 1.45-1.025 2.475T14 15q-.2 0-.362-.013t-.338-.062q.625-.725.913-1.6T14.5 11.5q0-.95-.288-1.825t-.912-1.6q.175-.05.338-.062T14 8q1.45 0 2.475 1.025T17.5 11.5Zm1-1.5q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGroupAuto(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="M2 22v-2.25q0-.775.4-1.413t1.1-.987q1.3-.65 2.688-1T9.024 16q1.45 0 2.838.35t2.662 1q.675.35 1.075.988t.4 1.412V22H2Zm16 0v-2.5q0-.95-.488-1.775t-1.212-1.45q.8.2 1.588.438t1.512.612q.65.35 1.125.9T21 19.5V22h-3Zm-9-7q-1.45 0-2.475-1.025T5.5 11.5q0-1.45 1.025-2.475T9 8q1.45 0 2.475 1.025T12.5 11.5q0 1.45-1.025 2.475T9 15Zm8.5-3.5q0 1.45-1.025 2.475T14 15q-.2 0-.362-.013t-.338-.062q.625-.725.913-1.6T14.5 11.5q0-.95-.288-1.825t-.912-1.6q.175-.05.338-.062T14 8q1.45 0 2.475 1.025T17.5 11.5Zm1-1.5q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-2.25q0-.775.4-1.413t1.1-.987q1.3-.65 2.688-1T9.024 16q1.45 0 2.838.35t2.662 1q.675.35 1.075.988t.4 1.412V22H2Zm16 0v-2.5q0-.95-.488-1.775t-1.212-1.45q.8.2 1.588.438t1.512.612q.65.35 1.125.9T21 19.5V22h-3Zm-9-7q-1.45 0-2.475-1.025T5.5 11.5q0-1.45 1.025-2.475T9 8q1.45 0 2.475 1.025T12.5 11.5q0 1.45-1.025 2.475T9 15Zm8.5-3.5q0 1.45-1.025 2.475T14 15q-.2 0-.362-.013t-.338-.062q.625-.725.913-1.6T14.5 11.5q0-.95-.288-1.825t-.912-1.6q.175-.05.338-.062T14 8q1.45 0 2.475 1.025T17.5 11.5Zm1-1.5q0-1.875-1.313-3.188T14 5.5q1.875 0 3.188-1.313T18.5 1q0 1.875 1.313 3.188T23 5.5q-1.875 0-3.188 1.313T18.5 10Z"/></svg>
</template>

CSS

.icon-group-auto {
  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%22M2%2022v-2.25q0-.775.4-1.413t1.1-.987q1.3-.65%202.688-1T9.024%2016q1.45%200%202.838.35t2.662%201q.675.35%201.075.988t.4%201.412V22H2Zm16%200v-2.5q0-.95-.488-1.775t-1.212-1.45q.8.2%201.588.438t1.512.612q.65.35%201.125.9T21%2019.5V22h-3Zm-9-7q-1.45%200-2.475-1.025T5.5%2011.5q0-1.45%201.025-2.475T9%208q1.45%200%202.475%201.025T12.5%2011.5q0%201.45-1.025%202.475T9%2015Zm8.5-3.5q0%201.45-1.025%202.475T14%2015q-.2%200-.362-.013t-.338-.062q.625-.725.913-1.6T14.5%2011.5q0-.95-.288-1.825t-.912-1.6q.175-.05.338-.062T14%208q1.45%200%202.475%201.025T17.5%2011.5Zm1-1.5q0-1.875-1.313-3.188T14%205.5q1.875%200%203.188-1.313T18.5%201q0%201.875%201.313%203.188T23%205.5q-1.875%200-3.188%201.313T18.5%2010Z%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%22M2%2022v-2.25q0-.775.4-1.413t1.1-.987q1.3-.65%202.688-1T9.024%2016q1.45%200%202.838.35t2.662%201q.675.35%201.075.988t.4%201.412V22H2Zm16%200v-2.5q0-.95-.488-1.775t-1.212-1.45q.8.2%201.588.438t1.512.612q.65.35%201.125.9T21%2019.5V22h-3Zm-9-7q-1.45%200-2.475-1.025T5.5%2011.5q0-1.45%201.025-2.475T9%208q1.45%200%202.475%201.025T12.5%2011.5q0%201.45-1.025%202.475T9%2015Zm8.5-3.5q0%201.45-1.025%202.475T14%2015q-.2%200-.362-.013t-.338-.062q.625-.725.913-1.6T14.5%2011.5q0-.95-.288-1.825t-.912-1.6q.175-.05.338-.062T14%208q1.45%200%202.475%201.025T17.5%2011.5Zm1-1.5q0-1.875-1.313-3.188T14%205.5q1.875%200%203.188-1.313T18.5%201q0%201.875%201.313%203.188T23%205.5q-1.875%200-3.188%201.313T18.5%2010Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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