people team delete icon
people-team-delete-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- people-team-delete-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
people-add-16-filledpeople-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filled
Use the people team delete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.5 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M10 2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m4.5 3a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-11 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0M5 15l.1-.002q.103.509.304.975A3 3 0 0 1 2 13V9.25C2 8.56 2.56 8 3.25 8h2.129a2.24 2.24 0 0 0-.365 1H3.25a.25.25 0 0 0-.25.25V13a2 2 0 0 0 2 2m8.975-6c-.116-.57-.62-1-1.225-1h-5.5C6.56 8 6 8.56 6 9.25V14a4 4 0 0 0 4.25 3.992a5.5 5.5 0 0 1-.665-1.02A3 3 0 0 1 7 14V9.25A.25.25 0 0 1 7.25 9zM18 10.257V9.25C18 8.56 17.44 8 16.75 8h-2.129c.196.292.325.633.365 1h1.764a.25.25 0 0 1 .25.25v.35q.538.276 1 .657M14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-5.646L15.207 14.5l1.147 1.146a.5.5 0 0 1-.708.708L14.5 15.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentPeopleTeamDelete20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.5 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M10 2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m4.5 3a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-11 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0M5 15l.1-.002q.103.509.304.975A3 3 0 0 1 2 13V9.25C2 8.56 2.56 8 3.25 8h2.129a2.24 2.24 0 0 0-.365 1H3.25a.25.25 0 0 0-.25.25V13a2 2 0 0 0 2 2m8.975-6c-.116-.57-.62-1-1.225-1h-5.5C6.56 8 6 8.56 6 9.25V14a4 4 0 0 0 4.25 3.992a5.5 5.5 0 0 1-.665-1.02A3 3 0 0 1 7 14V9.25A.25.25 0 0 1 7.25 9zM18 10.257V9.25C18 8.56 17.44 8 16.75 8h-2.129c.196.292.325.633.365 1h1.764a.25.25 0 0 1 .25.25v.35q.538.276 1 .657M14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-5.646L15.207 14.5l1.147 1.146a.5.5 0 0 1-.708.708L14.5 15.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.5 4.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M10 2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m4.5 3a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-11 1a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0M5 15l.1-.002q.103.509.304.975A3 3 0 0 1 2 13V9.25C2 8.56 2.56 8 3.25 8h2.129a2.24 2.24 0 0 0-.365 1H3.25a.25.25 0 0 0-.25.25V13a2 2 0 0 0 2 2m8.975-6c-.116-.57-.62-1-1.225-1h-5.5C6.56 8 6 8.56 6 9.25V14a4 4 0 0 0 4.25 3.992a5.5 5.5 0 0 1-.665-1.02A3 3 0 0 1 7 14V9.25A.25.25 0 0 1 7.25 9zM18 10.257V9.25C18 8.56 17.44 8 16.75 8h-2.129c.196.292.325.633.365 1h1.764a.25.25 0 0 1 .25.25v.35q.538.276 1 .657M14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m1.854-5.646L15.207 14.5l1.147 1.146a.5.5 0 0 1-.708.708L14.5 15.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708.708"/></svg> </template>
CSS
.icon-people-team-delete-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%204.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M10%202a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m4.5%203a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-11%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2%201a2%202%200%201%201%204%200a2%202%200%200%201-4%200M5%2015l.1-.002q.103.509.304.975A3%203%200%200%201%202%2013V9.25C2%208.56%202.56%208%203.25%208h2.129a2.24%202.24%200%200%200-.365%201H3.25a.25.25%200%200%200-.25.25V13a2%202%200%200%200%202%202m8.975-6c-.116-.57-.62-1-1.225-1h-5.5C6.56%208%206%208.56%206%209.25V14a4%204%200%200%200%204.25%203.992a5.5%205.5%200%200%201-.665-1.02A3%203%200%200%201%207%2014V9.25A.25.25%200%200%201%207.25%209zM18%2010.257V9.25C18%208.56%2017.44%208%2016.75%208h-2.129c.196.292.325.633.365%201h1.764a.25.25%200%200%201%20.25.25v.35q.538.276%201%20.657M14.5%2019a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m1.854-5.646L15.207%2014.5l1.147%201.146a.5.5%200%200%201-.708.708L14.5%2015.207l-1.146%201.147a.5.5%200%200%201-.708-.708l1.147-1.146l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.146%201.147l1.146-1.147a.5.5%200%200%201%20.708.708%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%204.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M10%202a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m4.5%203a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-11%201a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2%201a2%202%200%201%201%204%200a2%202%200%200%201-4%200M5%2015l.1-.002q.103.509.304.975A3%203%200%200%201%202%2013V9.25C2%208.56%202.56%208%203.25%208h2.129a2.24%202.24%200%200%200-.365%201H3.25a.25.25%200%200%200-.25.25V13a2%202%200%200%200%202%202m8.975-6c-.116-.57-.62-1-1.225-1h-5.5C6.56%208%206%208.56%206%209.25V14a4%204%200%200%200%204.25%203.992a5.5%205.5%200%200%201-.665-1.02A3%203%200%200%201%207%2014V9.25A.25.25%200%200%201%207.25%209zM18%2010.257V9.25C18%208.56%2017.44%208%2016.75%208h-2.129c.196.292.325.633.365%201h1.764a.25.25%200%200%201%20.25.25v.35q.538.276%201%20.657M14.5%2019a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m1.854-5.646L15.207%2014.5l1.147%201.146a.5.5%200%200%201-.708.708L14.5%2015.207l-1.146%201.147a.5.5%200%200%201-.708-.708l1.147-1.146l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.146%201.147l1.146-1.147a.5.5%200%200%201%20.708.708%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-20-regular.svg?color=%231a73e8&size=48