supervised user circle off icon

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

Name
supervised-user-circle-off-rounded
Set
Material Symbols Light
Style
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 supervised user circle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.602.521-3.018t1.456-2.578L3.094 4.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378 16.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165l-1.883-1.877q-1.2.954-2.616 1.465T12 21m-.017-1.006q1.394 0 2.63-.45t2.253-1.252l-1.622-1.62q-1.315.251-2.506 1.1q-1.192.85-1.938 2.124q.304.056.589.077q.284.021.594.021m-3.389-.76q.587-1.184 1.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-.875 0-1.666.172q-.792.172-1.54.517q-.292.125-.354.432q-.061.308.145.556q.542.665 1.227 1.178q.684.512 1.455.88M12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .96-.184 1.857q-.183.897-.55 1.726q-.131.292-.358.426q-.227.133-.52.133q-.211 0-.391-.068t-.341-.23l-1.54-1.54q.775-.212 1.272-.842T18.884 12q0-.992-.696-1.689q-.696-.696-1.688-.696q-.83 0-1.462.497t-.842 1.272L12.462 9.65q-.104-1.025-.843-1.766q-.738-.742-1.769-.846L8.156 5.345q-.162-.161-.23-.338t-.068-.389q0-.292.133-.522q.134-.23.426-.36q.83-.368 1.726-.551Q11.041 3 12 3M9.5 13q.448 0 .849-.134q.401-.133.728-.362l-4.08-4.081q-.23.327-.363.728Q6.5 9.552 6.5 10q0 1.258.871 2.129T9.5 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSupervisedUserCircleOffRounded(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="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.602.521-3.018t1.456-2.578L3.094 4.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378 16.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165l-1.883-1.877q-1.2.954-2.616 1.465T12 21m-.017-1.006q1.394 0 2.63-.45t2.253-1.252l-1.622-1.62q-1.315.251-2.506 1.1q-1.192.85-1.938 2.124q.304.056.589.077q.284.021.594.021m-3.389-.76q.587-1.184 1.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-.875 0-1.666.172q-.792.172-1.54.517q-.292.125-.354.432q-.061.308.145.556q.542.665 1.227 1.178q.684.512 1.455.88M12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .96-.184 1.857q-.183.897-.55 1.726q-.131.292-.358.426q-.227.133-.52.133q-.211 0-.391-.068t-.341-.23l-1.54-1.54q.775-.212 1.272-.842T18.884 12q0-.992-.696-1.689q-.696-.696-1.688-.696q-.83 0-1.462.497t-.842 1.272L12.462 9.65q-.104-1.025-.843-1.766q-.738-.742-1.769-.846L8.156 5.345q-.162-.161-.23-.338t-.068-.389q0-.292.133-.522q.134-.23.426-.36q.83-.368 1.726-.551Q11.041 3 12 3M9.5 13q.448 0 .849-.134q.401-.133.728-.362l-4.08-4.081q-.23.327-.363.728Q6.5 9.552 6.5 10q0 1.258.871 2.129T9.5 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.602.521-3.018t1.456-2.578L3.094 4.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378 16.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165l-1.883-1.877q-1.2.954-2.616 1.465T12 21m-.017-1.006q1.394 0 2.63-.45t2.253-1.252l-1.622-1.62q-1.315.251-2.506 1.1q-1.192.85-1.938 2.124q.304.056.589.077q.284.021.594.021m-3.389-.76q.587-1.184 1.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-.875 0-1.666.172q-.792.172-1.54.517q-.292.125-.354.432q-.061.308.145.556q.542.665 1.227 1.178q.684.512 1.455.88M12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .96-.184 1.857q-.183.897-.55 1.726q-.131.292-.358.426q-.227.133-.52.133q-.211 0-.391-.068t-.341-.23l-1.54-1.54q.775-.212 1.272-.842T18.884 12q0-.992-.696-1.689q-.696-.696-1.688-.696q-.83 0-1.462.497t-.842 1.272L12.462 9.65q-.104-1.025-.843-1.766q-.738-.742-1.769-.846L8.156 5.345q-.162-.161-.23-.338t-.068-.389q0-.292.133-.522q.134-.23.426-.36q.83-.368 1.726-.551Q11.041 3 12 3M9.5 13q.448 0 .849-.134q.401-.133.728-.362l-4.08-4.081q-.23.327-.363.728Q6.5 9.552 6.5 10q0 1.258.871 2.129T9.5 13"/></svg>
</template>

CSS

.icon-supervised-user-circle-off-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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.602.521-3.018t1.456-2.578L3.094%204.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378%2016.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165l-1.883-1.877q-1.2.954-2.616%201.465T12%2021m-.017-1.006q1.394%200%202.63-.45t2.253-1.252l-1.622-1.62q-1.315.251-2.506%201.1q-1.192.85-1.938%202.124q.304.056.589.077q.284.021.594.021m-3.389-.76q.587-1.184%201.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-.875%200-1.666.172q-.792.172-1.54.517q-.292.125-.354.432q-.061.308.145.556q.542.665%201.227%201.178q.684.512%201.455.88M12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.96-.184%201.857q-.183.897-.55%201.726q-.131.292-.358.426q-.227.133-.52.133q-.211%200-.391-.068t-.341-.23l-1.54-1.54q.775-.212%201.272-.842T18.884%2012q0-.992-.696-1.689q-.696-.696-1.688-.696q-.83%200-1.462.497t-.842%201.272L12.462%209.65q-.104-1.025-.843-1.766q-.738-.742-1.769-.846L8.156%205.345q-.162-.161-.23-.338t-.068-.389q0-.292.133-.522q.134-.23.426-.36q.83-.368%201.726-.551Q11.041%203%2012%203M9.5%2013q.448%200%20.849-.134q.401-.133.728-.362l-4.08-4.081q-.23.327-.363.728Q6.5%209.552%206.5%2010q0%201.258.871%202.129T9.5%2013%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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.602.521-3.018t1.456-2.578L3.094%204.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378%2016.384q.147.146.156.344t-.156.364t-.356.165t-.357-.165l-1.883-1.877q-1.2.954-2.616%201.465T12%2021m-.017-1.006q1.394%200%202.63-.45t2.253-1.252l-1.622-1.62q-1.315.251-2.506%201.1q-1.192.85-1.938%202.124q.304.056.589.077q.284.021.594.021m-3.389-.76q.587-1.184%201.315-1.963t1.61-1.463q-.436-.13-1.049-.218q-.612-.09-1.143-.09q-.875%200-1.666.172q-.792.172-1.54.517q-.292.125-.354.432q-.061.308.145.556q.542.665%201.227%201.178q.684.512%201.455.88M12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.96-.184%201.857q-.183.897-.55%201.726q-.131.292-.358.426q-.227.133-.52.133q-.211%200-.391-.068t-.341-.23l-1.54-1.54q.775-.212%201.272-.842T18.884%2012q0-.992-.696-1.689q-.696-.696-1.688-.696q-.83%200-1.462.497t-.842%201.272L12.462%209.65q-.104-1.025-.843-1.766q-.738-.742-1.769-.846L8.156%205.345q-.162-.161-.23-.338t-.068-.389q0-.292.133-.522q.134-.23.426-.36q.83-.368%201.726-.551Q11.041%203%2012%203M9.5%2013q.448%200%20.849-.134q.401-.133.728-.362l-4.08-4.081q-.23.327-.363.728Q6.5%209.552%206.5%2010q0%201.258.871%202.129T9.5%2013%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-off-rounded.svg?color=%231a73e8&size=48