person off icon
person-off from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- person-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- person-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.775 22.625L17.15 20H4v-2.8q0-.85.438-1.562T5.6 14.55q1.125-.575 2.288-.925t2.362-.525L1.375 4.225L2.8 2.8l18.4 18.4zM18.4 14.55q.725.35 1.15 1.062T20 17.15l-3.35-3.35q.45.175.888.35t.862.4m-4.2-3.2L8.65 5.8q.575-.85 1.45-1.325T12 4q1.65 0 2.825 1.175T16 8q0 1.025-.475 1.9T14.2 11.35"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPersonOff(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.775 22.625L17.15 20H4v-2.8q0-.85.438-1.562T5.6 14.55q1.125-.575 2.288-.925t2.362-.525L1.375 4.225L2.8 2.8l18.4 18.4zM18.4 14.55q.725.35 1.15 1.062T20 17.15l-3.35-3.35q.45.175.888.35t.862.4m-4.2-3.2L8.65 5.8q.575-.85 1.45-1.325T12 4q1.65 0 2.825 1.175T16 8q0 1.025-.475 1.9T14.2 11.35"/></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.775 22.625L17.15 20H4v-2.8q0-.85.438-1.562T5.6 14.55q1.125-.575 2.288-.925t2.362-.525L1.375 4.225L2.8 2.8l18.4 18.4zM18.4 14.55q.725.35 1.15 1.062T20 17.15l-3.35-3.35q.45.175.888.35t.862.4m-4.2-3.2L8.65 5.8q.575-.85 1.45-1.325T12 4q1.65 0 2.825 1.175T16 8q0 1.025-.475 1.9T14.2 11.35"/></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.775%2022.625L17.15%2020H4v-2.8q0-.85.438-1.562T5.6%2014.55q1.125-.575%202.288-.925t2.362-.525L1.375%204.225L2.8%202.8l18.4%2018.4zM18.4%2014.55q.725.35%201.15%201.062T20%2017.15l-3.35-3.35q.45.175.888.35t.862.4m-4.2-3.2L8.65%205.8q.575-.85%201.45-1.325T12%204q1.65%200%202.825%201.175T16%208q0%201.025-.475%201.9T14.2%2011.35%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.775%2022.625L17.15%2020H4v-2.8q0-.85.438-1.562T5.6%2014.55q1.125-.575%202.288-.925t2.362-.525L1.375%204.225L2.8%202.8l18.4%2018.4zM18.4%2014.55q.725.35%201.15%201.062T20%2017.15l-3.35-3.35q.45.175.888.35t.862.4m-4.2-3.2L8.65%205.8q.575-.85%201.45-1.325T12%204q1.65%200%202.825%201.175T16%208q0%201.025-.475%201.9T14.2%2011.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/person-off.svg?color=%231a73e8&size=48