account-network-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-network-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
person-network-outline, user-network-outline

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account network icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 3a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 10m0-5a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 8a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 5m3 15a1 1 0 0 0-1-1h-1v-2h6v-1.5c0-1.93-3.13-3.5-7-3.5s-7 1.57-7 3.5V17h6v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-7.39-5c.78-.47 2.28-1 4.39-1s3.61.53 4.39 1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountNetworkOutline(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 10a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 3a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 10m0-5a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 8a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 5m3 15a1 1 0 0 0-1-1h-1v-2h6v-1.5c0-1.93-3.13-3.5-7-3.5s-7 1.57-7 3.5V17h6v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-7.39-5c.78-.47 2.28-1 4.39-1s3.61.53 4.39 1z"/></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 10a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 3a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 10m0-5a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 8a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 5m3 15a1 1 0 0 0-1-1h-1v-2h6v-1.5c0-1.93-3.13-3.5-7-3.5s-7 1.57-7 3.5V17h6v2h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2zm-7.39-5c.78-.47 2.28-1 4.39-1s3.61.53 4.39 1z"/></svg>
</template>

CSS

.icon-account-network-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%2010a3.5%203.5%200%200%200%203.5-3.5A3.5%203.5%200%200%200%2012%203a3.5%203.5%200%200%200-3.5%203.5A3.5%203.5%200%200%200%2012%2010m0-5a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2012%208a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2012%205m3%2015a1%201%200%200%200-1-1h-1v-2h6v-1.5c0-1.93-3.13-3.5-7-3.5s-7%201.57-7%203.5V17h6v2h-1a1%201%200%200%200-1%201H2v2h7a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1h7v-2zm-7.39-5c.78-.47%202.28-1%204.39-1s3.61.53%204.39%201z%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%2010a3.5%203.5%200%200%200%203.5-3.5A3.5%203.5%200%200%200%2012%203a3.5%203.5%200%200%200-3.5%203.5A3.5%203.5%200%200%200%2012%2010m0-5a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2012%208a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2012%205m3%2015a1%201%200%200%200-1-1h-1v-2h6v-1.5c0-1.93-3.13-3.5-7-3.5s-7%201.57-7%203.5V17h6v2h-1a1%201%200%200%200-1%201H2v2h7a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1h7v-2zm-7.39-5c.78-.47%202.28-1%204.39-1s3.61.53%204.39%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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