user remove icon

user-remove from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
user-remove
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All user remove icons →

More newicons icons from Reicon

Use the user remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12a5 5 0 1 0 0-10a5 5 0 0 0 0 10M3.41 22c0-3.87 3.85-7 8.59-7c.96 0 1.89.13 2.76.37"/><path stroke-miterlimit="10" d="M22 18q0 .48-.12.93c-.09.4-.25.79-.46 1.13A3.97 3.97 0 0 1 18 22a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 14 18a3.995 3.995 0 0 1 4-4c1.18 0 2.25.51 2.97 1.33c.64.71 1.03 1.65 1.03 2.67m-2.97-1.06l-2.11 2.11m.02-2.09l2.12 2.11"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUserRemove(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 12a5 5 0 1 0 0-10a5 5 0 0 0 0 10M3.41 22c0-3.87 3.85-7 8.59-7c.96 0 1.89.13 2.76.37"/><path strokeMiterlimit="10" d="M22 18q0 .48-.12.93c-.09.4-.25.79-.46 1.13A3.97 3.97 0 0 1 18 22a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 14 18a3.995 3.995 0 0 1 4-4c1.18 0 2.25.51 2.97 1.33c.64.71 1.03 1.65 1.03 2.67m-2.97-1.06l-2.11 2.11m.02-2.09l2.12 2.11"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12a5 5 0 1 0 0-10a5 5 0 0 0 0 10M3.41 22c0-3.87 3.85-7 8.59-7c.96 0 1.89.13 2.76.37"/><path stroke-miterlimit="10" d="M22 18q0 .48-.12.93c-.09.4-.25.79-.46 1.13A3.97 3.97 0 0 1 18 22a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 14 18a3.995 3.995 0 0 1 4-4c1.18 0 2.25.51 2.97 1.33c.64.71 1.03 1.65 1.03 2.67m-2.97-1.06l-2.11 2.11m.02-2.09l2.12 2.11"/></g></svg>
</template>

CSS

.icon-user-remove {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012a5%205%200%201%200%200-10a5%205%200%200%200%200%2010M3.41%2022c0-3.87%203.85-7%208.59-7c.96%200%201.89.13%202.76.37%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2018q0%20.48-.12.93c-.09.4-.25.79-.46%201.13A3.97%203.97%200%200%201%2018%2022a3.92%203.92%200%200%201-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9%203.9%200%200%201%2014%2018a3.995%203.995%200%200%201%204-4c1.18%200%202.25.51%202.97%201.33c.64.71%201.03%201.65%201.03%202.67m-2.97-1.06l-2.11%202.11m.02-2.09l2.12%202.11%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012a5%205%200%201%200%200-10a5%205%200%200%200%200%2010M3.41%2022c0-3.87%203.85-7%208.59-7c.96%200%201.89.13%202.76.37%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2018q0%20.48-.12.93c-.09.4-.25.79-.46%201.13A3.97%203.97%200%200%201%2018%2022a3.92%203.92%200%200%201-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9%203.9%200%200%201%2014%2018a3.995%203.995%200%200%201%204-4c1.18%200%202.25.51%202.97%201.33c.64.71%201.03%201.65%201.03%202.67m-2.97-1.06l-2.11%202.11m.02-2.09l2.12%202.11%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-remove.svg?color=%231a73e8&size=48