user minus icon

user-minus-filled from Reicon by REICON · Filled · Users · MIT Free for personal and commercial use.

Name
user-minus-filled
Set
Reicon
Style
Filled
Category
Users
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All user minus icons →

More users icons from Reicon

Use the user minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.513 21.487C14.025 22 14.85 22 16.5 22s2.475 0 2.987-.513C20 20.975 20 20.15 20 18.5s0-2.475-.513-2.987C18.975 15 18.15 15 16.5 15s-2.475 0-2.987.513C13 16.025 13 16.85 13 18.5s0 2.475.513 2.987m2.404-3.57h-.973a.583.583 0 1 0 0 1.166h3.112a.583.583 0 1 0 0-1.166z" clip-rule="evenodd"/><path d="M15.678 13.503c-.473.005-.914.023-1.298.074c-.643.087-1.347.293-1.928.875c-.582.581-.788 1.285-.874 1.928c-.078.578-.078 1.284-.078 2.034v.172c0 .75 0 1.456.078 2.034c.06.451.18.932.447 1.38H12c-8 0-8-2.015-8-4.5S7.582 13 12 13c1.326 0 2.577.181 3.678.503"/><circle cx="12" cy="6" r="4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUserMinusFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M13.513 21.487C14.025 22 14.85 22 16.5 22s2.475 0 2.987-.513C20 20.975 20 20.15 20 18.5s0-2.475-.513-2.987C18.975 15 18.15 15 16.5 15s-2.475 0-2.987.513C13 16.025 13 16.85 13 18.5s0 2.475.513 2.987m2.404-3.57h-.973a.583.583 0 1 0 0 1.166h3.112a.583.583 0 1 0 0-1.166z" clipRule="evenodd"/><path d="M15.678 13.503c-.473.005-.914.023-1.298.074c-.643.087-1.347.293-1.928.875c-.582.581-.788 1.285-.874 1.928c-.078.578-.078 1.284-.078 2.034v.172c0 .75 0 1.456.078 2.034c.06.451.18.932.447 1.38H12c-8 0-8-2.015-8-4.5S7.582 13 12 13c1.326 0 2.577.181 3.678.503"/><circle cx="12" cy="6" r="4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.513 21.487C14.025 22 14.85 22 16.5 22s2.475 0 2.987-.513C20 20.975 20 20.15 20 18.5s0-2.475-.513-2.987C18.975 15 18.15 15 16.5 15s-2.475 0-2.987.513C13 16.025 13 16.85 13 18.5s0 2.475.513 2.987m2.404-3.57h-.973a.583.583 0 1 0 0 1.166h3.112a.583.583 0 1 0 0-1.166z" clip-rule="evenodd"/><path d="M15.678 13.503c-.473.005-.914.023-1.298.074c-.643.087-1.347.293-1.928.875c-.582.581-.788 1.285-.874 1.928c-.078.578-.078 1.284-.078 2.034v.172c0 .75 0 1.456.078 2.034c.06.451.18.932.447 1.38H12c-8 0-8-2.015-8-4.5S7.582 13 12 13c1.326 0 2.577.181 3.678.503"/><circle cx="12" cy="6" r="4"/></g></svg>
</template>

CSS

.icon-user-minus-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.513%2021.487C14.025%2022%2014.85%2022%2016.5%2022s2.475%200%202.987-.513C20%2020.975%2020%2020.15%2020%2018.5s0-2.475-.513-2.987C18.975%2015%2018.15%2015%2016.5%2015s-2.475%200-2.987.513C13%2016.025%2013%2016.85%2013%2018.5s0%202.475.513%202.987m2.404-3.57h-.973a.583.583%200%201%200%200%201.166h3.112a.583.583%200%201%200%200-1.166z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.678%2013.503c-.473.005-.914.023-1.298.074c-.643.087-1.347.293-1.928.875c-.582.581-.788%201.285-.874%201.928c-.078.578-.078%201.284-.078%202.034v.172c0%20.75%200%201.456.078%202.034c.06.451.18.932.447%201.38H12c-8%200-8-2.015-8-4.5S7.582%2013%2012%2013c1.326%200%202.577.181%203.678.503%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.513%2021.487C14.025%2022%2014.85%2022%2016.5%2022s2.475%200%202.987-.513C20%2020.975%2020%2020.15%2020%2018.5s0-2.475-.513-2.987C18.975%2015%2018.15%2015%2016.5%2015s-2.475%200-2.987.513C13%2016.025%2013%2016.85%2013%2018.5s0%202.475.513%202.987m2.404-3.57h-.973a.583.583%200%201%200%200%201.166h3.112a.583.583%200%201%200%200-1.166z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.678%2013.503c-.473.005-.914.023-1.298.074c-.643.087-1.347.293-1.928.875c-.582.581-.788%201.285-.874%201.928c-.078.578-.078%201.284-.078%202.034v.172c0%20.75%200%201.456.078%202.034c.06.451.18.932.447%201.38H12c-8%200-8-2.015-8-4.5S7.582%2013%2012%2013c1.326%200%202.577.181%203.678.503%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

User Minus filled icon — Reicon · IconsDB