person add disabled icon

person-add-disabled-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
person-add-disabled-outline
Set
Material Symbols
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
person-add-disabled-outline-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.3L11 8.1V8q0-.825-.587-1.412T9 6h-.1L7.3 4.4q.375-.2.813-.3T9 4q1.65 0 2.825 1.175T13 8q0 .45-.1.888t-.3.812M3 18h12l-2.15-2.35q-.95-.325-1.925-.488T9 15q-1.4 0-2.775.338T3.5 16.35q-.225.125-.363.35T3 17.2zm6 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonAddDisabledOutline(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.3L11 8.1V8q0-.825-.587-1.412T9 6h-.1L7.3 4.4q.375-.2.813-.3T9 4q1.65 0 2.825 1.175T13 8q0 .45-.1.888t-.3.812M3 18h12l-2.15-2.35q-.95-.325-1.925-.488T9 15q-1.4 0-2.775.338T3.5 16.35q-.225.125-.363.35T3 17.2zm6 0"/></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.3L11 8.1V8q0-.825-.587-1.412T9 6h-.1L7.3 4.4q.375-.2.813-.3T9 4q1.65 0 2.825 1.175T13 8q0 .45-.1.888t-.3.812M3 18h12l-2.15-2.35q-.95-.325-1.925-.488T9 15q-1.4 0-2.775.338T3.5 16.35q-.225.125-.363.35T3 17.2zm6 0"/></svg>
</template>

CSS

.icon-person-add-disabled-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.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.3L11%208.1V8q0-.825-.587-1.412T9%206h-.1L7.3%204.4q.375-.2.813-.3T9%204q1.65%200%202.825%201.175T13%208q0%20.45-.1.888t-.3.812M3%2018h12l-2.15-2.35q-.95-.325-1.925-.488T9%2015q-1.4%200-2.775.338T3.5%2016.35q-.225.125-.363.35T3%2017.2zm6%200%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.3L11%208.1V8q0-.825-.587-1.412T9%206h-.1L7.3%204.4q.375-.2.813-.3T9%204q1.65%200%202.825%201.175T13%208q0%20.45-.1.888t-.3.812M3%2018h12l-2.15-2.35q-.95-.325-1.925-.488T9%2015q-1.4%200-2.775.338T3.5%2016.35q-.225.125-.363.35T3%2017.2zm6%200%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-outline.svg?color=%231a73e8&size=48