user minus icon
user-minus from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- user-minus
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- user-minus-solid
The same icon in other sets
user-minusBoxIcons v2user-minusBoxIcons v2 Soliduser-minusCarbonuser-minusFont Awesome 6 Soliduser-minusFont Awesome Soliduser-minusFeather Iconsuser-minusHeroIconsuser-minusJam Iconsuser-minusLucideuser-minusMage Iconsuser-minusMyna UI Iconsuser-minusPhosphoruser-minusPixelarticonsuser-minusPrime Iconsuser-minus-fillRemix Iconuser-minus-boldSolaruser-minusTabler Iconsuser-minus-outlineTeenyiconsuser-minusUnicons
More users & people icons from Line Awesome
Use the user minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4c-3.9 0-7 3.1-7 7c0 2.4 1.2 4.6 3.1 5.8C6.5 18.3 4 21.9 4 26h2c0-4.4 3.6-8 8-8c1.4 0 2.7.4 3.8 1c-1.1 1.4-1.8 3.1-1.8 5c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8c-1.7 0-3.4.6-4.7 1.5c-.4-.3-.9-.5-1.4-.7c1.9-1.3 3.1-3.4 3.1-5.8c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m10 12c3.3 0 6 2.7 6 6s-2.7 6-6 6s-6-2.7-6-6s2.7-6 6-6m-4 5v2h8v-2z"/></svg>
React
import type { SVGProps } from "react";
export function LaUserMinus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4c-3.9 0-7 3.1-7 7c0 2.4 1.2 4.6 3.1 5.8C6.5 18.3 4 21.9 4 26h2c0-4.4 3.6-8 8-8c1.4 0 2.7.4 3.8 1c-1.1 1.4-1.8 3.1-1.8 5c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8c-1.7 0-3.4.6-4.7 1.5c-.4-.3-.9-.5-1.4-.7c1.9-1.3 3.1-3.4 3.1-5.8c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m10 12c3.3 0 6 2.7 6 6s-2.7 6-6 6s-6-2.7-6-6s2.7-6 6-6m-4 5v2h8v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4c-3.9 0-7 3.1-7 7c0 2.4 1.2 4.6 3.1 5.8C6.5 18.3 4 21.9 4 26h2c0-4.4 3.6-8 8-8c1.4 0 2.7.4 3.8 1c-1.1 1.4-1.8 3.1-1.8 5c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8c-1.7 0-3.4.6-4.7 1.5c-.4-.3-.9-.5-1.4-.7c1.9-1.3 3.1-3.4 3.1-5.8c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m10 12c3.3 0 6 2.7 6 6s-2.7 6-6 6s-6-2.7-6-6s2.7-6 6-6m-4 5v2h8v-2z"/></svg> </template>
CSS
.icon-user-minus {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-3.9%200-7%203.1-7%207c0%202.4%201.2%204.6%203.1%205.8C6.5%2018.3%204%2021.9%204%2026h2c0-4.4%203.6-8%208-8c1.4%200%202.7.4%203.8%201c-1.1%201.4-1.8%203.1-1.8%205c0%204.4%203.6%208%208%208s8-3.6%208-8s-3.6-8-8-8c-1.7%200-3.4.6-4.7%201.5c-.4-.3-.9-.5-1.4-.7c1.9-1.3%203.1-3.4%203.1-5.8c0-3.9-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m10%2012c3.3%200%206%202.7%206%206s-2.7%206-6%206s-6-2.7-6-6s2.7-6%206-6m-4%205v2h8v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-3.9%200-7%203.1-7%207c0%202.4%201.2%204.6%203.1%205.8C6.5%2018.3%204%2021.9%204%2026h2c0-4.4%203.6-8%208-8c1.4%200%202.7.4%203.8%201c-1.1%201.4-1.8%203.1-1.8%205c0%204.4%203.6%208%208%208s8-3.6%208-8s-3.6-8-8-8c-1.7%200-3.4.6-4.7%201.5c-.4-.3-.9-.5-1.4-.7c1.9-1.3%203.1-3.4%203.1-5.8c0-3.9-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m10%2012c3.3%200%206%202.7%206%206s-2.7%206-6%206s-6-2.7-6-6s2.7-6%206-6m-4%205v2h8v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/user-minus.svg?color=%231a73e8&size=48