user circle minus icon

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

Name
user-circle-minus-thin
Set
Phosphor
Style
Thin
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="M172 56a4 4 0 0 1 4-4h48a4 4 0 0 1 0 8h-48a4 4 0 0 1-4-4m50.31 38.67A100 100 0 1 1 128 28a100.7 100.7 0 0 1 16.66 1.38a4 4 0 0 1-1.32 7.89A93.4 93.4 0 0 0 128 36a92 92 0 0 0-65.17 156.87a75.6 75.6 0 0 1 44.51-34a44 44 0 1 1 41.32 0a75.6 75.6 0 0 1 44.51 34a92 92 0 0 0 21.6-95.54a4 4 0 1 1 7.54-2.66M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0 64a91.6 91.6 0 0 0 59.14-21.58a68 68 0 0 0-118.27 0A91.56 91.56 0 0 0 128 220"/></svg>

React

import type { SVGProps } from "react";

export function PhUserCircleMinusThin(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="M172 56a4 4 0 0 1 4-4h48a4 4 0 0 1 0 8h-48a4 4 0 0 1-4-4m50.31 38.67A100 100 0 1 1 128 28a100.7 100.7 0 0 1 16.66 1.38a4 4 0 0 1-1.32 7.89A93.4 93.4 0 0 0 128 36a92 92 0 0 0-65.17 156.87a75.6 75.6 0 0 1 44.51-34a44 44 0 1 1 41.32 0a75.6 75.6 0 0 1 44.51 34a92 92 0 0 0 21.6-95.54a4 4 0 1 1 7.54-2.66M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0 64a91.6 91.6 0 0 0 59.14-21.58a68 68 0 0 0-118.27 0A91.56 91.56 0 0 0 128 220"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 56a4 4 0 0 1 4-4h48a4 4 0 0 1 0 8h-48a4 4 0 0 1-4-4m50.31 38.67A100 100 0 1 1 128 28a100.7 100.7 0 0 1 16.66 1.38a4 4 0 0 1-1.32 7.89A93.4 93.4 0 0 0 128 36a92 92 0 0 0-65.17 156.87a75.6 75.6 0 0 1 44.51-34a44 44 0 1 1 41.32 0a75.6 75.6 0 0 1 44.51 34a92 92 0 0 0 21.6-95.54a4 4 0 1 1 7.54-2.66M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36m0 64a91.6 91.6 0 0 0 59.14-21.58a68 68 0 0 0-118.27 0A91.56 91.56 0 0 0 128 220"/></svg>
</template>

CSS

.icon-user-circle-minus-thin {
  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%22M172%2056a4%204%200%200%201%204-4h48a4%204%200%200%201%200%208h-48a4%204%200%200%201-4-4m50.31%2038.67A100%20100%200%201%201%20128%2028a100.7%20100.7%200%200%201%2016.66%201.38a4%204%200%200%201-1.32%207.89A93.4%2093.4%200%200%200%20128%2036a92%2092%200%200%200-65.17%20156.87a75.6%2075.6%200%200%201%2044.51-34a44%2044%200%201%201%2041.32%200a75.6%2075.6%200%200%201%2044.51%2034a92%2092%200%200%200%2021.6-95.54a4%204%200%201%201%207.54-2.66M128%20156a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m0%2064a91.6%2091.6%200%200%200%2059.14-21.58a68%2068%200%200%200-118.27%200A91.56%2091.56%200%200%200%20128%20220%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%22M172%2056a4%204%200%200%201%204-4h48a4%204%200%200%201%200%208h-48a4%204%200%200%201-4-4m50.31%2038.67A100%20100%200%201%201%20128%2028a100.7%20100.7%200%200%201%2016.66%201.38a4%204%200%200%201-1.32%207.89A93.4%2093.4%200%200%200%20128%2036a92%2092%200%200%200-65.17%20156.87a75.6%2075.6%200%200%201%2044.51-34a44%2044%200%201%201%2041.32%200a75.6%2075.6%200%200%201%2044.51%2034a92%2092%200%200%200%2021.6-95.54a4%204%200%201%201%207.54-2.66M128%20156a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m0%2064a91.6%2091.6%200%200%200%2059.14-21.58a68%2068%200%200%200-118.27%200A91.56%2091.56%200%200%200%20128%20220%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-thin.svg?color=%231a73e8&size=48