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

Name
people-subtract-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people subtract icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75c0 .112-.005.225.006.336a3 3 0 0 0 .514 1.358C4.515 17.65 5.579 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07a3 3 0 0 1-.012-.158C1.997 15.468 2 15.36 2 15.25M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m2.997 6a.5.5 0 0 0 0-1h-6.001a.5.5 0 0 0 0 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleSubtract24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75c0 .112-.005.225.006.336a3 3 0 0 0 .514 1.358C4.515 17.65 5.579 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07a3 3 0 0 1-.012-.158C1.997 15.468 2 15.36 2 15.25M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m2.997 6a.5.5 0 0 0 0-1h-6.001a.5.5 0 0 0 0 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0M2 15.25A2.25 2.25 0 0 1 4.25 13h7.5c.316 0 .617.065.89.183c-.354.398-.66.84-.908 1.317H4.25a.75.75 0 0 0-.75.75c0 .112-.005.225.006.336a3 3 0 0 0 .514 1.358C4.515 17.65 5.579 18.5 8 18.5c1.413 0 2.363-.29 3.008-.67c.027.536.119 1.055.268 1.55c-.835.38-1.907.62-3.276.62c-2.828 0-4.39-1.025-5.208-2.195a4.5 4.5 0 0 1-.778-2.07a3 3 0 0 1-.012-.158C1.997 15.468 2 15.36 2 15.25M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m2.997 6a.5.5 0 0 0 0-1h-6.001a.5.5 0 0 0 0 1z"/></svg>
</template>

CSS

.icon-people-subtract-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m13-.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200M2%2015.25A2.25%202.25%200%200%201%204.25%2013h7.5c.316%200%20.617.065.89.183c-.354.398-.66.84-.908%201.317H4.25a.75.75%200%200%200-.75.75c0%20.112-.005.225.006.336a3%203%200%200%200%20.514%201.358C4.515%2017.65%205.579%2018.5%208%2018.5c1.413%200%202.363-.29%203.008-.67c.027.536.119%201.055.268%201.55c-.835.38-1.907.62-3.276.62c-2.828%200-4.39-1.025-5.208-2.195a4.5%204.5%200%200%201-.778-2.07a3%203%200%200%201-.012-.158C1.997%2015.468%202%2015.36%202%2015.25M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m2.997%206a.5.5%200%200%200%200-1h-6.001a.5.5%200%200%200%200%201z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m13-.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%208a3%203%200%201%201%206%200a3%203%200%200%201-6%200M2%2015.25A2.25%202.25%200%200%201%204.25%2013h7.5c.316%200%20.617.065.89.183c-.354.398-.66.84-.908%201.317H4.25a.75.75%200%200%200-.75.75c0%20.112-.005.225.006.336a3%203%200%200%200%20.514%201.358C4.515%2017.65%205.579%2018.5%208%2018.5c1.413%200%202.363-.29%203.008-.67c.027.536.119%201.055.268%201.55c-.835.38-1.907.62-3.276.62c-2.828%200-4.39-1.025-5.208-2.195a4.5%204.5%200%200%201-.778-2.07a3%203%200%200%201-.012-.158C1.997%2015.468%202%2015.36%202%2015.25M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m2.997%206a.5.5%200%200%200%200-1h-6.001a.5.5%200%200%200%200%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-subtract-24-regular.svg?color=%231a73e8&size=48