people team delete icon

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

Name
people-team-delete-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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.754 11c.966 0 1.75.784 1.75 1.75v.316a7.5 7.5 0 0 0-5.02 11.913q-.238.021-.481.021a5.5 5.5 0 0 1-5.501-5.501V12.75c0-.966.783-1.75 1.75-1.75zm2.75 2A7.48 7.48 0 0 1 26 15.4v-2.65A1.75 1.75 0 0 0 24.25 11l-4.376-.002c.393.476.63 1.086.63 1.752zM3.75 11l4.382-.002a2.73 2.73 0 0 0-.621 1.532l-.01.22v6.749c0 1.133.291 2.199.8 3.127A4.5 4.5 0 0 1 2 18.499V12.75A1.75 1.75 0 0 1 3.751 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-6M27 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 FluentPeopleTeamDelete28Filled(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.754 11c.966 0 1.75.784 1.75 1.75v.316a7.5 7.5 0 0 0-5.02 11.913q-.238.021-.481.021a5.5 5.5 0 0 1-5.501-5.501V12.75c0-.966.783-1.75 1.75-1.75zm2.75 2A7.48 7.48 0 0 1 26 15.4v-2.65A1.75 1.75 0 0 0 24.25 11l-4.376-.002c.393.476.63 1.086.63 1.752zM3.75 11l4.382-.002a2.73 2.73 0 0 0-.621 1.532l-.01.22v6.749c0 1.133.291 2.199.8 3.127A4.5 4.5 0 0 1 2 18.499V12.75A1.75 1.75 0 0 1 3.751 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-6M27 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.754 11c.966 0 1.75.784 1.75 1.75v.316a7.5 7.5 0 0 0-5.02 11.913q-.238.021-.481.021a5.5 5.5 0 0 1-5.501-5.501V12.75c0-.966.783-1.75 1.75-1.75zm2.75 2A7.48 7.48 0 0 1 26 15.4v-2.65A1.75 1.75 0 0 0 24.25 11l-4.376-.002c.393.476.63 1.086.63 1.752zM3.75 11l4.382-.002a2.73 2.73 0 0 0-.621 1.532l-.01.22v6.749c0 1.133.291 2.199.8 3.127A4.5 4.5 0 0 1 2 18.499V12.75A1.75 1.75 0 0 1 3.751 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-6M27 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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.754%2011c.966%200%201.75.784%201.75%201.75v.316a7.5%207.5%200%200%200-5.02%2011.913q-.238.021-.481.021a5.5%205.5%200%200%201-5.501-5.501V12.75c0-.966.783-1.75%201.75-1.75zm2.75%202A7.48%207.48%200%200%201%2026%2015.4v-2.65A1.75%201.75%200%200%200%2024.25%2011l-4.376-.002c.393.476.63%201.086.63%201.752zM3.75%2011l4.382-.002a2.73%202.73%200%200%200-.621%201.532l-.01.22v6.749c0%201.133.291%202.199.8%203.127A4.5%204.5%200%200%201%202%2018.499V12.75A1.75%201.75%200%200%201%203.751%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-6M27%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.754%2011c.966%200%201.75.784%201.75%201.75v.316a7.5%207.5%200%200%200-5.02%2011.913q-.238.021-.481.021a5.5%205.5%200%200%201-5.501-5.501V12.75c0-.966.783-1.75%201.75-1.75zm2.75%202A7.48%207.48%200%200%201%2026%2015.4v-2.65A1.75%201.75%200%200%200%2024.25%2011l-4.376-.002c.393.476.63%201.086.63%201.752zM3.75%2011l4.382-.002a2.73%202.73%200%200%200-.621%201.532l-.01.22v6.749c0%201.133.291%202.199.8%203.127A4.5%204.5%200%200%201%202%2018.499V12.75A1.75%201.75%200%200%201%203.751%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-6M27%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-filled.svg?color=%231a73e8&size=48