user-hide-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
user-hide-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the user hide icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.123 12.55a1 1 0 0 0-.913-1.525c-2.21.14-4.195.858-5.651 1.813c-.728.478-1.348 1.031-1.796 1.63C2.32 17.057 2 17.755 2 18.5c0 1.535 1.278 2.346 2.495 2.763c1.28.439 2.99.638 4.832.707a1 1 0 0 0 .995-1.29A7.5 7.5 0 0 1 10 18.5a7.46 7.46 0 0 1 1.123-3.95m6.288 6.232a5.4 5.4 0 0 1-.822 0l-.087.325a1 1 0 0 1-1.932-.518l.09-.337q-.362-.18-.693-.42l-.26.259a1 1 0 0 1-1.414-1.414l.33-.331a5.4 5.4 0 0 1-.517-1.202a1 1 0 0 1 1.918-.568c.878 2.963 5.074 2.963 5.952 0a1 1 0 1 1 1.918.568c-.13.44-.306.841-.518 1.202l.331.33a1 1 0 0 1-1.414 1.415l-.26-.26q-.332.24-.693.421l.09.337a1 1 0 1 1-1.932.518z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUserHideFill(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="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.123 12.55a1 1 0 0 0-.913-1.525c-2.21.14-4.195.858-5.651 1.813c-.728.478-1.348 1.031-1.796 1.63C2.32 17.057 2 17.755 2 18.5c0 1.535 1.278 2.346 2.495 2.763c1.28.439 2.99.638 4.832.707a1 1 0 0 0 .995-1.29A7.5 7.5 0 0 1 10 18.5a7.46 7.46 0 0 1 1.123-3.95m6.288 6.232a5.4 5.4 0 0 1-.822 0l-.087.325a1 1 0 0 1-1.932-.518l.09-.337q-.362-.18-.693-.42l-.26.259a1 1 0 0 1-1.414-1.414l.33-.331a5.4 5.4 0 0 1-.517-1.202a1 1 0 0 1 1.918-.568c.878 2.963 5.074 2.963 5.952 0a1 1 0 1 1 1.918.568c-.13.44-.306.841-.518 1.202l.331.33a1 1 0 0 1-1.414 1.415l-.26-.26q-.332.24-.693.421l.09.337a1 1 0 1 1-1.932.518z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.123 12.55a1 1 0 0 0-.913-1.525c-2.21.14-4.195.858-5.651 1.813c-.728.478-1.348 1.031-1.796 1.63C2.32 17.057 2 17.755 2 18.5c0 1.535 1.278 2.346 2.495 2.763c1.28.439 2.99.638 4.832.707a1 1 0 0 0 .995-1.29A7.5 7.5 0 0 1 10 18.5a7.46 7.46 0 0 1 1.123-3.95m6.288 6.232a5.4 5.4 0 0 1-.822 0l-.087.325a1 1 0 0 1-1.932-.518l.09-.337q-.362-.18-.693-.42l-.26.259a1 1 0 0 1-1.414-1.414l.33-.331a5.4 5.4 0 0 1-.517-1.202a1 1 0 0 1 1.918-.568c.878 2.963 5.074 2.963 5.952 0a1 1 0 1 1 1.918.568c-.13.44-.306.841-.518 1.202l.331.33a1 1 0 0 1-1.414 1.415l-.26-.26q-.332.24-.693.421l.09.337a1 1 0 1 1-1.932.518z"/></svg>
</template>

CSS

.icon-user-hide-fill {
  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%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m.123%2012.55a1%201%200%200%200-.913-1.525c-2.21.14-4.195.858-5.651%201.813c-.728.478-1.348%201.031-1.796%201.63C2.32%2017.057%202%2017.755%202%2018.5c0%201.535%201.278%202.346%202.495%202.763c1.28.439%202.99.638%204.832.707a1%201%200%200%200%20.995-1.29A7.5%207.5%200%200%201%2010%2018.5a7.46%207.46%200%200%201%201.123-3.95m6.288%206.232a5.4%205.4%200%200%201-.822%200l-.087.325a1%201%200%200%201-1.932-.518l.09-.337q-.362-.18-.693-.42l-.26.259a1%201%200%200%201-1.414-1.414l.33-.331a5.4%205.4%200%200%201-.517-1.202a1%201%200%200%201%201.918-.568c.878%202.963%205.074%202.963%205.952%200a1%201%200%201%201%201.918.568c-.13.44-.306.841-.518%201.202l.331.33a1%201%200%200%201-1.414%201.415l-.26-.26q-.332.24-.693.421l.09.337a1%201%200%201%201-1.932.518z%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%22M11%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m.123%2012.55a1%201%200%200%200-.913-1.525c-2.21.14-4.195.858-5.651%201.813c-.728.478-1.348%201.031-1.796%201.63C2.32%2017.057%202%2017.755%202%2018.5c0%201.535%201.278%202.346%202.495%202.763c1.28.439%202.99.638%204.832.707a1%201%200%200%200%20.995-1.29A7.5%207.5%200%200%201%2010%2018.5a7.46%207.46%200%200%201%201.123-3.95m6.288%206.232a5.4%205.4%200%200%201-.822%200l-.087.325a1%201%200%200%201-1.932-.518l.09-.337q-.362-.18-.693-.42l-.26.259a1%201%200%200%201-1.414-1.414l.33-.331a5.4%205.4%200%200%201-.517-1.202a1%201%200%200%201%201.918-.568c.878%202.963%205.074%202.963%205.952%200a1%201%200%201%201%201.918.568c-.13.44-.306.841-.518%201.202l.331.33a1%201%200%200%201-1.414%201.415l-.26-.26q-.332.24-.693.421l.09.337a1%201%200%201%201-1.932.518z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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