google circles group icon

google-circles-group from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
google-circles-group
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

More brand / logo icons from Material Design Icons

Use the google circles group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m0 6a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4m5.5-5H14V8l4 4l-4 4v-3h-3.5zM5 6c-.45 0-.89.05-1.31.14C5.63 3.05 9.08 1 13 1c6.08 0 11 4.92 11 11s-4.92 11-11 11c-3.92 0-7.37-2.05-9.31-5.14c.42.09.86.14 1.31.14c.8 0 1.56-.16 2.25-.44A7.96 7.96 0 0 0 13 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8c-2.26 0-4.29.93-5.75 2.44C6.56 6.16 5.8 6 5 6"/></svg>

React

import type { SVGProps } from "react";

export function MdiGoogleCirclesGroup(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="M5 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m0 6a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4m5.5-5H14V8l4 4l-4 4v-3h-3.5zM5 6c-.45 0-.89.05-1.31.14C5.63 3.05 9.08 1 13 1c6.08 0 11 4.92 11 11s-4.92 11-11 11c-3.92 0-7.37-2.05-9.31-5.14c.42.09.86.14 1.31.14c.8 0 1.56-.16 2.25-.44A7.96 7.96 0 0 0 13 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8c-2.26 0-4.29.93-5.75 2.44C6.56 6.16 5.8 6 5 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="M5 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2m0 6a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4m5.5-5H14V8l4 4l-4 4v-3h-3.5zM5 6c-.45 0-.89.05-1.31.14C5.63 3.05 9.08 1 13 1c6.08 0 11 4.92 11 11s-4.92 11-11 11c-3.92 0-7.37-2.05-9.31-5.14c.42.09.86.14 1.31.14c.8 0 1.56-.16 2.25-.44A7.96 7.96 0 0 0 13 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8c-2.26 0-4.29.93-5.75 2.44C6.56 6.16 5.8 6 5 6"/></svg>
</template>

CSS

.icon-google-circles-group {
  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%22M5%2010a2%202%200%200%200-2%202a2%202%200%200%200%202%202c1.11%200%202-.89%202-2a2%202%200%200%200-2-2m0%206a4%204%200%200%201-4-4a4%204%200%200%201%204-4a4%204%200%200%201%204%204a4%204%200%200%201-4%204m5.5-5H14V8l4%204l-4%204v-3h-3.5zM5%206c-.45%200-.89.05-1.31.14C5.63%203.05%209.08%201%2013%201c6.08%200%2011%204.92%2011%2011s-4.92%2011-11%2011c-3.92%200-7.37-2.05-9.31-5.14c.42.09.86.14%201.31.14c.8%200%201.56-.16%202.25-.44A7.96%207.96%200%200%200%2013%2020a8%208%200%200%200%208-8a8%208%200%200%200-8-8c-2.26%200-4.29.93-5.75%202.44C6.56%206.16%205.8%206%205%206%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%22M5%2010a2%202%200%200%200-2%202a2%202%200%200%200%202%202c1.11%200%202-.89%202-2a2%202%200%200%200-2-2m0%206a4%204%200%200%201-4-4a4%204%200%200%201%204-4a4%204%200%200%201%204%204a4%204%200%200%201-4%204m5.5-5H14V8l4%204l-4%204v-3h-3.5zM5%206c-.45%200-.89.05-1.31.14C5.63%203.05%209.08%201%2013%201c6.08%200%2011%204.92%2011%2011s-4.92%2011-11%2011c-3.92%200-7.37-2.05-9.31-5.14c.42.09.86.14%201.31.14c.8%200%201.56-.16%202.25-.44A7.96%207.96%200%200%200%2013%2020a8%208%200%200%200%208-8a8%208%200%200%200-8-8c-2.26%200-4.29.93-5.75%202.44C6.56%206.16%205.8%206%205%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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