supervised user circle icon

supervised-user-circle from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
supervised-user-circle
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
supervised-user-circle-rounded, supervised-user-circle-sharp

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the supervised user circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m3.875-8.737Q13 11.45 13 10t-1.025-2.475T9.5 6.5T7.025 7.525T6 10t1.025 2.475T9.5 13.5t2.475-1.025m6.3 1.3Q19 13.05 19 12t-.725-1.775T16.5 9.5t-1.775.725T14 12t.725 1.775t1.775.725t1.775-.725M12 20q2.125 0 3.875-1t2.825-2.65q-.525-.15-1.075-.25T16.5 16q-1.325 0-3.2.775t-3 3.05q.425.1.85.138T12 20m-3.175-.65q.875-1.8 1.988-2.675T12.5 15.5q-.725-.225-1.463-.362T9.5 15q-1.125 0-2.225.275t-2.125.775q.65 1.075 1.588 1.938t2.087 1.362"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSupervisedUserCircle(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="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m3.875-8.737Q13 11.45 13 10t-1.025-2.475T9.5 6.5T7.025 7.525T6 10t1.025 2.475T9.5 13.5t2.475-1.025m6.3 1.3Q19 13.05 19 12t-.725-1.775T16.5 9.5t-1.775.725T14 12t.725 1.775t1.775.725t1.775-.725M12 20q2.125 0 3.875-1t2.825-2.65q-.525-.15-1.075-.25T16.5 16q-1.325 0-3.2.775t-3 3.05q.425.1.85.138T12 20m-3.175-.65q.875-1.8 1.988-2.675T12.5 15.5q-.725-.225-1.463-.362T9.5 15q-1.125 0-2.225.275t-2.125.775q.65 1.075 1.588 1.938t2.087 1.362"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m3.875-8.737Q13 11.45 13 10t-1.025-2.475T9.5 6.5T7.025 7.525T6 10t1.025 2.475T9.5 13.5t2.475-1.025m6.3 1.3Q19 13.05 19 12t-.725-1.775T16.5 9.5t-1.775.725T14 12t.725 1.775t1.775.725t1.775-.725M12 20q2.125 0 3.875-1t2.825-2.65q-.525-.15-1.075-.25T16.5 16q-1.325 0-3.2.775t-3 3.05q.425.1.85.138T12 20m-3.175-.65q.875-1.8 1.988-2.675T12.5 15.5q-.725-.225-1.463-.362T9.5 15q-1.125 0-2.225.275t-2.125.775q.65 1.075 1.588 1.938t2.087 1.362"/></svg>
</template>

CSS

.icon-supervised-user-circle {
  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%22M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m3.875-8.737Q13%2011.45%2013%2010t-1.025-2.475T9.5%206.5T7.025%207.525T6%2010t1.025%202.475T9.5%2013.5t2.475-1.025m6.3%201.3Q19%2013.05%2019%2012t-.725-1.775T16.5%209.5t-1.775.725T14%2012t.725%201.775t1.775.725t1.775-.725M12%2020q2.125%200%203.875-1t2.825-2.65q-.525-.15-1.075-.25T16.5%2016q-1.325%200-3.2.775t-3%203.05q.425.1.85.138T12%2020m-3.175-.65q.875-1.8%201.988-2.675T12.5%2015.5q-.725-.225-1.463-.362T9.5%2015q-1.125%200-2.225.275t-2.125.775q.65%201.075%201.588%201.938t2.087%201.362%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%22M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m3.875-8.737Q13%2011.45%2013%2010t-1.025-2.475T9.5%206.5T7.025%207.525T6%2010t1.025%202.475T9.5%2013.5t2.475-1.025m6.3%201.3Q19%2013.05%2019%2012t-.725-1.775T16.5%209.5t-1.775.725T14%2012t.725%201.775t1.775.725t1.775-.725M12%2020q2.125%200%203.875-1t2.825-2.65q-.525-.15-1.075-.25T16.5%2016q-1.325%200-3.2.775t-3%203.05q.425.1.85.138T12%2020m-3.175-.65q.875-1.8%201.988-2.675T12.5%2015.5q-.725-.225-1.463-.362T9.5%2015q-1.125%200-2.225.275t-2.125.775q.65%201.075%201.588%201.938t2.087%201.362%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/supervised-user-circle.svg?color=%231a73e8&size=48