incognito circle off icon

incognito-circle-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
incognito-circle-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
anonymous-circle-off, spy-circle-off

Related icons in Material Design Icons

Use the incognito circle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79zM8.94 10.83h-.58l.14-.42zm-2.77.67h3.44l.67.67H6.17zm8.75 5.83c-1.19 0-2.15-.91-2.25-2.07c-.63-.4-1.14-.14-1.34-.01a2.243 2.243 0 0 1-2.25 2.08c-1.25 0-2.26-1.01-2.26-2.26s1.01-2.26 2.26-2.26c1.07 0 1.97.74 2.21 1.74c.36-.15.84-.21 1.36-.01l.66.66c.06.8.69 1.41 1.47 1.47l.6.6c-.15.03-.3.06-.46.06M9.94 6.74L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28l-5.13-5.11h2.46v-.67H14.7l-.67-.67h1.61l-1.48-3.91l-.01-.03a.67.67 0 0 0-.8-.36L12 7l-1.35-.47l-.04-.03a.71.71 0 0 0-.67.24m.76 8.33c0 .89-.7 1.62-1.62 1.62c-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62c.92 0 1.62.73 1.62 1.62"/></svg>

React

import type { SVGProps } from "react";

export function MdiIncognitoCircleOff(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="M22.11 21.46L2.39 1.73L1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79zM8.94 10.83h-.58l.14-.42zm-2.77.67h3.44l.67.67H6.17zm8.75 5.83c-1.19 0-2.15-.91-2.25-2.07c-.63-.4-1.14-.14-1.34-.01a2.243 2.243 0 0 1-2.25 2.08c-1.25 0-2.26-1.01-2.26-2.26s1.01-2.26 2.26-2.26c1.07 0 1.97.74 2.21 1.74c.36-.15.84-.21 1.36-.01l.66.66c.06.8.69 1.41 1.47 1.47l.6.6c-.15.03-.3.06-.46.06M9.94 6.74L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28l-5.13-5.11h2.46v-.67H14.7l-.67-.67h1.61l-1.48-3.91l-.01-.03a.67.67 0 0 0-.8-.36L12 7l-1.35-.47l-.04-.03a.71.71 0 0 0-.67.24m.76 8.33c0 .89-.7 1.62-1.62 1.62c-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62c.92 0 1.62.73 1.62 1.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79zM8.94 10.83h-.58l.14-.42zm-2.77.67h3.44l.67.67H6.17zm8.75 5.83c-1.19 0-2.15-.91-2.25-2.07c-.63-.4-1.14-.14-1.34-.01a2.243 2.243 0 0 1-2.25 2.08c-1.25 0-2.26-1.01-2.26-2.26s1.01-2.26 2.26-2.26c1.07 0 1.97.74 2.21 1.74c.36-.15.84-.21 1.36-.01l.66.66c.06.8.69 1.41 1.47 1.47l.6.6c-.15.03-.3.06-.46.06M9.94 6.74L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28l-5.13-5.11h2.46v-.67H14.7l-.67-.67h1.61l-1.48-3.91l-.01-.03a.67.67 0 0 0-.8-.36L12 7l-1.35-.47l-.04-.03a.71.71 0 0 0-.67.24m.76 8.33c0 .89-.7 1.62-1.62 1.62c-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62c.92 0 1.62.73 1.62 1.62"/></svg>
</template>

CSS

.icon-incognito-circle-off {
  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%22M22.11%2021.46L2.39%201.73L1.11%203l2.95%202.95A9.9%209.9%200%200%200%202%2012c0%205.5%204.5%2010%2010%2010c2.28%200%204.37-.77%206.05-2.06l2.79%202.79zM8.94%2010.83h-.58l.14-.42zm-2.77.67h3.44l.67.67H6.17zm8.75%205.83c-1.19%200-2.15-.91-2.25-2.07c-.63-.4-1.14-.14-1.34-.01a2.243%202.243%200%200%201-2.25%202.08c-1.25%200-2.26-1.01-2.26-2.26s1.01-2.26%202.26-2.26c1.07%200%201.97.74%202.21%201.74c.36-.15.84-.21%201.36-.01l.66.66c.06.8.69%201.41%201.47%201.47l.6.6c-.15.03-.3.06-.46.06M9.94%206.74L6.72%203.5C8.25%202.56%2010.06%202%2012%202c5.5%200%2010%204.5%2010%2010c0%201.94-.56%203.75-1.5%205.28l-5.13-5.11h2.46v-.67H14.7l-.67-.67h1.61l-1.48-3.91l-.01-.03a.67.67%200%200%200-.8-.36L12%207l-1.35-.47l-.04-.03a.71.71%200%200%200-.67.24m.76%208.33c0%20.89-.7%201.62-1.62%201.62c-.89%200-1.62-.73-1.62-1.62s.73-1.62%201.62-1.62c.92%200%201.62.73%201.62%201.62%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%22M22.11%2021.46L2.39%201.73L1.11%203l2.95%202.95A9.9%209.9%200%200%200%202%2012c0%205.5%204.5%2010%2010%2010c2.28%200%204.37-.77%206.05-2.06l2.79%202.79zM8.94%2010.83h-.58l.14-.42zm-2.77.67h3.44l.67.67H6.17zm8.75%205.83c-1.19%200-2.15-.91-2.25-2.07c-.63-.4-1.14-.14-1.34-.01a2.243%202.243%200%200%201-2.25%202.08c-1.25%200-2.26-1.01-2.26-2.26s1.01-2.26%202.26-2.26c1.07%200%201.97.74%202.21%201.74c.36-.15.84-.21%201.36-.01l.66.66c.06.8.69%201.41%201.47%201.47l.6.6c-.15.03-.3.06-.46.06M9.94%206.74L6.72%203.5C8.25%202.56%2010.06%202%2012%202c5.5%200%2010%204.5%2010%2010c0%201.94-.56%203.75-1.5%205.28l-5.13-5.11h2.46v-.67H14.7l-.67-.67h1.61l-1.48-3.91l-.01-.03a.67.67%200%200%200-.8-.36L12%207l-1.35-.47l-.04-.03a.71.71%200%200%200-.67.24m.76%208.33c0%20.89-.7%201.62-1.62%201.62c-.89%200-1.62-.73-1.62-1.62s.73-1.62%201.62-1.62c.92%200%201.62.73%201.62%201.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/incognito-circle-off.svg?color=%231a73e8&size=48