group 3 icon
group-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- group-3-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12c1.873 0 3.57.62 4.814 1.487c1.184.826 2.186 2.051 2.186 3.37c0 .725-.31 1.324-.796 1.77c-.458.421-1.056.693-1.672.88C15.301 19.879 13.68 20 12 20s-3.3-.12-4.532-.493c-.616-.187-1.214-.459-1.672-.88c-.487-.446-.796-1.045-.796-1.77c0-1.319 1.002-2.544 2.186-3.37C8.429 12.62 10.127 12 12 12m-7 1q.198 0 .39.016c-.968.909-1.819 2.159-1.886 3.65l-.004.191l.006.221q.026.45.145.857a6 6 0 0 1-1.062-.203c-.345-.104-.723-.268-1.03-.55A1.68 1.68 0 0 1 1 15.93c0-.905.666-1.65 1.307-2.096A4.76 4.76 0 0 1 5 13m14 0c1.044 0 1.992.344 2.693.833c.64.447 1.307 1.19 1.307 2.096c0 .517-.225.946-.56 1.254c-.306.28-.684.445-1.029.55a6 6 0 0 1-1.062.2c.097-.336.151-.695.151-1.076c0-1.575-.881-2.894-1.892-3.841Q18.803 13 19 13M5.5 7a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m13 0a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5M12 3a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteGroup3Fill(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="M12 12c1.873 0 3.57.62 4.814 1.487c1.184.826 2.186 2.051 2.186 3.37c0 .725-.31 1.324-.796 1.77c-.458.421-1.056.693-1.672.88C15.301 19.879 13.68 20 12 20s-3.3-.12-4.532-.493c-.616-.187-1.214-.459-1.672-.88c-.487-.446-.796-1.045-.796-1.77c0-1.319 1.002-2.544 2.186-3.37C8.429 12.62 10.127 12 12 12m-7 1q.198 0 .39.016c-.968.909-1.819 2.159-1.886 3.65l-.004.191l.006.221q.026.45.145.857a6 6 0 0 1-1.062-.203c-.345-.104-.723-.268-1.03-.55A1.68 1.68 0 0 1 1 15.93c0-.905.666-1.65 1.307-2.096A4.76 4.76 0 0 1 5 13m14 0c1.044 0 1.992.344 2.693.833c.64.447 1.307 1.19 1.307 2.096c0 .517-.225.946-.56 1.254c-.306.28-.684.445-1.029.55a6 6 0 0 1-1.062.2c.097-.336.151-.695.151-1.076c0-1.575-.881-2.894-1.892-3.841Q18.803 13 19 13M5.5 7a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m13 0a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5M12 3a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12c1.873 0 3.57.62 4.814 1.487c1.184.826 2.186 2.051 2.186 3.37c0 .725-.31 1.324-.796 1.77c-.458.421-1.056.693-1.672.88C15.301 19.879 13.68 20 12 20s-3.3-.12-4.532-.493c-.616-.187-1.214-.459-1.672-.88c-.487-.446-.796-1.045-.796-1.77c0-1.319 1.002-2.544 2.186-3.37C8.429 12.62 10.127 12 12 12m-7 1q.198 0 .39.016c-.968.909-1.819 2.159-1.886 3.65l-.004.191l.006.221q.026.45.145.857a6 6 0 0 1-1.062-.203c-.345-.104-.723-.268-1.03-.55A1.68 1.68 0 0 1 1 15.93c0-.905.666-1.65 1.307-2.096A4.76 4.76 0 0 1 5 13m14 0c1.044 0 1.992.344 2.693.833c.64.447 1.307 1.19 1.307 2.096c0 .517-.225.946-.56 1.254c-.306.28-.684.445-1.029.55a6 6 0 0 1-1.062.2c.097-.336.151-.695.151-1.076c0-1.575-.881-2.894-1.892-3.841Q18.803 13 19 13M5.5 7a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m13 0a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5M12 3a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg> </template>
CSS
.icon-group-3-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%22M12%2012c1.873%200%203.57.62%204.814%201.487c1.184.826%202.186%202.051%202.186%203.37c0%20.725-.31%201.324-.796%201.77c-.458.421-1.056.693-1.672.88C15.301%2019.879%2013.68%2020%2012%2020s-3.3-.12-4.532-.493c-.616-.187-1.214-.459-1.672-.88c-.487-.446-.796-1.045-.796-1.77c0-1.319%201.002-2.544%202.186-3.37C8.429%2012.62%2010.127%2012%2012%2012m-7%201q.198%200%20.39.016c-.968.909-1.819%202.159-1.886%203.65l-.004.191l.006.221q.026.45.145.857a6%206%200%200%201-1.062-.203c-.345-.104-.723-.268-1.03-.55A1.68%201.68%200%200%201%201%2015.93c0-.905.666-1.65%201.307-2.096A4.76%204.76%200%200%201%205%2013m14%200c1.044%200%201.992.344%202.693.833c.64.447%201.307%201.19%201.307%202.096c0%20.517-.225.946-.56%201.254c-.306.28-.684.445-1.029.55a6%206%200%200%201-1.062.2c.097-.336.151-.695.151-1.076c0-1.575-.881-2.894-1.892-3.841Q18.803%2013%2019%2013M5.5%207a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m13%200a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5M12%203a4%204%200%201%201%200%208a4%204%200%200%201%200-8%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%22M12%2012c1.873%200%203.57.62%204.814%201.487c1.184.826%202.186%202.051%202.186%203.37c0%20.725-.31%201.324-.796%201.77c-.458.421-1.056.693-1.672.88C15.301%2019.879%2013.68%2020%2012%2020s-3.3-.12-4.532-.493c-.616-.187-1.214-.459-1.672-.88c-.487-.446-.796-1.045-.796-1.77c0-1.319%201.002-2.544%202.186-3.37C8.429%2012.62%2010.127%2012%2012%2012m-7%201q.198%200%20.39.016c-.968.909-1.819%202.159-1.886%203.65l-.004.191l.006.221q.026.45.145.857a6%206%200%200%201-1.062-.203c-.345-.104-.723-.268-1.03-.55A1.68%201.68%200%200%201%201%2015.93c0-.905.666-1.65%201.307-2.096A4.76%204.76%200%200%201%205%2013m14%200c1.044%200%201.992.344%202.693.833c.64.447%201.307%201.19%201.307%202.096c0%20.517-.225.946-.56%201.254c-.306.28-.684.445-1.029.55a6%206%200%200%201-1.062.2c.097-.336.151-.695.151-1.076c0-1.575-.881-2.894-1.892-3.841Q18.803%2013%2019%2013M5.5%207a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m13%200a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5M12%203a4%204%200%201%201%200%208a4%204%200%200%201%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/group-3-fill.svg?color=%231a73e8&size=48