account group icon
account-group-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.
- Name
- account-group-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Account / User
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- accounts-group-outline, people-group-outline, person-group-outline, user-group-outline, users-group-outline
1 other variant in Material Design Icons
More account / user icons from Material Design Icons
accountaccount-alertaccount-arrow-downaccount-arrow-leftaccount-arrow-rightaccount-arrow-upaccount-badgeaccount-boxaccount-box-edit-outlineaccount-box-minus-outlineaccount-box-multipleaccount-box-plus-outlineaccount-cancelaccount-cardaccount-cashaccount-checkaccount-childaccount-child-circleaccount-circleaccount-clockaccount-cogaccount-convertaccount-cowboy-hataccount-credit-card
Use the account group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 12a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 5m0 2a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 10a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 7M5.5 8A2.5 2.5 0 0 0 3 10.5c0 .94.53 1.75 1.29 2.18c.36.2.77.32 1.21.32s.85-.12 1.21-.32c.37-.21.68-.51.91-.87A5.42 5.42 0 0 1 6.5 8.5v-.28c-.3-.14-.64-.22-1-.22m13 0c-.36 0-.7.08-1 .22v.28c0 1.2-.39 2.36-1.12 3.31c.12.19.25.34.4.49a2.48 2.48 0 0 0 1.72.7c.44 0 .85-.12 1.21-.32c.76-.43 1.29-1.24 1.29-2.18A2.5 2.5 0 0 0 18.5 8M12 14c-2.34 0-7 1.17-7 3.5V19h14v-1.5c0-2.33-4.66-3.5-7-3.5m-7.29.55C2.78 14.78 0 15.76 0 17.5V19h3v-1.93c0-1.01.69-1.85 1.71-2.52m14.58 0c1.02.67 1.71 1.51 1.71 2.52V19h3v-1.5c0-1.74-2.78-2.72-4.71-2.95M12 16c1.53 0 3.24.5 4.23 1H7.77c.99-.5 2.7-1 4.23-1"/></svg>
React
import type { SVGProps } from "react";
export function MdiAccountGroupOutline(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 5a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 12a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 5m0 2a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 10a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 7M5.5 8A2.5 2.5 0 0 0 3 10.5c0 .94.53 1.75 1.29 2.18c.36.2.77.32 1.21.32s.85-.12 1.21-.32c.37-.21.68-.51.91-.87A5.42 5.42 0 0 1 6.5 8.5v-.28c-.3-.14-.64-.22-1-.22m13 0c-.36 0-.7.08-1 .22v.28c0 1.2-.39 2.36-1.12 3.31c.12.19.25.34.4.49a2.48 2.48 0 0 0 1.72.7c.44 0 .85-.12 1.21-.32c.76-.43 1.29-1.24 1.29-2.18A2.5 2.5 0 0 0 18.5 8M12 14c-2.34 0-7 1.17-7 3.5V19h14v-1.5c0-2.33-4.66-3.5-7-3.5m-7.29.55C2.78 14.78 0 15.76 0 17.5V19h3v-1.93c0-1.01.69-1.85 1.71-2.52m14.58 0c1.02.67 1.71 1.51 1.71 2.52V19h3v-1.5c0-1.74-2.78-2.72-4.71-2.95M12 16c1.53 0 3.24.5 4.23 1H7.77c.99-.5 2.7-1 4.23-1"/></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 5a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 12a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 5m0 2a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 10a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 7M5.5 8A2.5 2.5 0 0 0 3 10.5c0 .94.53 1.75 1.29 2.18c.36.2.77.32 1.21.32s.85-.12 1.21-.32c.37-.21.68-.51.91-.87A5.42 5.42 0 0 1 6.5 8.5v-.28c-.3-.14-.64-.22-1-.22m13 0c-.36 0-.7.08-1 .22v.28c0 1.2-.39 2.36-1.12 3.31c.12.19.25.34.4.49a2.48 2.48 0 0 0 1.72.7c.44 0 .85-.12 1.21-.32c.76-.43 1.29-1.24 1.29-2.18A2.5 2.5 0 0 0 18.5 8M12 14c-2.34 0-7 1.17-7 3.5V19h14v-1.5c0-2.33-4.66-3.5-7-3.5m-7.29.55C2.78 14.78 0 15.76 0 17.5V19h3v-1.93c0-1.01.69-1.85 1.71-2.52m14.58 0c1.02.67 1.71 1.51 1.71 2.52V19h3v-1.5c0-1.74-2.78-2.72-4.71-2.95M12 16c1.53 0 3.24.5 4.23 1H7.77c.99-.5 2.7-1 4.23-1"/></svg> </template>
CSS
.icon-account-group-outline {
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%205a3.5%203.5%200%200%200-3.5%203.5A3.5%203.5%200%200%200%2012%2012a3.5%203.5%200%200%200%203.5-3.5A3.5%203.5%200%200%200%2012%205m0%202a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2012%2010a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2012%207M5.5%208A2.5%202.5%200%200%200%203%2010.5c0%20.94.53%201.75%201.29%202.18c.36.2.77.32%201.21.32s.85-.12%201.21-.32c.37-.21.68-.51.91-.87A5.42%205.42%200%200%201%206.5%208.5v-.28c-.3-.14-.64-.22-1-.22m13%200c-.36%200-.7.08-1%20.22v.28c0%201.2-.39%202.36-1.12%203.31c.12.19.25.34.4.49a2.48%202.48%200%200%200%201.72.7c.44%200%20.85-.12%201.21-.32c.76-.43%201.29-1.24%201.29-2.18A2.5%202.5%200%200%200%2018.5%208M12%2014c-2.34%200-7%201.17-7%203.5V19h14v-1.5c0-2.33-4.66-3.5-7-3.5m-7.29.55C2.78%2014.78%200%2015.76%200%2017.5V19h3v-1.93c0-1.01.69-1.85%201.71-2.52m14.58%200c1.02.67%201.71%201.51%201.71%202.52V19h3v-1.5c0-1.74-2.78-2.72-4.71-2.95M12%2016c1.53%200%203.24.5%204.23%201H7.77c.99-.5%202.7-1%204.23-1%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%205a3.5%203.5%200%200%200-3.5%203.5A3.5%203.5%200%200%200%2012%2012a3.5%203.5%200%200%200%203.5-3.5A3.5%203.5%200%200%200%2012%205m0%202a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2012%2010a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2012%207M5.5%208A2.5%202.5%200%200%200%203%2010.5c0%20.94.53%201.75%201.29%202.18c.36.2.77.32%201.21.32s.85-.12%201.21-.32c.37-.21.68-.51.91-.87A5.42%205.42%200%200%201%206.5%208.5v-.28c-.3-.14-.64-.22-1-.22m13%200c-.36%200-.7.08-1%20.22v.28c0%201.2-.39%202.36-1.12%203.31c.12.19.25.34.4.49a2.48%202.48%200%200%200%201.72.7c.44%200%20.85-.12%201.21-.32c.76-.43%201.29-1.24%201.29-2.18A2.5%202.5%200%200%200%2018.5%208M12%2014c-2.34%200-7%201.17-7%203.5V19h14v-1.5c0-2.33-4.66-3.5-7-3.5m-7.29.55C2.78%2014.78%200%2015.76%200%2017.5V19h3v-1.93c0-1.01.69-1.85%201.71-2.52m14.58%200c1.02.67%201.71%201.51%201.71%202.52V19h3v-1.5c0-1.74-2.78-2.72-4.71-2.95M12%2016c1.53%200%203.24.5%204.23%201H7.77c.99-.5%202.7-1%204.23-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/account-group-outline.svg?color=%231a73e8&size=48