person add disabled icon
person-add-disabled from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- person-add-disabled
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- person-add-disabled-sharp
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the person add disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 22.6L17 19.8v.2H1v-2.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.325 0 .638.013t.612.037L9.2 12H9q-1.65 0-2.825-1.175T5 8v-.2L1.4 4.2l1.425-1.425l18.4 18.4zM18 14v-3h-3V9h3V6h2v3h3v2h-3v3zm-5.4-4.3L7.3 4.4q.375-.2.813-.3T9 4q1.65 0 2.825 1.175T13 8q0 .45-.1.888t-.3.812"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPersonAddDisabled(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.8 22.6L17 19.8v.2H1v-2.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.325 0 .638.013t.612.037L9.2 12H9q-1.65 0-2.825-1.175T5 8v-.2L1.4 4.2l1.425-1.425l18.4 18.4zM18 14v-3h-3V9h3V6h2v3h3v2h-3v3zm-5.4-4.3L7.3 4.4q.375-.2.813-.3T9 4q1.65 0 2.825 1.175T13 8q0 .45-.1.888t-.3.812"/></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.8 22.6L17 19.8v.2H1v-2.8q0-.85.438-1.562T2.6 14.55q1.55-.775 3.15-1.162T9 13q.325 0 .638.013t.612.037L9.2 12H9q-1.65 0-2.825-1.175T5 8v-.2L1.4 4.2l1.425-1.425l18.4 18.4zM18 14v-3h-3V9h3V6h2v3h3v2h-3v3zm-5.4-4.3L7.3 4.4q.375-.2.813-.3T9 4q1.65 0 2.825 1.175T13 8q0 .45-.1.888t-.3.812"/></svg> </template>
CSS
.icon-person-add-disabled {
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.8%2022.6L17%2019.8v.2H1v-2.8q0-.85.438-1.562T2.6%2014.55q1.55-.775%203.15-1.162T9%2013q.325%200%20.638.013t.612.037L9.2%2012H9q-1.65%200-2.825-1.175T5%208v-.2L1.4%204.2l1.425-1.425l18.4%2018.4zM18%2014v-3h-3V9h3V6h2v3h3v2h-3v3zm-5.4-4.3L7.3%204.4q.375-.2.813-.3T9%204q1.65%200%202.825%201.175T13%208q0%20.45-.1.888t-.3.812%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.8%2022.6L17%2019.8v.2H1v-2.8q0-.85.438-1.562T2.6%2014.55q1.55-.775%203.15-1.162T9%2013q.325%200%20.638.013t.612.037L9.2%2012H9q-1.65%200-2.825-1.175T5%208v-.2L1.4%204.2l1.425-1.425l18.4%2018.4zM18%2014v-3h-3V9h3V6h2v3h3v2h-3v3zm-5.4-4.3L7.3%204.4q.375-.2.813-.3T9%204q1.65%200%202.825%201.175T13%208q0%20.45-.1.888t-.3.812%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/person-add-disabled.svg?color=%231a73e8&size=48