person-off-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
person-off-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
person-off-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the person off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.833 21.26l-2.644-2.645H5V16.97q0-.619.36-1.158q.361-.54.97-.838q1.318-.632 2.635-.963t2.631-.371h.318q.163 0 .317.019l-9.49-9.49l.713-.714l17.092 17.092zM6 17.615h10.189l-2.904-2.903q-.339-.039-.643-.068q-.303-.028-.642-.028q-1.342 0-2.65.318t-2.542.916q-.38.202-.593.494Q6 16.637 6 16.97zm12.092-2.43q.168.08.266.245t.103.355l-.772-.774l.204.081q.101.04.2.092M13.68 10.87l-.725-.725q.479-.263.761-.737T14 8.385q0-.825-.587-1.413T12 6.385q-.548 0-1.022.282q-.474.283-.737.762l-.726-.725q.421-.638 1.075-.979t1.41-.34q1.246 0 2.123.877T15 8.385q0 .756-.34 1.41t-.98 1.074m2.509 6.747H6zm-4.591-8.83"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonOffOutline(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="m19.833 21.26l-2.644-2.645H5V16.97q0-.619.36-1.158q.361-.54.97-.838q1.318-.632 2.635-.963t2.631-.371h.318q.163 0 .317.019l-9.49-9.49l.713-.714l17.092 17.092zM6 17.615h10.189l-2.904-2.903q-.339-.039-.643-.068q-.303-.028-.642-.028q-1.342 0-2.65.318t-2.542.916q-.38.202-.593.494Q6 16.637 6 16.97zm12.092-2.43q.168.08.266.245t.103.355l-.772-.774l.204.081q.101.04.2.092M13.68 10.87l-.725-.725q.479-.263.761-.737T14 8.385q0-.825-.587-1.413T12 6.385q-.548 0-1.022.282q-.474.283-.737.762l-.726-.725q.421-.638 1.075-.979t1.41-.34q1.246 0 2.123.877T15 8.385q0 .756-.34 1.41t-.98 1.074m2.509 6.747H6zm-4.591-8.83"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.833 21.26l-2.644-2.645H5V16.97q0-.619.36-1.158q.361-.54.97-.838q1.318-.632 2.635-.963t2.631-.371h.318q.163 0 .317.019l-9.49-9.49l.713-.714l17.092 17.092zM6 17.615h10.189l-2.904-2.903q-.339-.039-.643-.068q-.303-.028-.642-.028q-1.342 0-2.65.318t-2.542.916q-.38.202-.593.494Q6 16.637 6 16.97zm12.092-2.43q.168.08.266.245t.103.355l-.772-.774l.204.081q.101.04.2.092M13.68 10.87l-.725-.725q.479-.263.761-.737T14 8.385q0-.825-.587-1.413T12 6.385q-.548 0-1.022.282q-.474.283-.737.762l-.726-.725q.421-.638 1.075-.979t1.41-.34q1.246 0 2.123.877T15 8.385q0 .756-.34 1.41t-.98 1.074m2.509 6.747H6zm-4.591-8.83"/></svg>
</template>

CSS

.icon-person-off-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%22m19.833%2021.26l-2.644-2.645H5V16.97q0-.619.36-1.158q.361-.54.97-.838q1.318-.632%202.635-.963t2.631-.371h.318q.163%200%20.317.019l-9.49-9.49l.713-.714l17.092%2017.092zM6%2017.615h10.189l-2.904-2.903q-.339-.039-.643-.068q-.303-.028-.642-.028q-1.342%200-2.65.318t-2.542.916q-.38.202-.593.494Q6%2016.637%206%2016.97zm12.092-2.43q.168.08.266.245t.103.355l-.772-.774l.204.081q.101.04.2.092M13.68%2010.87l-.725-.725q.479-.263.761-.737T14%208.385q0-.825-.587-1.413T12%206.385q-.548%200-1.022.282q-.474.283-.737.762l-.726-.725q.421-.638%201.075-.979t1.41-.34q1.246%200%202.123.877T15%208.385q0%20.756-.34%201.41t-.98%201.074m2.509%206.747H6zm-4.591-8.83%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%22m19.833%2021.26l-2.644-2.645H5V16.97q0-.619.36-1.158q.361-.54.97-.838q1.318-.632%202.635-.963t2.631-.371h.318q.163%200%20.317.019l-9.49-9.49l.713-.714l17.092%2017.092zM6%2017.615h10.189l-2.904-2.903q-.339-.039-.643-.068q-.303-.028-.642-.028q-1.342%200-2.65.318t-2.542.916q-.38.202-.593.494Q6%2016.637%206%2016.97zm12.092-2.43q.168.08.266.245t.103.355l-.772-.774l.204.081q.101.04.2.092M13.68%2010.87l-.725-.725q.479-.263.761-.737T14%208.385q0-.825-.587-1.413T12%206.385q-.548%200-1.022.282q-.474.283-.737.762l-.726-.725q.421-.638%201.075-.979t1.41-.34q1.246%200%202.123.877T15%208.385q0%20.756-.34%201.41t-.98%201.074m2.509%206.747H6zm-4.591-8.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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