twotone group off icon

twotone-group-off from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-group-off
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone group off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.99 8.16c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2c-.06 0-.11 0-.16.01zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15" opacity=".3"/><path fill="currentColor" d="M15 8c0-1.42-.5-2.73-1.33-3.76c.42-.14.86-.24 1.33-.24c2.21 0 4 1.79 4 4s-1.79 4-4 4h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83 12H23v-3c0-2.18-3.58-3.47-6.34-3.87c1.1.75 1.95 1.71 2.23 2.94zM9 6c-.06 0-.11 0-.16.01l-1.6-1.6a3.996 3.996 0 0 1 5.35 5.35l-1.6-1.6c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2m.17 6H9c-2.21 0-4-1.79-4-4v-.17L.69 3.51L2.1 2.1l19.8 19.8l-1.41 1.41L17 19.83V20H1v-3c0-2.66 5.33-4 8-4c.37 0 .8.03 1.25.08zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneGroupOff(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="M10.99 8.16c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2c-.06 0-.11 0-.16.01zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15" opacity=".3"/><path fill="currentColor" d="M15 8c0-1.42-.5-2.73-1.33-3.76c.42-.14.86-.24 1.33-.24c2.21 0 4 1.79 4 4s-1.79 4-4 4h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83 12H23v-3c0-2.18-3.58-3.47-6.34-3.87c1.1.75 1.95 1.71 2.23 2.94zM9 6c-.06 0-.11 0-.16.01l-1.6-1.6a3.996 3.996 0 0 1 5.35 5.35l-1.6-1.6c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2m.17 6H9c-2.21 0-4-1.79-4-4v-.17L.69 3.51L2.1 2.1l19.8 19.8l-1.41 1.41L17 19.83V20H1v-3c0-2.66 5.33-4 8-4c.37 0 .8.03 1.25.08zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.99 8.16c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2c-.06 0-.11 0-.16.01zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15" opacity=".3"/><path fill="currentColor" d="M15 8c0-1.42-.5-2.73-1.33-3.76c.42-.14.86-.24 1.33-.24c2.21 0 4 1.79 4 4s-1.79 4-4 4h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83 12H23v-3c0-2.18-3.58-3.47-6.34-3.87c1.1.75 1.95 1.71 2.23 2.94zM9 6c-.06 0-.11 0-.16.01l-1.6-1.6a3.996 3.996 0 0 1 5.35 5.35l-1.6-1.6c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2m.17 6H9c-2.21 0-4-1.79-4-4v-.17L.69 3.51L2.1 2.1l19.8 19.8l-1.41 1.41L17 19.83V20H1v-3c0-2.66 5.33-4 8-4c.37 0 .8.03 1.25.08zM9 15c-2.7 0-5.8 1.29-6 2.01V18h12v-.17l-2.11-2.11C11.76 15.31 10.33 15 9 15"/></svg>
</template>

CSS

.icon-twotone-group-off {
  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%22M10.99%208.16c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2c-.06%200-.11%200-.16.01zM9%2015c-2.7%200-5.8%201.29-6%202.01V18h12v-.17l-2.11-2.11C11.76%2015.31%2010.33%2015%209%2015%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%208c0-1.42-.5-2.73-1.33-3.76c.42-.14.86-.24%201.33-.24c2.21%200%204%201.79%204%204s-1.79%204-4%204h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83%2012H23v-3c0-2.18-3.58-3.47-6.34-3.87c1.1.75%201.95%201.71%202.23%202.94zM9%206c-.06%200-.11%200-.16.01l-1.6-1.6a3.996%203.996%200%200%201%205.35%205.35l-1.6-1.6c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2m.17%206H9c-2.21%200-4-1.79-4-4v-.17L.69%203.51L2.1%202.1l19.8%2019.8l-1.41%201.41L17%2019.83V20H1v-3c0-2.66%205.33-4%208-4c.37%200%20.8.03%201.25.08zM9%2015c-2.7%200-5.8%201.29-6%202.01V18h12v-.17l-2.11-2.11C11.76%2015.31%2010.33%2015%209%2015%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%22M10.99%208.16c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2c-.06%200-.11%200-.16.01zM9%2015c-2.7%200-5.8%201.29-6%202.01V18h12v-.17l-2.11-2.11C11.76%2015.31%2010.33%2015%209%2015%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%208c0-1.42-.5-2.73-1.33-3.76c.42-.14.86-.24%201.33-.24c2.21%200%204%201.79%204%204s-1.79%204-4%204h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83%2012H23v-3c0-2.18-3.58-3.47-6.34-3.87c1.1.75%201.95%201.71%202.23%202.94zM9%206c-.06%200-.11%200-.16.01l-1.6-1.6a3.996%203.996%200%200%201%205.35%205.35l-1.6-1.6c.01-.05.01-.1.01-.16c0-1.1-.9-2-2-2m.17%206H9c-2.21%200-4-1.79-4-4v-.17L.69%203.51L2.1%202.1l19.8%2019.8l-1.41%201.41L17%2019.83V20H1v-3c0-2.66%205.33-4%208-4c.37%200%20.8.03%201.25.08zM9%2015c-2.7%200-5.8%201.29-6%202.01V18h12v-.17l-2.11-2.11C11.76%2015.31%2010.33%2015%209%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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