account multiple minus icon

account-multiple-minus from Material Design Icons by Pictogrammers · Filled · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-multiple-minus
Set
Material Design Icons
Style
Filled
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
accounts-minus, people-minus, person-multiple-minus, user-multiple-minus, users-minus

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account multiple minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17v2H7v-2s0-4 6-4s6 4 6 4m-3-9a3 3 0 1 0-3 3a3 3 0 0 0 3-3m3.2 5.06A5.6 5.6 0 0 1 21 17v2h3v-2s0-3.45-4.8-3.94M18 5a2.9 2.9 0 0 0-.89.14a5 5 0 0 1 0 5.72A2.9 2.9 0 0 0 18 11a3 3 0 0 0 0-6M8 10H0v2h8Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountMultipleMinus(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="M19 17v2H7v-2s0-4 6-4s6 4 6 4m-3-9a3 3 0 1 0-3 3a3 3 0 0 0 3-3m3.2 5.06A5.6 5.6 0 0 1 21 17v2h3v-2s0-3.45-4.8-3.94M18 5a2.9 2.9 0 0 0-.89.14a5 5 0 0 1 0 5.72A2.9 2.9 0 0 0 18 11a3 3 0 0 0 0-6M8 10H0v2h8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17v2H7v-2s0-4 6-4s6 4 6 4m-3-9a3 3 0 1 0-3 3a3 3 0 0 0 3-3m3.2 5.06A5.6 5.6 0 0 1 21 17v2h3v-2s0-3.45-4.8-3.94M18 5a2.9 2.9 0 0 0-.89.14a5 5 0 0 1 0 5.72A2.9 2.9 0 0 0 18 11a3 3 0 0 0 0-6M8 10H0v2h8Z"/></svg>
</template>

CSS

.icon-account-multiple-minus {
  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%22M19%2017v2H7v-2s0-4%206-4s6%204%206%204m-3-9a3%203%200%201%200-3%203a3%203%200%200%200%203-3m3.2%205.06A5.6%205.6%200%200%201%2021%2017v2h3v-2s0-3.45-4.8-3.94M18%205a2.9%202.9%200%200%200-.89.14a5%205%200%200%201%200%205.72A2.9%202.9%200%200%200%2018%2011a3%203%200%200%200%200-6M8%2010H0v2h8Z%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%22M19%2017v2H7v-2s0-4%206-4s6%204%206%204m-3-9a3%203%200%201%200-3%203a3%203%200%200%200%203-3m3.2%205.06A5.6%205.6%200%200%201%2021%2017v2h3v-2s0-3.45-4.8-3.94M18%205a2.9%202.9%200%200%200-.89.14a5%205%200%200%201%200%205.72A2.9%202.9%200%200%200%2018%2011a3%203%200%200%200%200-6M8%2010H0v2h8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/account-multiple-minus.svg?color=%231a73e8&size=48