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

Name
people-subtract-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0a4 4 0 0 1-8 0m-1.903 6.207A3 3 0 0 0 16 17H5a3 3 0 0 0-3 3c0 .098-.002.196.004.293q.002.081.017.212c.02.173.057.408.129.686c.144.554.43 1.287.999 2.017C4.319 24.71 6.52 26 10.5 26c1.43 0 2.629-.166 3.633-.449a9 9 0 0 1-.119-2.057c-.871.303-2.013.506-3.514.506c-3.52 0-5.069-1.117-5.773-2.02a3.6 3.6 0 0 1-.642-1.292a3 3 0 0 1-.076-.404C3.999 20.189 4 20.095 4 20a1 1 0 0 1 1-1h10.516a9 9 0 0 1 1.58-1.793M30.5 24a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0M18 23.75c0 .414.336.75.75.75h8.5a.75.75 0 1 0 0-1.5h-8.5a.75.75 0 0 0-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleSubtract32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0a4 4 0 0 1-8 0m-1.903 6.207A3 3 0 0 0 16 17H5a3 3 0 0 0-3 3c0 .098-.002.196.004.293q.002.081.017.212c.02.173.057.408.129.686c.144.554.43 1.287.999 2.017C4.319 24.71 6.52 26 10.5 26c1.43 0 2.629-.166 3.633-.449a9 9 0 0 1-.119-2.057c-.871.303-2.013.506-3.514.506c-3.52 0-5.069-1.117-5.773-2.02a3.6 3.6 0 0 1-.642-1.292a3 3 0 0 1-.076-.404C3.999 20.189 4 20.095 4 20a1 1 0 0 1 1-1h10.516a9 9 0 0 1 1.58-1.793M30.5 24a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0M18 23.75c0 .414.336.75.75.75h8.5a.75.75 0 1 0 0-1.5h-8.5a.75.75 0 0 0-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M5 9.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0a4 4 0 0 1-8 0m-1.903 6.207A3 3 0 0 0 16 17H5a3 3 0 0 0-3 3c0 .098-.002.196.004.293q.002.081.017.212c.02.173.057.408.129.686c.144.554.43 1.287.999 2.017C4.319 24.71 6.52 26 10.5 26c1.43 0 2.629-.166 3.633-.449a9 9 0 0 1-.119-2.057c-.871.303-2.013.506-3.514.506c-3.52 0-5.069-1.117-5.773-2.02a3.6 3.6 0 0 1-.642-1.292a3 3 0 0 1-.076-.404C3.999 20.189 4 20.095 4 20a1 1 0 0 1 1-1h10.516a9 9 0 0 1 1.58-1.793M30.5 24a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0M18 23.75c0 .414.336.75.75.75h8.5a.75.75 0 1 0 0-1.5h-8.5a.75.75 0 0 0-.75.75"/></svg>
</template>

CSS

.icon-people-subtract-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M5%209.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M23%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-4%202a4%204%200%201%201%208%200a4%204%200%200%201-8%200m-1.903%206.207A3%203%200%200%200%2016%2017H5a3%203%200%200%200-3%203c0%20.098-.002.196.004.293q.002.081.017.212c.02.173.057.408.129.686c.144.554.43%201.287.999%202.017C4.319%2024.71%206.52%2026%2010.5%2026c1.43%200%202.629-.166%203.633-.449a9%209%200%200%201-.119-2.057c-.871.303-2.013.506-3.514.506c-3.52%200-5.069-1.117-5.773-2.02a3.6%203.6%200%200%201-.642-1.292a3%203%200%200%201-.076-.404C3.999%2020.189%204%2020.095%204%2020a1%201%200%200%201%201-1h10.516a9%209%200%200%201%201.58-1.793M30.5%2024a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200M18%2023.75c0%20.414.336.75.75.75h8.5a.75.75%200%201%200%200-1.5h-8.5a.75.75%200%200%200-.75.75%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M5%209.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200M23%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-4%202a4%204%200%201%201%208%200a4%204%200%200%201-8%200m-1.903%206.207A3%203%200%200%200%2016%2017H5a3%203%200%200%200-3%203c0%20.098-.002.196.004.293q.002.081.017.212c.02.173.057.408.129.686c.144.554.43%201.287.999%202.017C4.319%2024.71%206.52%2026%2010.5%2026c1.43%200%202.629-.166%203.633-.449a9%209%200%200%201-.119-2.057c-.871.303-2.013.506-3.514.506c-3.52%200-5.069-1.117-5.773-2.02a3.6%203.6%200%200%201-.642-1.292a3%203%200%200%201-.076-.404C3.999%2020.189%204%2020.095%204%2020a1%201%200%200%201%201-1h10.516a9%209%200%200%201%201.58-1.793M30.5%2024a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200M18%2023.75c0%20.414.336.75.75.75h8.5a.75.75%200%201%200%200-1.5h-8.5a.75.75%200%200%200-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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