person add disabled icon

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

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

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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="m18.812 21.164l-3.062-3.056v.507H2.789q-.441 0-.74-.299t-.299-.739v-.608q0-.619.36-1.158q.361-.54.97-.838q1.416-.679 2.834-1.018q1.417-.34 2.836-.34q.729 0 1.455.1t1.468.316l-2.665-2.665q-.05.019-.12.019H8.75q-1.237 0-2.119-.882T5.75 8.385v-.139q0-.069.02-.119L2.58 4.938q-.145-.146-.152-.347t.159-.366t.356-.165t.357.165l16.225 16.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.166M18.25 10.5h-2.5q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.5V7q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5h2.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.5V13q0 .213-.144.356t-.357.144t-.356-.144T18.25 13zm-6.746-.915l-.792-.793q.019-.102.029-.204q.009-.101.009-.203q0-.826-.587-1.413T8.75 6.384q-.102 0-.204.01t-.204.029l-.792-.792q.279-.123.583-.185q.304-.061.617-.061q1.238 0 2.119.88t.881 2.12q0 .313-.061.617q-.062.304-.185.582M2.75 17.617h12l-1.611-2.12q-1.047-.44-2.156-.66t-2.233-.22q-1.335 0-2.646.318q-1.312.318-2.546.916q-.38.202-.593.494q-.215.292-.215.625zm6 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonAddDisabledOutlineRounded(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="m18.812 21.164l-3.062-3.056v.507H2.789q-.441 0-.74-.299t-.299-.739v-.608q0-.619.36-1.158q.361-.54.97-.838q1.416-.679 2.834-1.018q1.417-.34 2.836-.34q.729 0 1.455.1t1.468.316l-2.665-2.665q-.05.019-.12.019H8.75q-1.237 0-2.119-.882T5.75 8.385v-.139q0-.069.02-.119L2.58 4.938q-.145-.146-.152-.347t.159-.366t.356-.165t.357.165l16.225 16.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.166M18.25 10.5h-2.5q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.5V7q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5h2.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.5V13q0 .213-.144.356t-.357.144t-.356-.144T18.25 13zm-6.746-.915l-.792-.793q.019-.102.029-.204q.009-.101.009-.203q0-.826-.587-1.413T8.75 6.384q-.102 0-.204.01t-.204.029l-.792-.792q.279-.123.583-.185q.304-.061.617-.061q1.238 0 2.119.88t.881 2.12q0 .313-.061.617q-.062.304-.185.582M2.75 17.617h12l-1.611-2.12q-1.047-.44-2.156-.66t-2.233-.22q-1.335 0-2.646.318q-1.312.318-2.546.916q-.38.202-.593.494q-.215.292-.215.625zm6 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="m18.812 21.164l-3.062-3.056v.507H2.789q-.441 0-.74-.299t-.299-.739v-.608q0-.619.36-1.158q.361-.54.97-.838q1.416-.679 2.834-1.018q1.417-.34 2.836-.34q.729 0 1.455.1t1.468.316l-2.665-2.665q-.05.019-.12.019H8.75q-1.237 0-2.119-.882T5.75 8.385v-.139q0-.069.02-.119L2.58 4.938q-.145-.146-.152-.347t.159-.366t.356-.165t.357.165l16.225 16.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.166M18.25 10.5h-2.5q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.5V7q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5h2.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.5V13q0 .213-.144.356t-.357.144t-.356-.144T18.25 13zm-6.746-.915l-.792-.793q.019-.102.029-.204q.009-.101.009-.203q0-.826-.587-1.413T8.75 6.384q-.102 0-.204.01t-.204.029l-.792-.792q.279-.123.583-.185q.304-.061.617-.061q1.238 0 2.119.88t.881 2.12q0 .313-.061.617q-.062.304-.185.582M2.75 17.617h12l-1.611-2.12q-1.047-.44-2.156-.66t-2.233-.22q-1.335 0-2.646.318q-1.312.318-2.546.916q-.38.202-.593.494q-.215.292-.215.625zm6 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%22m18.812%2021.164l-3.062-3.056v.507H2.789q-.441%200-.74-.299t-.299-.739v-.608q0-.619.36-1.158q.361-.54.97-.838q1.416-.679%202.834-1.018q1.417-.34%202.836-.34q.729%200%201.455.1t1.468.316l-2.665-2.665q-.05.019-.12.019H8.75q-1.237%200-2.119-.882T5.75%208.385v-.139q0-.069.02-.119L2.58%204.938q-.145-.146-.152-.347t.159-.366t.356-.165t.357.165l16.225%2016.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.166M18.25%2010.5h-2.5q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.5V7q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5h2.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-2.5V13q0%20.213-.144.356t-.357.144t-.356-.144T18.25%2013zm-6.746-.915l-.792-.793q.019-.102.029-.204q.009-.101.009-.203q0-.826-.587-1.413T8.75%206.384q-.102%200-.204.01t-.204.029l-.792-.792q.279-.123.583-.185q.304-.061.617-.061q1.238%200%202.119.88t.881%202.12q0%20.313-.061.617q-.062.304-.185.582M2.75%2017.617h12l-1.611-2.12q-1.047-.44-2.156-.66t-2.233-.22q-1.335%200-2.646.318q-1.312.318-2.546.916q-.38.202-.593.494q-.215.292-.215.625zm6%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%22m18.812%2021.164l-3.062-3.056v.507H2.789q-.441%200-.74-.299t-.299-.739v-.608q0-.619.36-1.158q.361-.54.97-.838q1.416-.679%202.834-1.018q1.417-.34%202.836-.34q.729%200%201.455.1t1.468.316l-2.665-2.665q-.05.019-.12.019H8.75q-1.237%200-2.119-.882T5.75%208.385v-.139q0-.069.02-.119L2.58%204.938q-.145-.146-.152-.347t.159-.366t.356-.165t.357.165l16.225%2016.23q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.166M18.25%2010.5h-2.5q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.5V7q0-.213.144-.356t.357-.144t.356.144t.143.356v2.5h2.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-2.5V13q0%20.213-.144.356t-.357.144t-.356-.144T18.25%2013zm-6.746-.915l-.792-.793q.019-.102.029-.204q.009-.101.009-.203q0-.826-.587-1.413T8.75%206.384q-.102%200-.204.01t-.204.029l-.792-.792q.279-.123.583-.185q.304-.061.617-.061q1.238%200%202.119.88t.881%202.12q0%20.313-.061.617q-.062.304-.185.582M2.75%2017.617h12l-1.611-2.12q-1.047-.44-2.156-.66t-2.233-.22q-1.335%200-2.646.318q-1.312.318-2.546.916q-.38.202-.593.494q-.215.292-.215.625zm6%200%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-add-disabled-outline-rounded.svg?color=%231a73e8&size=48