people team delete icon

people-team-delete-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
people-team-delete-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people team delete icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.002 4a1.998 1.998 0 1 1 3.996 0a1.998 1.998 0 0 1-3.996 0M8 3.002a.998.998 0 1 0 0 1.996a.998.998 0 0 0 0-1.996M11 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-9-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 4.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0M4.268 7A2 2 0 0 0 4 8H2v2.5a1.5 1.5 0 0 0 2.096 1.377c.074.331.19.647.34.942A2.5 2.5 0 0 1 1 10.5V8a1 1 0 0 1 1-1zM6 7a1 1 0 0 0-1 1v3c0 1.063.553 1.997 1.387 2.53a5.5 5.5 0 0 1-.378-2.342A2 2 0 0 1 6 11V8h1.257a5.5 5.5 0 0 1 1.08-1zm10 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L12.207 11.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleTeamDelete16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.002 4a1.998 1.998 0 1 1 3.996 0a1.998 1.998 0 0 1-3.996 0M8 3.002a.998.998 0 1 0 0 1.996a.998.998 0 0 0 0-1.996M11 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-9-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 4.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0M4.268 7A2 2 0 0 0 4 8H2v2.5a1.5 1.5 0 0 0 2.096 1.377c.074.331.19.647.34.942A2.5 2.5 0 0 1 1 10.5V8a1 1 0 0 1 1-1zM6 7a1 1 0 0 0-1 1v3c0 1.063.553 1.997 1.387 2.53a5.5 5.5 0 0 1-.378-2.342A2 2 0 0 1 6 11V8h1.257a5.5 5.5 0 0 1 1.08-1zm10 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L12.207 11.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.002 4a1.998 1.998 0 1 1 3.996 0a1.998 1.998 0 0 1-3.996 0M8 3.002a.998.998 0 1 0 0 1.996a.998.998 0 0 0 0-1.996M11 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-9-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M3 4.5a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0M4.268 7A2 2 0 0 0 4 8H2v2.5a1.5 1.5 0 0 0 2.096 1.377c.074.331.19.647.34.942A2.5 2.5 0 0 1 1 10.5V8a1 1 0 0 1 1-1zM6 7a1 1 0 0 0-1 1v3c0 1.063.553 1.997 1.387 2.53a5.5 5.5 0 0 1-.378-2.342A2 2 0 0 1 6 11V8h1.257a5.5 5.5 0 0 1 1.08-1zm10 4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L12.207 11.5z"/></svg>
</template>

CSS

.icon-people-team-delete-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.002%204a1.998%201.998%200%201%201%203.996%200a1.998%201.998%200%200%201-3.996%200M8%203.002a.998.998%200%201%200%200%201.996a.998.998%200%200%200%200-1.996M11%204.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-9-1a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M3%204.5a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200M4.268%207A2%202%200%200%200%204%208H2v2.5a1.5%201.5%200%200%200%202.096%201.377c.074.331.19.647.34.942A2.5%202.5%200%200%201%201%2010.5V8a1%201%200%200%201%201-1zM6%207a1%201%200%200%200-1%201v3c0%201.063.553%201.997%201.387%202.53a5.5%205.5%200%200%201-.378-2.342A2%202%200%200%201%206%2011V8h1.257a5.5%205.5%200%200%201%201.08-1zm10%204.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L11.5%2010.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.147%201.146l-1.147%201.146a.5.5%200%200%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.708L12.207%2011.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.002%204a1.998%201.998%200%201%201%203.996%200a1.998%201.998%200%200%201-3.996%200M8%203.002a.998.998%200%201%200%200%201.996a.998.998%200%200%200%200-1.996M11%204.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-.5a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-9-1a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M3%204.5a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200M4.268%207A2%202%200%200%200%204%208H2v2.5a1.5%201.5%200%200%200%202.096%201.377c.074.331.19.647.34.942A2.5%202.5%200%200%201%201%2010.5V8a1%201%200%200%201%201-1zM6%207a1%201%200%200%200-1%201v3c0%201.063.553%201.997%201.387%202.53a5.5%205.5%200%200%201-.378-2.342A2%202%200%200%201%206%2011V8h1.257a5.5%205.5%200%200%201%201.08-1zm10%204.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L11.5%2010.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.147%201.146l-1.147%201.146a.5.5%200%200%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.708L12.207%2011.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-team-delete-16-regular.svg?color=%231a73e8&size=48