user minus icon

user-minus from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
user-minus
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-user-minus

The same icon in other sets

Related icons in BoxIcons v2

Use the user minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 11h8v2h-8zM8 4a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4m0 6a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2a1.91 1.91 0 0 1-2 2m-4 8a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>

React

import type { SVGProps } from "react";

export function BxUserMinus(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="M14 11h8v2h-8zM8 4a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4m0 6a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2a1.91 1.91 0 0 1-2 2m-4 8a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 11h8v2h-8zM8 4a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4m0 6a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2a1.91 1.91 0 0 1-2 2m-4 8a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z"/></svg>
</template>

CSS

.icon-user-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%22M14%2011h8v2h-8zM8%204a3.91%203.91%200%200%200-4%204a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4m0%206a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202a1.91%201.91%200%200%201-2%202m-4%208a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v1h2v-1a5%205%200%200%200-5-5H7a5%205%200%200%200-5%205v1h2z%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%22M14%2011h8v2h-8zM8%204a3.91%203.91%200%200%200-4%204a3.91%203.91%200%200%200%204%204a3.91%203.91%200%200%200%204-4a3.91%203.91%200%200%200-4-4m0%206a1.91%201.91%200%200%201-2-2a1.91%201.91%200%200%201%202-2a1.91%201.91%200%200%201%202%202a1.91%201.91%200%200%201-2%202m-4%208a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v1h2v-1a5%205%200%200%200-5-5H7a5%205%200%200%200-5%205v1h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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