supervised user circle icon

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

Name
supervised-user-circle
Set
Material Symbols Light
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 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="M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m3.135-8.161q.871-.871.871-2.129t-.871-2.129T9.5 7t-2.129.871T6.5 10t.871 2.129T9.5 13t2.129-.871m6.56 1.56q.696-.697.696-1.689t-.696-1.689t-1.689-.696t-1.689.696q-.696.697-.696 1.689t.696 1.689t1.689.696t1.689-.696M12 20q1.971 0 3.625-.865q1.654-.866 2.767-2.343q-.467-.13-.94-.211T16.5 16.5q-1.537 0-3.152.871T10.8 19.902q.31.062.6.08T12 20m-3.406-.766q.587-1.184 1.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-1.067 0-2.023.266q-.956.265-1.865.784q.592.864 1.395 1.553q.803.69 1.76 1.132"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSupervisedUserCircle(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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m3.135-8.161q.871-.871.871-2.129t-.871-2.129T9.5 7t-2.129.871T6.5 10t.871 2.129T9.5 13t2.129-.871m6.56 1.56q.696-.697.696-1.689t-.696-1.689t-1.689-.696t-1.689.696q-.696.697-.696 1.689t.696 1.689t1.689.696t1.689-.696M12 20q1.971 0 3.625-.865q1.654-.866 2.767-2.343q-.467-.13-.94-.211T16.5 16.5q-1.537 0-3.152.871T10.8 19.902q.31.062.6.08T12 20m-3.406-.766q.587-1.184 1.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-1.067 0-2.023.266q-.956.265-1.865.784q.592.864 1.395 1.553q.803.69 1.76 1.132"/></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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m3.135-8.161q.871-.871.871-2.129t-.871-2.129T9.5 7t-2.129.871T6.5 10t.871 2.129T9.5 13t2.129-.871m6.56 1.56q.696-.697.696-1.689t-.696-1.689t-1.689-.696t-1.689.696q-.696.697-.696 1.689t.696 1.689t1.689.696t1.689-.696M12 20q1.971 0 3.625-.865q1.654-.866 2.767-2.343q-.467-.13-.94-.211T16.5 16.5q-1.537 0-3.152.871T10.8 19.902q.31.062.6.08T12 20m-3.406-.766q.587-1.184 1.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-1.067 0-2.023.266q-.956.265-1.865.784q.592.864 1.395 1.553q.803.69 1.76 1.132"/></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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m3.135-8.161q.871-.871.871-2.129t-.871-2.129T9.5%207t-2.129.871T6.5%2010t.871%202.129T9.5%2013t2.129-.871m6.56%201.56q.696-.697.696-1.689t-.696-1.689t-1.689-.696t-1.689.696q-.696.697-.696%201.689t.696%201.689t1.689.696t1.689-.696M12%2020q1.971%200%203.625-.865q1.654-.866%202.767-2.343q-.467-.13-.94-.211T16.5%2016.5q-1.537%200-3.152.871T10.8%2019.902q.31.062.6.08T12%2020m-3.406-.766q.587-1.184%201.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-1.067%200-2.023.266q-.956.265-1.865.784q.592.864%201.395%201.553q.803.69%201.76%201.132%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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m3.135-8.161q.871-.871.871-2.129t-.871-2.129T9.5%207t-2.129.871T6.5%2010t.871%202.129T9.5%2013t2.129-.871m6.56%201.56q.696-.697.696-1.689t-.696-1.689t-1.689-.696t-1.689.696q-.696.697-.696%201.689t.696%201.689t1.689.696t1.689-.696M12%2020q1.971%200%203.625-.865q1.654-.866%202.767-2.343q-.467-.13-.94-.211T16.5%2016.5q-1.537%200-3.152.871T10.8%2019.902q.31.062.6.08T12%2020m-3.406-.766q.587-1.184%201.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-1.067%200-2.023.266q-.956.265-1.865.784q.592.864%201.395%201.553q.803.69%201.76%201.132%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.svg?color=%231a73e8&size=48