supervised user circle icon

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

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

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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="M10.8 19.916q1.106-1.949 2.789-2.682Q15.27 16.5 16.5 16.5q.517 0 .98.071q.464.071.912.202q.658-.854 1.133-2.098T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 1.298.384 2.448q.383 1.15 1.035 2.102q.948-.558 1.904-.804t2.004-.246q.627 0 1.22.099q.594.099.972.209q-.286.184-.52.373q-.233.188-.472.427q-.185-.05-.532-.08q-.347-.028-.668-.028q-.858 0-1.703.214t-1.57.64q.935 1.05 2.162 1.693q1.228.643 2.584.868m-2.306.374q-1.642-.71-2.857-1.926T3.71 15.506T3 12t.71-3.506t1.927-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m-1.123-8.161Q6.5 11.258 6.5 10t.871-2.129T9.5 7t2.129.871T12.5 10t-.871 2.129T9.5 13t-2.129-.871m3.538-.72q.591-.592.591-1.409t-.591-1.409Q10.317 8 9.5 8t-1.409.591Q7.5 9.183 7.5 10t.591 1.409Q8.683 12 9.5 12t1.409-.591m3.902 2.28q-.695-.697-.695-1.689t.696-1.689t1.688-.696t1.689.696t.696 1.689t-.696 1.689t-1.689.696t-1.689-.696M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSupervisedUserCircleOutline(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="M10.8 19.916q1.106-1.949 2.789-2.682Q15.27 16.5 16.5 16.5q.517 0 .98.071q.464.071.912.202q.658-.854 1.133-2.098T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 1.298.384 2.448q.383 1.15 1.035 2.102q.948-.558 1.904-.804t2.004-.246q.627 0 1.22.099q.594.099.972.209q-.286.184-.52.373q-.233.188-.472.427q-.185-.05-.532-.08q-.347-.028-.668-.028q-.858 0-1.703.214t-1.57.64q.935 1.05 2.162 1.693q1.228.643 2.584.868m-2.306.374q-1.642-.71-2.857-1.926T3.71 15.506T3 12t.71-3.506t1.927-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m-1.123-8.161Q6.5 11.258 6.5 10t.871-2.129T9.5 7t2.129.871T12.5 10t-.871 2.129T9.5 13t-2.129-.871m3.538-.72q.591-.592.591-1.409t-.591-1.409Q10.317 8 9.5 8t-1.409.591Q7.5 9.183 7.5 10t.591 1.409Q8.683 12 9.5 12t1.409-.591m3.902 2.28q-.695-.697-.695-1.689t.696-1.689t1.688-.696t1.689.696t.696 1.689t-.696 1.689t-1.689.696t-1.689-.696M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.8 19.916q1.106-1.949 2.789-2.682Q15.27 16.5 16.5 16.5q.517 0 .98.071q.464.071.912.202q.658-.854 1.133-2.098T20 12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12q0 1.298.384 2.448q.383 1.15 1.035 2.102q.948-.558 1.904-.804t2.004-.246q.627 0 1.22.099q.594.099.972.209q-.286.184-.52.373q-.233.188-.472.427q-.185-.05-.532-.08q-.347-.028-.668-.028q-.858 0-1.703.214t-1.57.64q.935 1.05 2.162 1.693q1.228.643 2.584.868m-2.306.374q-1.642-.71-2.857-1.926T3.71 15.506T3 12t.71-3.506t1.927-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m-1.123-8.161Q6.5 11.258 6.5 10t.871-2.129T9.5 7t2.129.871T12.5 10t-.871 2.129T9.5 13t-2.129-.871m3.538-.72q.591-.592.591-1.409t-.591-1.409Q10.317 8 9.5 8t-1.409.591Q7.5 9.183 7.5 10t.591 1.409Q8.683 12 9.5 12t1.409-.591m3.902 2.28q-.695-.697-.695-1.689t.696-1.689t1.688-.696t1.689.696t.696 1.689t-.696 1.689t-1.689.696t-1.689-.696M12 12"/></svg>
</template>

CSS

.icon-supervised-user-circle-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%22M10.8%2019.916q1.106-1.949%202.789-2.682Q15.27%2016.5%2016.5%2016.5q.517%200%20.98.071q.464.071.912.202q.658-.854%201.133-2.098T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325T4%2012q0%201.298.384%202.448q.383%201.15%201.035%202.102q.948-.558%201.904-.804t2.004-.246q.627%200%201.22.099q.594.099.972.209q-.286.184-.52.373q-.233.188-.472.427q-.185-.05-.532-.08q-.347-.028-.668-.028q-.858%200-1.703.214t-1.57.64q.935%201.05%202.162%201.693q1.228.643%202.584.868m-2.306.374q-1.642-.71-2.857-1.926T3.71%2015.506T3%2012t.71-3.506t1.927-2.857T8.494%203.71T12%203t3.506.71t2.857%201.927t1.926%202.857T21%2012t-.71%203.506t-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m-1.123-8.161Q6.5%2011.258%206.5%2010t.871-2.129T9.5%207t2.129.871T12.5%2010t-.871%202.129T9.5%2013t-2.129-.871m3.538-.72q.591-.592.591-1.409t-.591-1.409Q10.317%208%209.5%208t-1.409.591Q7.5%209.183%207.5%2010t.591%201.409Q8.683%2012%209.5%2012t1.409-.591m3.902%202.28q-.695-.697-.695-1.689t.696-1.689t1.688-.696t1.689.696t.696%201.689t-.696%201.689t-1.689.696t-1.689-.696M12%2012%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%22M10.8%2019.916q1.106-1.949%202.789-2.682Q15.27%2016.5%2016.5%2016.5q.517%200%20.98.071q.464.071.912.202q.658-.854%201.133-2.098T20%2012q0-3.35-2.325-5.675T12%204T6.325%206.325T4%2012q0%201.298.384%202.448q.383%201.15%201.035%202.102q.948-.558%201.904-.804t2.004-.246q.627%200%201.22.099q.594.099.972.209q-.286.184-.52.373q-.233.188-.472.427q-.185-.05-.532-.08q-.347-.028-.668-.028q-.858%200-1.703.214t-1.57.64q.935%201.05%202.162%201.693q1.228.643%202.584.868m-2.306.374q-1.642-.71-2.857-1.926T3.71%2015.506T3%2012t.71-3.506t1.927-2.857T8.494%203.71T12%203t3.506.71t2.857%201.927t1.926%202.857T21%2012t-.71%203.506t-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m-1.123-8.161Q6.5%2011.258%206.5%2010t.871-2.129T9.5%207t2.129.871T12.5%2010t-.871%202.129T9.5%2013t-2.129-.871m3.538-.72q.591-.592.591-1.409t-.591-1.409Q10.317%208%209.5%208t-1.409.591Q7.5%209.183%207.5%2010t.591%201.409Q8.683%2012%209.5%2012t1.409-.591m3.902%202.28q-.695-.697-.695-1.689t.696-1.689t1.688-.696t1.689.696t.696%201.689t-.696%201.689t-1.689.696t-1.689-.696M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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