user minus icon

user-minus-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
user-minus-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the user minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 136a12 12 0 0 1-12 12h-40a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12m-54.81 56.28a12 12 0 1 1-18.38 15.44C169.12 191.42 145 172 108 172c-28.89 0-55.46 12.68-74.81 35.72a12 12 0 0 1-18.38-15.44a124.1 124.1 0 0 1 48.69-35.75a72 72 0 1 1 89 0a124 124 0 0 1 48.69 35.75M108 148a48 48 0 1 0-48-48a48.05 48.05 0 0 0 48 48"/></svg>

React

import type { SVGProps } from "react";

export function PhUserMinusBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 136a12 12 0 0 1-12 12h-40a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12m-54.81 56.28a12 12 0 1 1-18.38 15.44C169.12 191.42 145 172 108 172c-28.89 0-55.46 12.68-74.81 35.72a12 12 0 0 1-18.38-15.44a124.1 124.1 0 0 1 48.69-35.75a72 72 0 1 1 89 0a124 124 0 0 1 48.69 35.75M108 148a48 48 0 1 0-48-48a48.05 48.05 0 0 0 48 48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M256 136a12 12 0 0 1-12 12h-40a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12m-54.81 56.28a12 12 0 1 1-18.38 15.44C169.12 191.42 145 172 108 172c-28.89 0-55.46 12.68-74.81 35.72a12 12 0 0 1-18.38-15.44a124.1 124.1 0 0 1 48.69-35.75a72 72 0 1 1 89 0a124 124 0 0 1 48.69 35.75M108 148a48 48 0 1 0-48-48a48.05 48.05 0 0 0 48 48"/></svg>
</template>

CSS

.icon-user-minus-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20136a12%2012%200%200%201-12%2012h-40a12%2012%200%200%201%200-24h40a12%2012%200%200%201%2012%2012m-54.81%2056.28a12%2012%200%201%201-18.38%2015.44C169.12%20191.42%20145%20172%20108%20172c-28.89%200-55.46%2012.68-74.81%2035.72a12%2012%200%200%201-18.38-15.44a124.1%20124.1%200%200%201%2048.69-35.75a72%2072%200%201%201%2089%200a124%20124%200%200%201%2048.69%2035.75M108%20148a48%2048%200%201%200-48-48a48.05%2048.05%200%200%200%2048%2048%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20136a12%2012%200%200%201-12%2012h-40a12%2012%200%200%201%200-24h40a12%2012%200%200%201%2012%2012m-54.81%2056.28a12%2012%200%201%201-18.38%2015.44C169.12%20191.42%20145%20172%20108%20172c-28.89%200-55.46%2012.68-74.81%2035.72a12%2012%200%200%201-18.38-15.44a124.1%20124.1%200%200%201%2048.69-35.75a72%2072%200%201%201%2089%200a124%20124%200%200%201%2048.69%2035.75M108%20148a48%2048%200%201%200-48-48a48.05%2048.05%200%200%200%2048%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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