twotone groups 3 icon
twotone-groups-3 from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-groups-3
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the twotone groups 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.43 15.48c-1.1-.49-2.26-.73-3.43-.73c-1.18 0-2.33.25-3.43.73c-.23.1-.4.29-.49.52h7.85a.98.98 0 0 0-.5-.52" opacity=".3"/><circle cx="12" cy="9" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9s-3.07.39-4.24.9A2.99 2.99 0 0 0 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74M8.07 16a.96.96 0 0 1 .49-.52c1.1-.49 2.26-.73 3.43-.73c1.18 0 2.33.25 3.43.73c.23.1.4.29.49.52zm-6.85-1.42A2.01 2.01 0 0 0 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29c-.37-.06-.74-.1-1.13-.1c-.99 0-1.93.21-2.78.58m21.56 0A6.95 6.95 0 0 0 20 14c-.39 0-.76.04-1.13.1c.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85M12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M1.497 11L4 8.497L6.503 11L4 13.503zM20 9l-2.5 4h5z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneGroups3(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="M15.43 15.48c-1.1-.49-2.26-.73-3.43-.73c-1.18 0-2.33.25-3.43.73c-.23.1-.4.29-.49.52h7.85a.98.98 0 0 0-.5-.52" opacity=".3"/><circle cx="12" cy="9" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9s-3.07.39-4.24.9A2.99 2.99 0 0 0 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74M8.07 16a.96.96 0 0 1 .49-.52c1.1-.49 2.26-.73 3.43-.73c1.18 0 2.33.25 3.43.73c.23.1.4.29.49.52zm-6.85-1.42A2.01 2.01 0 0 0 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29c-.37-.06-.74-.1-1.13-.1c-.99 0-1.93.21-2.78.58m21.56 0A6.95 6.95 0 0 0 20 14c-.39 0-.76.04-1.13.1c.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85M12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M1.497 11L4 8.497L6.503 11L4 13.503zM20 9l-2.5 4h5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.43 15.48c-1.1-.49-2.26-.73-3.43-.73c-1.18 0-2.33.25-3.43.73c-.23.1-.4.29-.49.52h7.85a.98.98 0 0 0-.5-.52" opacity=".3"/><circle cx="12" cy="9" r="1" fill="currentColor" opacity=".3"/><path fill="currentColor" d="M16.24 13.65c-1.17-.52-2.61-.9-4.24-.9s-3.07.39-4.24.9A2.99 2.99 0 0 0 6 16.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74M8.07 16a.96.96 0 0 1 .49-.52c1.1-.49 2.26-.73 3.43-.73c1.18 0 2.33.25 3.43.73c.23.1.4.29.49.52zm-6.85-1.42A2.01 2.01 0 0 0 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29c-.37-.06-.74-.1-1.13-.1c-.99 0-1.93.21-2.78.58m21.56 0A6.95 6.95 0 0 0 20 14c-.39 0-.76.04-1.13.1c.4.68.63 1.46.63 2.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85M12 12c1.66 0 3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M1.497 11L4 8.497L6.503 11L4 13.503zM20 9l-2.5 4h5z"/></svg> </template>
CSS
.icon-twotone-groups-3 {
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%22M15.43%2015.48c-1.1-.49-2.26-.73-3.43-.73c-1.18%200-2.33.25-3.43.73c-.23.1-.4.29-.49.52h7.85a.98.98%200%200%200-.5-.52%22%20opacity%3D%22.3%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.24%2013.65c-1.17-.52-2.61-.9-4.24-.9s-3.07.39-4.24.9A2.99%202.99%200%200%200%206%2016.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74M8.07%2016a.96.96%200%200%201%20.49-.52c1.1-.49%202.26-.73%203.43-.73c1.18%200%202.33.25%203.43.73c.23.1.4.29.49.52zm-6.85-1.42A2.01%202.01%200%200%200%200%2016.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29c-.37-.06-.74-.1-1.13-.1c-.99%200-1.93.21-2.78.58m21.56%200A6.95%206.95%200%200%200%2020%2014c-.39%200-.76.04-1.13.1c.4.68.63%201.46.63%202.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85M12%2012c1.66%200%203-1.34%203-3s-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203m0-4c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1M1.497%2011L4%208.497L6.503%2011L4%2013.503zM20%209l-2.5%204h5z%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%22M15.43%2015.48c-1.1-.49-2.26-.73-3.43-.73c-1.18%200-2.33.25-3.43.73c-.23.1-.4.29-.49.52h7.85a.98.98%200%200%200-.5-.52%22%20opacity%3D%22.3%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.24%2013.65c-1.17-.52-2.61-.9-4.24-.9s-3.07.39-4.24.9A2.99%202.99%200%200%200%206%2016.39V18h12v-1.61c0-1.18-.68-2.26-1.76-2.74M8.07%2016a.96.96%200%200%201%20.49-.52c1.1-.49%202.26-.73%203.43-.73c1.18%200%202.33.25%203.43.73c.23.1.4.29.49.52zm-6.85-1.42A2.01%202.01%200%200%200%200%2016.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29c-.37-.06-.74-.1-1.13-.1c-.99%200-1.93.21-2.78.58m21.56%200A6.95%206.95%200%200%200%2020%2014c-.39%200-.76.04-1.13.1c.4.68.63%201.46.63%202.29V18H24v-1.57c0-.81-.48-1.53-1.22-1.85M12%2012c1.66%200%203-1.34%203-3s-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203m0-4c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1M1.497%2011L4%208.497L6.503%2011L4%2013.503zM20%209l-2.5%204h5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-groups-3.svg?color=%231a73e8&size=48