people team delete icon

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

Name
people-team-delete-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16 3a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0m11.5-3a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M24 7.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-21 0a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0M6.5 6a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M7 25c.61 0 1.177-.182 1.651-.495a7.5 7.5 0 0 0 .676 1.922A5 5 0 0 1 2 22v-6.5A2.5 2.5 0 0 1 4.5 13h4.877a4 4 0 0 0-.846 2H4.5a.5.5 0 0 0-.5.5V22a3 3 0 0 0 3 3m16.21-10.998a8.98 8.98 0 0 1 6.79 3.34V15.5a2.5 2.5 0 0 0-2.5-2.5h-4.877c.241.302.44.639.587 1.002M19.5 13c.867 0 1.63.441 2.08 1.111a9 9 0 0 0-2.707.889H12.5a.5.5 0 0 0-.5.5V23a4 4 0 0 0 2.855 3.834c.372.79.856 1.516 1.43 2.16Q16.144 29 16 29a6 6 0 0 1-6-6v-7.5a2.5 2.5 0 0 1 2.5-2.5zm3.5 2.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m2.72 3.72L23 21.94l-2.72-2.72a.75.75 0 1 0-1.06 1.06L21.94 23l-2.72 2.72a.75.75 0 1 0 1.06 1.06L23 24.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L24.06 23l2.72-2.72a.75.75 0 1 0-1.06-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleTeamDelete32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0m11.5-3a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M24 7.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-21 0a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0M6.5 6a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M7 25c.61 0 1.177-.182 1.651-.495a7.5 7.5 0 0 0 .676 1.922A5 5 0 0 1 2 22v-6.5A2.5 2.5 0 0 1 4.5 13h4.877a4 4 0 0 0-.846 2H4.5a.5.5 0 0 0-.5.5V22a3 3 0 0 0 3 3m16.21-10.998a8.98 8.98 0 0 1 6.79 3.34V15.5a2.5 2.5 0 0 0-2.5-2.5h-4.877c.241.302.44.639.587 1.002M19.5 13c.867 0 1.63.441 2.08 1.111a9 9 0 0 0-2.707.889H12.5a.5.5 0 0 0-.5.5V23a4 4 0 0 0 2.855 3.834c.372.79.856 1.516 1.43 2.16Q16.144 29 16 29a6 6 0 0 1-6-6v-7.5a2.5 2.5 0 0 1 2.5-2.5zm3.5 2.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m2.72 3.72L23 21.94l-2.72-2.72a.75.75 0 1 0-1.06 1.06L21.94 23l-2.72 2.72a.75.75 0 1 0 1.06 1.06L23 24.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L24.06 23l2.72-2.72a.75.75 0 1 0-1.06-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0m11.5-3a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M24 7.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-21 0a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0M6.5 6a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M7 25c.61 0 1.177-.182 1.651-.495a7.5 7.5 0 0 0 .676 1.922A5 5 0 0 1 2 22v-6.5A2.5 2.5 0 0 1 4.5 13h4.877a4 4 0 0 0-.846 2H4.5a.5.5 0 0 0-.5.5V22a3 3 0 0 0 3 3m16.21-10.998a8.98 8.98 0 0 1 6.79 3.34V15.5a2.5 2.5 0 0 0-2.5-2.5h-4.877c.241.302.44.639.587 1.002M19.5 13c.867 0 1.63.441 2.08 1.111a9 9 0 0 0-2.707.889H12.5a.5.5 0 0 0-.5.5V23a4 4 0 0 0 2.855 3.834c.372.79.856 1.516 1.43 2.16Q16.144 29 16 29a6 6 0 0 1-6-6v-7.5a2.5 2.5 0 0 1 2.5-2.5zm3.5 2.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m2.72 3.72L23 21.94l-2.72-2.72a.75.75 0 1 0-1.06 1.06L21.94 23l-2.72 2.72a.75.75 0 1 0 1.06 1.06L23 24.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L24.06 23l2.72-2.72a.75.75 0 1 0-1.06-1.06"/></svg>
</template>

CSS

.icon-people-team-delete-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-2%204a2%202%200%201%201%204%200a2%202%200%200%201-4%200m11.5-3a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M24%207.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-21%200a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200M6.5%206a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M7%2025c.61%200%201.177-.182%201.651-.495a7.5%207.5%200%200%200%20.676%201.922A5%205%200%200%201%202%2022v-6.5A2.5%202.5%200%200%201%204.5%2013h4.877a4%204%200%200%200-.846%202H4.5a.5.5%200%200%200-.5.5V22a3%203%200%200%200%203%203m16.21-10.998a8.98%208.98%200%200%201%206.79%203.34V15.5a2.5%202.5%200%200%200-2.5-2.5h-4.877c.241.302.44.639.587%201.002M19.5%2013c.867%200%201.63.441%202.08%201.111a9%209%200%200%200-2.707.889H12.5a.5.5%200%200%200-.5.5V23a4%204%200%200%200%202.855%203.834c.372.79.856%201.516%201.43%202.16Q16.144%2029%2016%2029a6%206%200%200%201-6-6v-7.5a2.5%202.5%200%200%201%202.5-2.5zm3.5%202.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m2.72%203.72L23%2021.94l-2.72-2.72a.75.75%200%201%200-1.06%201.06L21.94%2023l-2.72%202.72a.75.75%200%201%200%201.06%201.06L23%2024.06l2.72%202.72a.75.75%200%201%200%201.06-1.06L24.06%2023l2.72-2.72a.75.75%200%201%200-1.06-1.06%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-2%204a2%202%200%201%201%204%200a2%202%200%200%201-4%200m11.5-3a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M24%207.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-21%200a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200M6.5%206a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M7%2025c.61%200%201.177-.182%201.651-.495a7.5%207.5%200%200%200%20.676%201.922A5%205%200%200%201%202%2022v-6.5A2.5%202.5%200%200%201%204.5%2013h4.877a4%204%200%200%200-.846%202H4.5a.5.5%200%200%200-.5.5V22a3%203%200%200%200%203%203m16.21-10.998a8.98%208.98%200%200%201%206.79%203.34V15.5a2.5%202.5%200%200%200-2.5-2.5h-4.877c.241.302.44.639.587%201.002M19.5%2013c.867%200%201.63.441%202.08%201.111a9%209%200%200%200-2.707.889H12.5a.5.5%200%200%200-.5.5V23a4%204%200%200%200%202.855%203.834c.372.79.856%201.516%201.43%202.16Q16.144%2029%2016%2029a6%206%200%200%201-6-6v-7.5a2.5%202.5%200%200%201%202.5-2.5zm3.5%202.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m2.72%203.72L23%2021.94l-2.72-2.72a.75.75%200%201%200-1.06%201.06L21.94%2023l-2.72%202.72a.75.75%200%201%200%201.06%201.06L23%2024.06l2.72%202.72a.75.75%200%201%200%201.06-1.06L24.06%2023l2.72-2.72a.75.75%200%201%200-1.06-1.06%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-32-regular.svg?color=%231a73e8&size=48