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

Name
user-hide-line
Set
MingCute Icon
Style
Line
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.273 14.023C6.195 14.283 3 16.674 3 18.5c0 1.688 2.73 2.334 6.365 2.471m8.78-1.31l.319 1.187m1.666-2.334l.87.87m-5.146.276l-.318 1.188m-1.666-2.334l-.87.87m.065-2.525c1.16 3.918 6.71 3.918 7.87 0M15 7a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUserHideLine(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="2" d="M10.273 14.023C6.195 14.283 3 16.674 3 18.5c0 1.688 2.73 2.334 6.365 2.471m8.78-1.31l.319 1.187m1.666-2.334l.87.87m-5.146.276l-.318 1.188m-1.666-2.334l-.87.87m.065-2.525c1.16 3.918 6.71 3.918 7.87 0M15 7a4 4 0 1 1-8 0a4 4 0 0 1 8 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="2" d="M10.273 14.023C6.195 14.283 3 16.674 3 18.5c0 1.688 2.73 2.334 6.365 2.471m8.78-1.31l.319 1.187m1.666-2.334l.87.87m-5.146.276l-.318 1.188m-1.666-2.334l-.87.87m.065-2.525c1.16 3.918 6.71 3.918 7.87 0M15 7a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></svg>
</template>

CSS

.icon-user-hide-line {
  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%222%22%20d%3D%22M10.273%2014.023C6.195%2014.283%203%2016.674%203%2018.5c0%201.688%202.73%202.334%206.365%202.471m8.78-1.31l.319%201.187m1.666-2.334l.87.87m-5.146.276l-.318%201.188m-1.666-2.334l-.87.87m.065-2.525c1.16%203.918%206.71%203.918%207.87%200M15%207a4%204%200%201%201-8%200a4%204%200%200%201%208%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%222%22%20d%3D%22M10.273%2014.023C6.195%2014.283%203%2016.674%203%2018.5c0%201.688%202.73%202.334%206.365%202.471m8.78-1.31l.319%201.187m1.666-2.334l.87.87m-5.146.276l-.318%201.188m-1.666-2.334l-.87.87m.065-2.525c1.16%203.918%206.71%203.918%207.87%200M15%207a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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