profile remove icon

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

Name
profile-remove-filled
Set
Reicon
Style
Filled
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="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.16c-2.79-1.86-7.34-1.86-10.15 0c-1.27.84-1.97 1.99-1.97 3.22s.7 2.37 1.96 3.21C8.32 21.53 10.16 22 12 22s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-3.25 3.91h-3.65c-.38 0-.69-.31-.69-.69s.31-.69.69-.69h3.65c.38 0 .69.31.69.69s-.31.69-.69.69"/></svg>

React

import type { SVGProps } from "react";

export function ReiconProfileRemoveFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.16c-2.79-1.86-7.34-1.86-10.15 0c-1.27.84-1.97 1.99-1.97 3.22s.7 2.37 1.96 3.21C8.32 21.53 10.16 22 12 22s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-3.25 3.91h-3.65c-.38 0-.69-.31-.69-.69s.31-.69.69-.69h3.65c.38 0 .69.31.69.69s-.31.69-.69.69"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74c.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2m5.08 12.16c-2.79-1.86-7.34-1.86-10.15 0c-1.27.84-1.97 1.99-1.97 3.22s.7 2.37 1.96 3.21C8.32 21.53 10.16 22 12 22s3.68-.47 5.08-1.41c1.26-.85 1.96-1.99 1.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-3.25 3.91h-3.65c-.38 0-.69-.31-.69-.69s.31-.69.69-.69h3.65c.38 0 .69.31.69.69s-.31.69-.69.69"/></svg>
</template>

CSS

.icon-profile-remove-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C9.38%202%207.25%204.13%207.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C16.75%204.13%2014.62%202%2012%202m5.08%2012.16c-2.79-1.86-7.34-1.86-10.15%200c-1.27.84-1.97%201.99-1.97%203.22s.7%202.37%201.96%203.21C8.32%2021.53%2010.16%2022%2012%2022s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-3.25%203.91h-3.65c-.38%200-.69-.31-.69-.69s.31-.69.69-.69h3.65c.38%200%20.69.31.69.69s-.31.69-.69.69%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%22currentColor%22%20d%3D%22M12%202C9.38%202%207.25%204.13%207.25%206.75c0%202.57%202.01%204.65%204.63%204.74c.08-.01.16-.01.22%200h.07a4.74%204.74%200%200%200%204.58-4.74C16.75%204.13%2014.62%202%2012%202m5.08%2012.16c-2.79-1.86-7.34-1.86-10.15%200c-1.27.84-1.97%201.99-1.97%203.22s.7%202.37%201.96%203.21C8.32%2021.53%2010.16%2022%2012%2022s3.68-.47%205.08-1.41c1.26-.85%201.96-1.99%201.96-3.23c-.01-1.22-.7-2.37-1.96-3.2m-3.25%203.91h-3.65c-.38%200-.69-.31-.69-.69s.31-.69.69-.69h3.65c.38%200%20.69.31.69.69s-.31.69-.69.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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