user minus icon

user-minus-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
user-minus-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the user minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M2.046 15.253c-.058.468.172.92.57 1.175A9.95 9.95 0 0 0 8 18c1.982 0 3.83-.578 5.384-1.573c.398-.254.628-.707.57-1.175a6.001 6.001 0 0 0-11.908 0M12.75 7.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsUserMinus20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M2.046 15.253c-.058.468.172.92.57 1.175A9.95 9.95 0 0 0 8 18c1.982 0 3.83-.578 5.384-1.573c.398-.254.628-.707.57-1.175a6.001 6.001 0 0 0-11.908 0M12.75 7.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M2.046 15.253c-.058.468.172.92.57 1.175A9.95 9.95 0 0 0 8 18c1.982 0 3.83-.578 5.384-1.573c.398-.254.628-.707.57-1.175a6.001 6.001 0 0 0-11.908 0M12.75 7.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-user-minus-20-solid {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200M2.046%2015.253c-.058.468.172.92.57%201.175A9.95%209.95%200%200%200%208%2018c1.982%200%203.83-.578%205.384-1.573c.398-.254.628-.707.57-1.175a6.001%206.001%200%200%200-11.908%200M12.75%207.75a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200M2.046%2015.253c-.058.468.172.92.57%201.175A9.95%209.95%200%200%200%208%2018c1.982%200%203.83-.578%205.384-1.573c.398-.254.628-.707.57-1.175a6.001%206.001%200%200%200-11.908%200M12.75%207.75a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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