person off icon
person-off-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- person-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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.479 20.9l-2.29-2.284H6.039q-.441 0-.74-.3Q5 18.017 5 17.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.318-.632 2.635-.963t2.631-.371h.318q.163 0 .317.019L3.094 4.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.387-5.716q.167.081.266.246q.098.164.103.354l-.773-.773l.205.081q.101.04.2.092M13.68 10.87L9.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 MaterialSymbolsLightPersonOffRounded(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.479 20.9l-2.29-2.284H6.039q-.441 0-.74-.3Q5 18.017 5 17.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.318-.632 2.635-.963t2.631-.371h.318q.163 0 .317.019L3.094 4.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.387-5.716q.167.081.266.246q.098.164.103.354l-.773-.773l.205.081q.101.04.2.092M13.68 10.87L9.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.479 20.9l-2.29-2.284H6.039q-.441 0-.74-.3Q5 18.017 5 17.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.318-.632 2.635-.963t2.631-.371h.318q.163 0 .317.019L3.094 4.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.387-5.716q.167.081.266.246q.098.164.103.354l-.773-.773l.205.081q.101.04.2.092M13.68 10.87L9.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-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%22m19.479%2020.9l-2.29-2.284H6.039q-.441%200-.74-.3Q5%2018.017%205%2017.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.318-.632%202.635-.963t2.631-.371h.318q.163%200%20.317.019L3.094%204.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.387-5.716q.167.081.266.246q.098.164.103.354l-.773-.773l.205.081q.101.04.2.092M13.68%2010.87L9.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.479%2020.9l-2.29-2.284H6.039q-.441%200-.74-.3Q5%2018.017%205%2017.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.318-.632%202.635-.963t2.631-.371h.318q.163%200%20.317.019L3.094%204.52q-.146-.146-.153-.347t.159-.366t.357-.166t.357.166l16.378%2016.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166m-1.387-5.716q.167.081.266.246q.098.164.103.354l-.773-.773l.205.081q.101.04.2.092M13.68%2010.87L9.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-rounded.svg?color=%231a73e8&size=48