people team delete icon

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

Name
people-team-delete-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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="M8 2.002a1.998 1.998 0 1 0 0 3.996a1.998 1.998 0 0 0 0-3.996M12.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5 7.993A1 1 0 0 1 6 7h2.337A5.5 5.5 0 0 0 6 11.5c0 .717.137 1.402.387 2.03A3 3 0 0 1 5 11zM4 8c0-.365.097-.706.268-1H2a1 1 0 0 0-1 1v2.5a2.5 2.5 0 0 0 3.436 2.319A4 4 0 0 1 4 10.999zm12 3.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 FluentPeopleTeamDelete16Filled(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="M8 2.002a1.998 1.998 0 1 0 0 3.996a1.998 1.998 0 0 0 0-3.996M12.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5 7.993A1 1 0 0 1 6 7h2.337A5.5 5.5 0 0 0 6 11.5c0 .717.137 1.402.387 2.03A3 3 0 0 1 5 11zM4 8c0-.365.097-.706.268-1H2a1 1 0 0 0-1 1v2.5a2.5 2.5 0 0 0 3.436 2.319A4 4 0 0 1 4 10.999zm12 3.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="M8 2.002a1.998 1.998 0 1 0 0 3.996a1.998 1.998 0 0 0 0-3.996M12.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5 7.993A1 1 0 0 1 6 7h2.337A5.5 5.5 0 0 0 6 11.5c0 .717.137 1.402.387 2.03A3 3 0 0 1 5 11zM4 8c0-.365.097-.706.268-1H2a1 1 0 0 0-1 1v2.5a2.5 2.5 0 0 0 3.436 2.319A4 4 0 0 1 4 10.999zm12 3.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-filled {
  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%22M8%202.002a1.998%201.998%200%201%200%200%203.996a1.998%201.998%200%200%200%200-3.996M12.5%203a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M5%207.993A1%201%200%200%201%206%207h2.337A5.5%205.5%200%200%200%206%2011.5c0%20.717.137%201.402.387%202.03A3%203%200%200%201%205%2011zM4%208c0-.365.097-.706.268-1H2a1%201%200%200%200-1%201v2.5a2.5%202.5%200%200%200%203.436%202.319A4%204%200%200%201%204%2010.999zm12%203.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%22M8%202.002a1.998%201.998%200%201%200%200%203.996a1.998%201.998%200%200%200%200-3.996M12.5%203a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M5%207.993A1%201%200%200%201%206%207h2.337A5.5%205.5%200%200%200%206%2011.5c0%20.717.137%201.402.387%202.03A3%203%200%200%201%205%2011zM4%208c0-.365.097-.706.268-1H2a1%201%200%200%200-1%201v2.5a2.5%202.5%200%200%200%203.436%202.319A4%204%200%200%201%204%2010.999zm12%203.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-filled.svg?color=%231a73e8&size=48