people team delete icon

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

Name
people-team-delete-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M17.254 11c1.18 0 2.15.91 2.243 2.066a7.5 7.5 0 0 0-1.493.36v-.176a.75.75 0 0 0-.75-.75h-6.502a.75.75 0 0 0-.75.75v6.249a4 4 0 0 0 3.614 3.983a7.5 7.5 0 0 0 .868 1.497q-.238.021-.481.021a5.5 5.5 0 0 1-5.501-5.501V13.25a2.25 2.25 0 0 1 2.25-2.25zm7.246 3.155a7.5 7.5 0 0 1 1.5 1.246V13.25A2.25 2.25 0 0 0 23.75 11H19.6c.394.412.682.927.817 1.5h3.333a.75.75 0 0 1 .75.75zM4.25 11h4.156a3.24 3.24 0 0 0-.817 1.5H4.25a.75.75 0 0 0-.75.75v5.249a3 3 0 0 0 4.238 2.735c.133.49.324.956.564 1.392A4.5 4.5 0 0 1 2 18.499V13.25A2.25 2.25 0 0 1 4.25 11M14 3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m8.003 1a3 3 0 1 1 0 6a3 3 0 0 1 0-6M5.997 4a3 3 0 1 1 0 6a3 3 0 0 1 0-6M14 4.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m8.003 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-16.006 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6.5-.707l-2.646-2.647a.5.5 0 0 0-.708.708l2.647 2.646l-2.647 2.646a.5.5 0 0 0 .708.708l2.646-2.647l2.646 2.647a.5.5 0 0 0 .708-.708L21.207 20.5l2.647-2.646a.5.5 0 0 0-.708-.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleTeamDelete28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.254 11c1.18 0 2.15.91 2.243 2.066a7.5 7.5 0 0 0-1.493.36v-.176a.75.75 0 0 0-.75-.75h-6.502a.75.75 0 0 0-.75.75v6.249a4 4 0 0 0 3.614 3.983a7.5 7.5 0 0 0 .868 1.497q-.238.021-.481.021a5.5 5.5 0 0 1-5.501-5.501V13.25a2.25 2.25 0 0 1 2.25-2.25zm7.246 3.155a7.5 7.5 0 0 1 1.5 1.246V13.25A2.25 2.25 0 0 0 23.75 11H19.6c.394.412.682.927.817 1.5h3.333a.75.75 0 0 1 .75.75zM4.25 11h4.156a3.24 3.24 0 0 0-.817 1.5H4.25a.75.75 0 0 0-.75.75v5.249a3 3 0 0 0 4.238 2.735c.133.49.324.956.564 1.392A4.5 4.5 0 0 1 2 18.499V13.25A2.25 2.25 0 0 1 4.25 11M14 3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m8.003 1a3 3 0 1 1 0 6a3 3 0 0 1 0-6M5.997 4a3 3 0 1 1 0 6a3 3 0 0 1 0-6M14 4.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m8.003 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-16.006 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6.5-.707l-2.646-2.647a.5.5 0 0 0-.708.708l2.647 2.646l-2.647 2.646a.5.5 0 0 0 .708.708l2.646-2.647l2.646 2.647a.5.5 0 0 0 .708-.708L21.207 20.5l2.647-2.646a.5.5 0 0 0-.708-.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.254 11c1.18 0 2.15.91 2.243 2.066a7.5 7.5 0 0 0-1.493.36v-.176a.75.75 0 0 0-.75-.75h-6.502a.75.75 0 0 0-.75.75v6.249a4 4 0 0 0 3.614 3.983a7.5 7.5 0 0 0 .868 1.497q-.238.021-.481.021a5.5 5.5 0 0 1-5.501-5.501V13.25a2.25 2.25 0 0 1 2.25-2.25zm7.246 3.155a7.5 7.5 0 0 1 1.5 1.246V13.25A2.25 2.25 0 0 0 23.75 11H19.6c.394.412.682.927.817 1.5h3.333a.75.75 0 0 1 .75.75zM4.25 11h4.156a3.24 3.24 0 0 0-.817 1.5H4.25a.75.75 0 0 0-.75.75v5.249a3 3 0 0 0 4.238 2.735c.133.49.324.956.564 1.392A4.5 4.5 0 0 1 2 18.499V13.25A2.25 2.25 0 0 1 4.25 11M14 3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m8.003 1a3 3 0 1 1 0 6a3 3 0 0 1 0-6M5.997 4a3 3 0 1 1 0 6a3 3 0 0 1 0-6M14 4.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m8.003 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-16.006 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6.5-.707l-2.646-2.647a.5.5 0 0 0-.708.708l2.647 2.646l-2.647 2.646a.5.5 0 0 0 .708.708l2.646-2.647l2.646 2.647a.5.5 0 0 0 .708-.708L21.207 20.5l2.647-2.646a.5.5 0 0 0-.708-.708z"/></svg>
</template>

CSS

.icon-people-team-delete-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.254%2011c1.18%200%202.15.91%202.243%202.066a7.5%207.5%200%200%200-1.493.36v-.176a.75.75%200%200%200-.75-.75h-6.502a.75.75%200%200%200-.75.75v6.249a4%204%200%200%200%203.614%203.983a7.5%207.5%200%200%200%20.868%201.497q-.238.021-.481.021a5.5%205.5%200%200%201-5.501-5.501V13.25a2.25%202.25%200%200%201%202.25-2.25zm7.246%203.155a7.5%207.5%200%200%201%201.5%201.246V13.25A2.25%202.25%200%200%200%2023.75%2011H19.6c.394.412.682.927.817%201.5h3.333a.75.75%200%200%201%20.75.75zM4.25%2011h4.156a3.24%203.24%200%200%200-.817%201.5H4.25a.75.75%200%200%200-.75.75v5.249a3%203%200%200%200%204.238%202.735c.133.49.324.956.564%201.392A4.5%204.5%200%200%201%202%2018.499V13.25A2.25%202.25%200%200%201%204.25%2011M14%203a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7m8.003%201a3%203%200%201%201%200%206a3%203%200%200%201%200-6M5.997%204a3%203%200%201%201%200%206a3%203%200%200%201%200-6M14%204.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m8.003%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-16.006%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6.5-.707l-2.646-2.647a.5.5%200%200%200-.708.708l2.647%202.646l-2.647%202.646a.5.5%200%200%200%20.708.708l2.646-2.647l2.646%202.647a.5.5%200%200%200%20.708-.708L21.207%2020.5l2.647-2.646a.5.5%200%200%200-.708-.708z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.254%2011c1.18%200%202.15.91%202.243%202.066a7.5%207.5%200%200%200-1.493.36v-.176a.75.75%200%200%200-.75-.75h-6.502a.75.75%200%200%200-.75.75v6.249a4%204%200%200%200%203.614%203.983a7.5%207.5%200%200%200%20.868%201.497q-.238.021-.481.021a5.5%205.5%200%200%201-5.501-5.501V13.25a2.25%202.25%200%200%201%202.25-2.25zm7.246%203.155a7.5%207.5%200%200%201%201.5%201.246V13.25A2.25%202.25%200%200%200%2023.75%2011H19.6c.394.412.682.927.817%201.5h3.333a.75.75%200%200%201%20.75.75zM4.25%2011h4.156a3.24%203.24%200%200%200-.817%201.5H4.25a.75.75%200%200%200-.75.75v5.249a3%203%200%200%200%204.238%202.735c.133.49.324.956.564%201.392A4.5%204.5%200%200%201%202%2018.499V13.25A2.25%202.25%200%200%201%204.25%2011M14%203a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7m8.003%201a3%203%200%201%201%200%206a3%203%200%200%201%200-6M5.997%204a3%203%200%201%201%200%206a3%203%200%200%201%200-6M14%204.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m8.003%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-16.006%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6.5-.707l-2.646-2.647a.5.5%200%200%200-.708.708l2.647%202.646l-2.647%202.646a.5.5%200%200%200%20.708.708l2.646-2.647l2.646%202.647a.5.5%200%200%200%20.708-.708L21.207%2020.5l2.647-2.646a.5.5%200%200%200-.708-.708z%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-28-regular.svg?color=%231a73e8&size=48