account multiple minus icon

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

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

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="M13 11a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6a2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2c3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M8 12H0v-2h8Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountMultipleMinusOutline(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="M13 11a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6a2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2c3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M8 12H0v-2h8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6a2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2c3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M8 12H0v-2h8Z"/></svg>
</template>

CSS

.icon-account-multiple-minus-outline {
  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%22M13%2011a3%203%200%201%200-3-3a3%203%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1m4.11%203.86a5%205%200%200%200%200-5.72A2.9%202.9%200%200%201%2018%205a3%203%200%200%201%200%206a2.9%202.9%200%200%201-.89-.14M13%2013c-6%200-6%204-6%204v2h12v-2s0-4-6-4m-4%204c0-.29.32-2%204-2c3.5%200%203.94%201.56%204%202m7%200v2h-3v-2a5.6%205.6%200%200%200-1.8-3.94C24%2013.55%2024%2017%2024%2017M8%2012H0v-2h8Z%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%22M13%2011a3%203%200%201%200-3-3a3%203%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1m4.11%203.86a5%205%200%200%200%200-5.72A2.9%202.9%200%200%201%2018%205a3%203%200%200%201%200%206a2.9%202.9%200%200%201-.89-.14M13%2013c-6%200-6%204-6%204v2h12v-2s0-4-6-4m-4%204c0-.29.32-2%204-2c3.5%200%203.94%201.56%204%202m7%200v2h-3v-2a5.6%205.6%200%200%200-1.8-3.94C24%2013.55%2024%2017%2024%2017M8%2012H0v-2h8Z%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-outline.svg?color=%231a73e8&size=48