user circle minus icon

user-circle-minus-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
user-circle-minus-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the user circle minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170 56a6 6 0 0 1 6-6h48a6 6 0 0 1 0 12h-48a6 6 0 0 1-6-6m54.19 38A101.9 101.9 0 1 1 145 27.41a6 6 0 1 1-2 11.83A91.7 91.7 0 0 0 128 38a89.95 89.95 0 0 0-65.51 151.64a77.53 77.53 0 0 1 40-31.38a46 46 0 1 1 51 0a77.53 77.53 0 0 1 40 31.38A90 90 0 0 0 212.88 98a6 6 0 1 1 11.31-4M128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34m0 64a89.58 89.58 0 0 0 56.56-20a66 66 0 0 0-113.12 0A89.58 89.58 0 0 0 128 218"/></svg>

React

import type { SVGProps } from "react";

export function PhUserCircleMinusLight(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="M170 56a6 6 0 0 1 6-6h48a6 6 0 0 1 0 12h-48a6 6 0 0 1-6-6m54.19 38A101.9 101.9 0 1 1 145 27.41a6 6 0 1 1-2 11.83A91.7 91.7 0 0 0 128 38a89.95 89.95 0 0 0-65.51 151.64a77.53 77.53 0 0 1 40-31.38a46 46 0 1 1 51 0a77.53 77.53 0 0 1 40 31.38A90 90 0 0 0 212.88 98a6 6 0 1 1 11.31-4M128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34m0 64a89.58 89.58 0 0 0 56.56-20a66 66 0 0 0-113.12 0A89.58 89.58 0 0 0 128 218"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170 56a6 6 0 0 1 6-6h48a6 6 0 0 1 0 12h-48a6 6 0 0 1-6-6m54.19 38A101.9 101.9 0 1 1 145 27.41a6 6 0 1 1-2 11.83A91.7 91.7 0 0 0 128 38a89.95 89.95 0 0 0-65.51 151.64a77.53 77.53 0 0 1 40-31.38a46 46 0 1 1 51 0a77.53 77.53 0 0 1 40 31.38A90 90 0 0 0 212.88 98a6 6 0 1 1 11.31-4M128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34m0 64a89.58 89.58 0 0 0 56.56-20a66 66 0 0 0-113.12 0A89.58 89.58 0 0 0 128 218"/></svg>
</template>

CSS

.icon-user-circle-minus-light {
  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%22M170%2056a6%206%200%200%201%206-6h48a6%206%200%200%201%200%2012h-48a6%206%200%200%201-6-6m54.19%2038A101.9%20101.9%200%201%201%20145%2027.41a6%206%200%201%201-2%2011.83A91.7%2091.7%200%200%200%20128%2038a89.95%2089.95%200%200%200-65.51%20151.64a77.53%2077.53%200%200%201%2040-31.38a46%2046%200%201%201%2051%200a77.53%2077.53%200%200%201%2040%2031.38A90%2090%200%200%200%20212.88%2098a6%206%200%201%201%2011.31-4M128%20154a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034m0%2064a89.58%2089.58%200%200%200%2056.56-20a66%2066%200%200%200-113.12%200A89.58%2089.58%200%200%200%20128%20218%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%22M170%2056a6%206%200%200%201%206-6h48a6%206%200%200%201%200%2012h-48a6%206%200%200%201-6-6m54.19%2038A101.9%20101.9%200%201%201%20145%2027.41a6%206%200%201%201-2%2011.83A91.7%2091.7%200%200%200%20128%2038a89.95%2089.95%200%200%200-65.51%20151.64a77.53%2077.53%200%200%201%2040-31.38a46%2046%200%201%201%2051%200a77.53%2077.53%200%200%201%2040%2031.38A90%2090%200%200%200%20212.88%2098a6%206%200%201%201%2011.31-4M128%20154a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034m0%2064a89.58%2089.58%200%200%200%2056.56-20a66%2066%200%200%200-113.12%200A89.58%2089.58%200%200%200%20128%20218%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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