person off icon
person-off from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- person-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- person-off-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.092zm-1.74-6.075q.166.08.265.245q.098.164.103.355l-.772-.773l.204.08q.101.04.2.093m-4.412-4.316L9.516 6.704q.42-.639 1.075-.979q.653-.34 1.409-.34q1.246 0 2.123.876Q15 7.14 15 8.385q0 .756-.34 1.41t-.98 1.074"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPersonOff(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.092zm-1.74-6.075q.166.08.265.245q.098.164.103.355l-.772-.773l.204.08q.101.04.2.093m-4.412-4.316L9.516 6.704q.42-.639 1.075-.979q.653-.34 1.409-.34q1.246 0 2.123.876Q15 7.14 15 8.385q0 .756-.34 1.41t-.98 1.074"/></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.092zm-1.74-6.075q.166.08.265.245q.098.164.103.355l-.772-.773l.204.08q.101.04.2.093m-4.412-4.316L9.516 6.704q.42-.639 1.075-.979q.653-.34 1.409-.34q1.246 0 2.123.876Q15 7.14 15 8.385q0 .756-.34 1.41t-.98 1.074"/></svg> </template>
CSS
.icon-person-off {
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.092zm-1.74-6.075q.166.08.265.245q.098.164.103.355l-.772-.773l.204.08q.101.04.2.093m-4.412-4.316L9.516%206.704q.42-.639%201.075-.979q.653-.34%201.409-.34q1.246%200%202.123.876Q15%207.14%2015%208.385q0%20.756-.34%201.41t-.98%201.074%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.092zm-1.74-6.075q.166.08.265.245q.098.164.103.355l-.772-.773l.204.08q.101.04.2.093m-4.412-4.316L9.516%206.704q.42-.639%201.075-.979q.653-.34%201.409-.34q1.246%200%202.123.876Q15%207.14%2015%208.385q0%20.756-.34%201.41t-.98%201.074%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.svg?color=%231a73e8&size=48