account supervisor icon

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

Name
account-supervisor-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account supervisor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 15.5c1.72 0 3.75.8 4 1.28v.72h-8v-.72c.25-.48 2.28-1.28 4-1.28m0-1.5c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75M9 13c-2.33 0-7 1.17-7 3.5V19h7v-1.5H3.5v-1c0-.63 2.79-2.16 6.32-2a5.1 5.1 0 0 1 1.55-1.25A12.3 12.3 0 0 0 9 13m0-6.5A1.5 1.5 0 1 1 7.5 8A1.5 1.5 0 0 1 9 6.5M9 5a3 3 0 1 0 3 3a3 3 0 0 0-3-3m7.5 3.5a1 1 0 1 1-1 1a1 1 0 0 1 1-1m0-1.5A2.5 2.5 0 1 0 19 9.5A2.5 2.5 0 0 0 16.5 7"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountSupervisorOutline(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="M16.5 15.5c1.72 0 3.75.8 4 1.28v.72h-8v-.72c.25-.48 2.28-1.28 4-1.28m0-1.5c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75M9 13c-2.33 0-7 1.17-7 3.5V19h7v-1.5H3.5v-1c0-.63 2.79-2.16 6.32-2a5.1 5.1 0 0 1 1.55-1.25A12.3 12.3 0 0 0 9 13m0-6.5A1.5 1.5 0 1 1 7.5 8A1.5 1.5 0 0 1 9 6.5M9 5a3 3 0 1 0 3 3a3 3 0 0 0-3-3m7.5 3.5a1 1 0 1 1-1 1a1 1 0 0 1 1-1m0-1.5A2.5 2.5 0 1 0 19 9.5A2.5 2.5 0 0 0 16.5 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 15.5c1.72 0 3.75.8 4 1.28v.72h-8v-.72c.25-.48 2.28-1.28 4-1.28m0-1.5c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75M9 13c-2.33 0-7 1.17-7 3.5V19h7v-1.5H3.5v-1c0-.63 2.79-2.16 6.32-2a5.1 5.1 0 0 1 1.55-1.25A12.3 12.3 0 0 0 9 13m0-6.5A1.5 1.5 0 1 1 7.5 8A1.5 1.5 0 0 1 9 6.5M9 5a3 3 0 1 0 3 3a3 3 0 0 0-3-3m7.5 3.5a1 1 0 1 1-1 1a1 1 0 0 1 1-1m0-1.5A2.5 2.5 0 1 0 19 9.5A2.5 2.5 0 0 0 16.5 7"/></svg>
</template>

CSS

.icon-account-supervisor-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%22M16.5%2015.5c1.72%200%203.75.8%204%201.28v.72h-8v-.72c.25-.48%202.28-1.28%204-1.28m0-1.5c-1.83%200-5.5.92-5.5%202.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75M9%2013c-2.33%200-7%201.17-7%203.5V19h7v-1.5H3.5v-1c0-.63%202.79-2.16%206.32-2a5.1%205.1%200%200%201%201.55-1.25A12.3%2012.3%200%200%200%209%2013m0-6.5A1.5%201.5%200%201%201%207.5%208A1.5%201.5%200%200%201%209%206.5M9%205a3%203%200%201%200%203%203a3%203%200%200%200-3-3m7.5%203.5a1%201%200%201%201-1%201a1%201%200%200%201%201-1m0-1.5A2.5%202.5%200%201%200%2019%209.5A2.5%202.5%200%200%200%2016.5%207%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%22M16.5%2015.5c1.72%200%203.75.8%204%201.28v.72h-8v-.72c.25-.48%202.28-1.28%204-1.28m0-1.5c-1.83%200-5.5.92-5.5%202.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75M9%2013c-2.33%200-7%201.17-7%203.5V19h7v-1.5H3.5v-1c0-.63%202.79-2.16%206.32-2a5.1%205.1%200%200%201%201.55-1.25A12.3%2012.3%200%200%200%209%2013m0-6.5A1.5%201.5%200%201%201%207.5%208A1.5%201.5%200%200%201%209%206.5M9%205a3%203%200%201%200%203%203a3%203%200%200%200-3-3m7.5%203.5a1%201%200%201%201-1%201a1%201%200%200%201%201-1m0-1.5A2.5%202.5%200%201%200%2019%209.5A2.5%202.5%200%200%200%2016.5%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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