supervisor account icon

supervisor-account-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
supervisor-account-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the supervisor account icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.475 13.025q-.59-.59-.59-1.41q0-.819.59-1.41q.59-.59 1.41-.59q.819 0 1.41.59q.59.591.59 1.41q0 .82-.59 1.41q-.591.59-1.41.59q-.82 0-1.41-.59m-3.09 4.783v-.093q0-.465.232-.844t.66-.544q.862-.356 1.766-.534q.905-.178 1.842-.178q.936 0 1.841.178t1.766.534q.428.166.66.544q.232.379.232.844v.093q0 .343-.232.575q-.232.233-.575.233h-7.385q-.343 0-.575-.233t-.232-.575m-4.893-7.3q-.876-.877-.876-2.124q0-1.246.876-2.123q.877-.877 2.124-.877q1.246 0 2.123.877t.877 2.123t-.877 2.124q-.877.876-2.123.876t-2.124-.876m-4.876 6.459q0-.648.357-1.191q.358-.543.973-.803q1.327-.673 2.756-1.015t2.914-.343q.605 0 1.211.064q.606.063 1.212.167l-.427.446l-.427.446q-.393-.077-.785-.1t-.784-.023q-1.354 0-2.675.293q-1.32.292-2.518.942q-.327.183-.567.456t-.24.663v.646h6v.187q0 .258.079.466q.08.208.222.347H3.654q-.44 0-.74-.299q-.298-.299-.298-.739zm8.412-7.17q.588-.588.588-1.413t-.588-1.412t-1.412-.588t-1.413.588t-.587 1.412t.587 1.413t1.413.587t1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSupervisorAccountOutlineRounded(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.475 13.025q-.59-.59-.59-1.41q0-.819.59-1.41q.59-.59 1.41-.59q.819 0 1.41.59q.59.591.59 1.41q0 .82-.59 1.41q-.591.59-1.41.59q-.82 0-1.41-.59m-3.09 4.783v-.093q0-.465.232-.844t.66-.544q.862-.356 1.766-.534q.905-.178 1.842-.178q.936 0 1.841.178t1.766.534q.428.166.66.544q.232.379.232.844v.093q0 .343-.232.575q-.232.233-.575.233h-7.385q-.343 0-.575-.233t-.232-.575m-4.893-7.3q-.876-.877-.876-2.124q0-1.246.876-2.123q.877-.877 2.124-.877q1.246 0 2.123.877t.877 2.123t-.877 2.124q-.877.876-2.123.876t-2.124-.876m-4.876 6.459q0-.648.357-1.191q.358-.543.973-.803q1.327-.673 2.756-1.015t2.914-.343q.605 0 1.211.064q.606.063 1.212.167l-.427.446l-.427.446q-.393-.077-.785-.1t-.784-.023q-1.354 0-2.675.293q-1.32.292-2.518.942q-.327.183-.567.456t-.24.663v.646h6v.187q0 .258.079.466q.08.208.222.347H3.654q-.44 0-.74-.299q-.298-.299-.298-.739zm8.412-7.17q.588-.588.588-1.413t-.588-1.412t-1.412-.588t-1.413.588t-.587 1.412t.587 1.413t1.413.587t1.412-.587"/></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.475 13.025q-.59-.59-.59-1.41q0-.819.59-1.41q.59-.59 1.41-.59q.819 0 1.41.59q.59.591.59 1.41q0 .82-.59 1.41q-.591.59-1.41.59q-.82 0-1.41-.59m-3.09 4.783v-.093q0-.465.232-.844t.66-.544q.862-.356 1.766-.534q.905-.178 1.842-.178q.936 0 1.841.178t1.766.534q.428.166.66.544q.232.379.232.844v.093q0 .343-.232.575q-.232.233-.575.233h-7.385q-.343 0-.575-.233t-.232-.575m-4.893-7.3q-.876-.877-.876-2.124q0-1.246.876-2.123q.877-.877 2.124-.877q1.246 0 2.123.877t.877 2.123t-.877 2.124q-.877.876-2.123.876t-2.124-.876m-4.876 6.459q0-.648.357-1.191q.358-.543.973-.803q1.327-.673 2.756-1.015t2.914-.343q.605 0 1.211.064q.606.063 1.212.167l-.427.446l-.427.446q-.393-.077-.785-.1t-.784-.023q-1.354 0-2.675.293q-1.32.292-2.518.942q-.327.183-.567.456t-.24.663v.646h6v.187q0 .258.079.466q.08.208.222.347H3.654q-.44 0-.74-.299q-.298-.299-.298-.739zm8.412-7.17q.588-.588.588-1.413t-.588-1.412t-1.412-.588t-1.413.588t-.587 1.412t.587 1.413t1.413.587t1.412-.587"/></svg>
</template>

CSS

.icon-supervisor-account-outline-rounded {
  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.475%2013.025q-.59-.59-.59-1.41q0-.819.59-1.41q.59-.59%201.41-.59q.819%200%201.41.59q.59.591.59%201.41q0%20.82-.59%201.41q-.591.59-1.41.59q-.82%200-1.41-.59m-3.09%204.783v-.093q0-.465.232-.844t.66-.544q.862-.356%201.766-.534q.905-.178%201.842-.178q.936%200%201.841.178t1.766.534q.428.166.66.544q.232.379.232.844v.093q0%20.343-.232.575q-.232.233-.575.233h-7.385q-.343%200-.575-.233t-.232-.575m-4.893-7.3q-.876-.877-.876-2.124q0-1.246.876-2.123q.877-.877%202.124-.877q1.246%200%202.123.877t.877%202.123t-.877%202.124q-.877.876-2.123.876t-2.124-.876m-4.876%206.459q0-.648.357-1.191q.358-.543.973-.803q1.327-.673%202.756-1.015t2.914-.343q.605%200%201.211.064q.606.063%201.212.167l-.427.446l-.427.446q-.393-.077-.785-.1t-.784-.023q-1.354%200-2.675.293q-1.32.292-2.518.942q-.327.183-.567.456t-.24.663v.646h6v.187q0%20.258.079.466q.08.208.222.347H3.654q-.44%200-.74-.299q-.298-.299-.298-.739zm8.412-7.17q.588-.588.588-1.413t-.588-1.412t-1.412-.588t-1.413.588t-.587%201.412t.587%201.413t1.413.587t1.412-.587%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.475%2013.025q-.59-.59-.59-1.41q0-.819.59-1.41q.59-.59%201.41-.59q.819%200%201.41.59q.59.591.59%201.41q0%20.82-.59%201.41q-.591.59-1.41.59q-.82%200-1.41-.59m-3.09%204.783v-.093q0-.465.232-.844t.66-.544q.862-.356%201.766-.534q.905-.178%201.842-.178q.936%200%201.841.178t1.766.534q.428.166.66.544q.232.379.232.844v.093q0%20.343-.232.575q-.232.233-.575.233h-7.385q-.343%200-.575-.233t-.232-.575m-4.893-7.3q-.876-.877-.876-2.124q0-1.246.876-2.123q.877-.877%202.124-.877q1.246%200%202.123.877t.877%202.123t-.877%202.124q-.877.876-2.123.876t-2.124-.876m-4.876%206.459q0-.648.357-1.191q.358-.543.973-.803q1.327-.673%202.756-1.015t2.914-.343q.605%200%201.211.064q.606.063%201.212.167l-.427.446l-.427.446q-.393-.077-.785-.1t-.784-.023q-1.354%200-2.675.293q-1.32.292-2.518.942q-.327.183-.567.456t-.24.663v.646h6v.187q0%20.258.079.466q.08.208.222.347H3.654q-.44%200-.74-.299q-.298-.299-.298-.739zm8.412-7.17q.588-.588.588-1.413t-.588-1.412t-1.412-.588t-1.413.588t-.587%201.412t.587%201.413t1.413.587t1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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