person add disabled icon

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

Name
person-add-disabled-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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.1 21.875L17 19.8v.2H3q-.825 0-1.412-.587T1 18v-.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-.2L2.1 4.9q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M18 11h-2q-.425 0-.712-.288T15 10t.288-.712T16 9h2V7q0-.425.288-.712T19 6t.713.288T20 7v2h2q.425 0 .713.288T23 10t-.288.713T22 11h-2v2q0 .425-.288.713T19 14t-.712-.288T18 13zm-5.4-1.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 MaterialSymbolsPersonAddDisabledOutlineRounded(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.1 21.875L17 19.8v.2H3q-.825 0-1.412-.587T1 18v-.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-.2L2.1 4.9q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M18 11h-2q-.425 0-.712-.288T15 10t.288-.712T16 9h2V7q0-.425.288-.712T19 6t.713.288T20 7v2h2q.425 0 .713.288T23 10t-.288.713T22 11h-2v2q0 .425-.288.713T19 14t-.712-.288T18 13zm-5.4-1.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.1 21.875L17 19.8v.2H3q-.825 0-1.412-.587T1 18v-.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-.2L2.1 4.9q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3M18 11h-2q-.425 0-.712-.288T15 10t.288-.712T16 9h2V7q0-.425.288-.712T19 6t.713.288T20 7v2h2q.425 0 .713.288T23 10t-.288.713T22 11h-2v2q0 .425-.288.713T19 14t-.712-.288T18 13zm-5.4-1.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-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.1%2021.875L17%2019.8v.2H3q-.825%200-1.412-.587T1%2018v-.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-.2L2.1%204.9q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M18%2011h-2q-.425%200-.712-.288T15%2010t.288-.712T16%209h2V7q0-.425.288-.712T19%206t.713.288T20%207v2h2q.425%200%20.713.288T23%2010t-.288.713T22%2011h-2v2q0%20.425-.288.713T19%2014t-.712-.288T18%2013zm-5.4-1.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.1%2021.875L17%2019.8v.2H3q-.825%200-1.412-.587T1%2018v-.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-.2L2.1%204.9q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3M18%2011h-2q-.425%200-.712-.288T15%2010t.288-.712T16%209h2V7q0-.425.288-.712T19%206t.713.288T20%207v2h2q.425%200%20.713.288T23%2010t-.288.713T22%2011h-2v2q0%20.425-.288.713T19%2014t-.712-.288T18%2013zm-5.4-1.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-rounded.svg?color=%231a73e8&size=48