user invisible icon

user-invisible-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
user-invisible-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the user invisible icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m12.09 16s-1.671 4.5-6.09 4.5a5.84 5.84 0 0 1-2.528-.557l-.971.971l-1.415-1.414l.718-.718C11.972 19.512 11.41 18 11.41 18s1.674-4.5 6.09-4.5c.972 0 1.811.218 2.529.558l.972-.972l1.414 1.414l-.718.718C23.028 16.49 23.59 18 23.59 18m-3.303-1.372l-3.753 3.753c.298.075.62.119.965.119c2.615 0 3.87-2.5 3.87-2.5s-.355-.71-1.082-1.372m-1.82-1.008a4 4 0 0 0-.968-.12c-2.621 0-3.87 2.5-3.87 2.5s.356.71 1.084 1.373z"/><path fill="currentColor" d="M9.536 18.698L9.276 18l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4 4 0 0 1 .111-.266a10.6 10.6 0 0 1 1.623-2.555a10 10 0 0 1 .408-.443H8a6 6 0 0 0-6 6v2h9.691a10 10 0 0 1-.407-.444a10.6 10.6 0 0 1-1.623-2.555a7 7 0 0 1-.111-.266l-.009-.023l-.003-.008l-.002-.004z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignUserInvisibleFilled(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.5 2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m12.09 16s-1.671 4.5-6.09 4.5a5.84 5.84 0 0 1-2.528-.557l-.971.971l-1.415-1.414l.718-.718C11.972 19.512 11.41 18 11.41 18s1.674-4.5 6.09-4.5c.972 0 1.811.218 2.529.558l.972-.972l1.414 1.414l-.718.718C23.028 16.49 23.59 18 23.59 18m-3.303-1.372l-3.753 3.753c.298.075.62.119.965.119c2.615 0 3.87-2.5 3.87-2.5s-.355-.71-1.082-1.372m-1.82-1.008a4 4 0 0 0-.968-.12c-2.621 0-3.87 2.5-3.87 2.5s.356.71 1.084 1.373z"/><path fill="currentColor" d="M9.536 18.698L9.276 18l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4 4 0 0 1 .111-.266a10.6 10.6 0 0 1 1.623-2.555a10 10 0 0 1 .408-.443H8a6 6 0 0 0-6 6v2h9.691a10 10 0 0 1-.407-.444a10.6 10.6 0 0 1-1.623-2.555a7 7 0 0 1-.111-.266l-.009-.023l-.003-.008l-.002-.004z"/></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.5 2a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11m12.09 16s-1.671 4.5-6.09 4.5a5.84 5.84 0 0 1-2.528-.557l-.971.971l-1.415-1.414l.718-.718C11.972 19.512 11.41 18 11.41 18s1.674-4.5 6.09-4.5c.972 0 1.811.218 2.529.558l.972-.972l1.414 1.414l-.718.718C23.028 16.49 23.59 18 23.59 18m-3.303-1.372l-3.753 3.753c.298.075.62.119.965.119c2.615 0 3.87-2.5 3.87-2.5s-.355-.71-1.082-1.372m-1.82-1.008a4 4 0 0 0-.968-.12c-2.621 0-3.87 2.5-3.87 2.5s.356.71 1.084 1.373z"/><path fill="currentColor" d="M9.536 18.698L9.276 18l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4 4 0 0 1 .111-.266a10.6 10.6 0 0 1 1.623-2.555a10 10 0 0 1 .408-.443H8a6 6 0 0 0-6 6v2h9.691a10 10 0 0 1-.407-.444a10.6 10.6 0 0 1-1.623-2.555a7 7 0 0 1-.111-.266l-.009-.023l-.003-.008l-.002-.004z"/></svg>
</template>

CSS

.icon-user-invisible-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%22M11.5%202a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m12.09%2016s-1.671%204.5-6.09%204.5a5.84%205.84%200%200%201-2.528-.557l-.971.971l-1.415-1.414l.718-.718C11.972%2019.512%2011.41%2018%2011.41%2018s1.674-4.5%206.09-4.5c.972%200%201.811.218%202.529.558l.972-.972l1.414%201.414l-.718.718C23.028%2016.49%2023.59%2018%2023.59%2018m-3.303-1.372l-3.753%203.753c.298.075.62.119.965.119c2.615%200%203.87-2.5%203.87-2.5s-.355-.71-1.082-1.372m-1.82-1.008a4%204%200%200%200-.968-.12c-2.621%200-3.87%202.5-3.87%202.5s.356.71%201.084%201.373z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.536%2018.698L9.276%2018l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4%204%200%200%201%20.111-.266a10.6%2010.6%200%200%201%201.623-2.555a10%2010%200%200%201%20.408-.443H8a6%206%200%200%200-6%206v2h9.691a10%2010%200%200%201-.407-.444a10.6%2010.6%200%200%201-1.623-2.555a7%207%200%200%201-.111-.266l-.009-.023l-.003-.008l-.002-.004z%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.5%202a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%200-11m12.09%2016s-1.671%204.5-6.09%204.5a5.84%205.84%200%200%201-2.528-.557l-.971.971l-1.415-1.414l.718-.718C11.972%2019.512%2011.41%2018%2011.41%2018s1.674-4.5%206.09-4.5c.972%200%201.811.218%202.529.558l.972-.972l1.414%201.414l-.718.718C23.028%2016.49%2023.59%2018%2023.59%2018m-3.303-1.372l-3.753%203.753c.298.075.62.119.965.119c2.615%200%203.87-2.5%203.87-2.5s-.355-.71-1.082-1.372m-1.82-1.008a4%204%200%200%200-.968-.12c-2.621%200-3.87%202.5-3.87%202.5s.356.71%201.084%201.373z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.536%2018.698L9.276%2018l.26-.699V17.3l.002-.003l.004-.01l.008-.022a4%204%200%200%201%20.111-.266a10.6%2010.6%200%200%201%201.623-2.555a10%2010%200%200%201%20.408-.443H8a6%206%200%200%200-6%206v2h9.691a10%2010%200%200%201-.407-.444a10.6%2010.6%200%200%201-1.623-2.555a7%207%200%200%201-.111-.266l-.009-.023l-.003-.008l-.002-.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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