profile remove icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the profile remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 19h-4m-3.35-8.13c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C7.55 3.99 9.53 2 11.99 2a4.435 4.435 0 0 1 .16 8.87m-.16 10.94c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg>

React

import type { SVGProps } from "react";

export function ReiconProfileRemove(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19.5 19h-4m-3.35-8.13c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C7.55 3.99 9.53 2 11.99 2a4.435 4.435 0 0 1 .16 8.87m-.16 10.94c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 19h-4m-3.35-8.13c-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C7.55 3.99 9.53 2 11.99 2a4.435 4.435 0 0 1 .16 8.87m-.16 10.94c-1.82 0-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87c2.75-1.84 7.26-1.84 10.01 0"/></svg>
</template>

CSS

.icon-profile-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.5%2019h-4m-3.35-8.13c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43C7.55%203.99%209.53%202%2011.99%202a4.435%204.435%200%200%201%20.16%208.87m-.16%2010.94c-1.82%200-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26%200-5.87c2.75-1.84%207.26-1.84%2010.01%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.5%2019h-4m-3.35-8.13c-.1-.01-.22-.01-.33%200a4.42%204.42%200%200%201-4.27-4.43C7.55%203.99%209.53%202%2011.99%202a4.435%204.435%200%200%201%20.16%208.87m-.16%2010.94c-1.82%200-3.63-.46-5.01-1.38c-2.42-1.62-2.42-4.26%200-5.87c2.75-1.84%207.26-1.84%2010.01%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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