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

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

The same icon in other sets

Related icons in Material Design Icons

Use the incognito icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.06 13c-1.86 0-3.42 1.33-3.82 3.1c-.95-.41-1.82-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68c.34-.24 1.23-.69 2.32.02c.18 2.05 1.84 3.66 3.9 3.66c2.17 0 3.94-1.79 3.94-4s-1.77-4-3.94-4M6.94 19.86c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86s1.25-2.86 2.81-2.86s2.82 1.28 2.82 2.86s-1.27 2.86-2.82 2.86M22 10.5H2V12h20zm-6.47-7.87c-.22-.49-.78-.75-1.31-.58L12 2.79l-2.23-.74l-.05-.01c-.53-.15-1.09.13-1.29.64L6 9h12l-2.44-6.32z"/></svg>

React

import type { SVGProps } from "react";

export function MdiIncognito(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="M17.06 13c-1.86 0-3.42 1.33-3.82 3.1c-.95-.41-1.82-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68c.34-.24 1.23-.69 2.32.02c.18 2.05 1.84 3.66 3.9 3.66c2.17 0 3.94-1.79 3.94-4s-1.77-4-3.94-4M6.94 19.86c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86s1.25-2.86 2.81-2.86s2.82 1.28 2.82 2.86s-1.27 2.86-2.82 2.86M22 10.5H2V12h20zm-6.47-7.87c-.22-.49-.78-.75-1.31-.58L12 2.79l-2.23-.74l-.05-.01c-.53-.15-1.09.13-1.29.64L6 9h12l-2.44-6.32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.06 13c-1.86 0-3.42 1.33-3.82 3.1c-.95-.41-1.82-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68c.34-.24 1.23-.69 2.32.02c.18 2.05 1.84 3.66 3.9 3.66c2.17 0 3.94-1.79 3.94-4s-1.77-4-3.94-4M6.94 19.86c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86s1.25-2.86 2.81-2.86s2.82 1.28 2.82 2.86s-1.27 2.86-2.82 2.86M22 10.5H2V12h20zm-6.47-7.87c-.22-.49-.78-.75-1.31-.58L12 2.79l-2.23-.74l-.05-.01c-.53-.15-1.09.13-1.29.64L6 9h12l-2.44-6.32z"/></svg>
</template>

CSS

.icon-incognito {
  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%22M17.06%2013c-1.86%200-3.42%201.33-3.82%203.1c-.95-.41-1.82-.3-2.48-.01C10.35%2014.31%208.79%2013%206.94%2013C4.77%2013%203%2014.79%203%2017s1.77%204%203.94%204c2.06%200%203.74-1.62%203.9-3.68c.34-.24%201.23-.69%202.32.02c.18%202.05%201.84%203.66%203.9%203.66c2.17%200%203.94-1.79%203.94-4s-1.77-4-3.94-4M6.94%2019.86c-1.56%200-2.81-1.28-2.81-2.86s1.26-2.86%202.81-2.86c1.56%200%202.81%201.28%202.81%202.86s-1.25%202.86-2.81%202.86m10.12%200c-1.56%200-2.81-1.28-2.81-2.86s1.25-2.86%202.81-2.86s2.82%201.28%202.82%202.86s-1.27%202.86-2.82%202.86M22%2010.5H2V12h20zm-6.47-7.87c-.22-.49-.78-.75-1.31-.58L12%202.79l-2.23-.74l-.05-.01c-.53-.15-1.09.13-1.29.64L6%209h12l-2.44-6.32z%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%22M17.06%2013c-1.86%200-3.42%201.33-3.82%203.1c-.95-.41-1.82-.3-2.48-.01C10.35%2014.31%208.79%2013%206.94%2013C4.77%2013%203%2014.79%203%2017s1.77%204%203.94%204c2.06%200%203.74-1.62%203.9-3.68c.34-.24%201.23-.69%202.32.02c.18%202.05%201.84%203.66%203.9%203.66c2.17%200%203.94-1.79%203.94-4s-1.77-4-3.94-4M6.94%2019.86c-1.56%200-2.81-1.28-2.81-2.86s1.26-2.86%202.81-2.86c1.56%200%202.81%201.28%202.81%202.86s-1.25%202.86-2.81%202.86m10.12%200c-1.56%200-2.81-1.28-2.81-2.86s1.25-2.86%202.81-2.86s2.82%201.28%202.82%202.86s-1.27%202.86-2.82%202.86M22%2010.5H2V12h20zm-6.47-7.87c-.22-.49-.78-.75-1.31-.58L12%202.79l-2.23-.74l-.05-.01c-.53-.15-1.09.13-1.29.64L6%209h12l-2.44-6.32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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