incognito-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
incognito-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Use the incognito icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 16a6 6 0 1 1-5.915 7h-4.17a6 6 0 1 1 0-2h4.17A6 6 0 0 1 24 16M8 18a4 4 0 1 0 0 8a4 4 0 0 0 0-8m16 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-8-7c3.815 0 7.12.381 9.473.763c1.177.19 2.117.382 2.767.526c.325.072.578.133.75.176l.198.05l.054.014l.015.004l.004.001l.002.001l.097.032a1 1 0 0 1-.523 1.92l-.1-.022h-.002l-.008-.003l-.044-.01l-.175-.046a30 30 0 0 0-.701-.164c-.616-.137-1.52-.32-2.655-.505A58 58 0 0 0 16 13c-3.685 0-6.88.369-9.152.737a47 47 0 0 0-2.655.505a30 30 0 0 0-.877.21l-.043.01l-.008.003h-.002a1 1 0 0 1-.526-1.93h.002l.004-.002q.006 0 .015-.004l.053-.013q.07-.019.199-.051c.172-.043.425-.104.75-.176c.65-.144 1.59-.335 2.767-.526A60 60 0 0 1 16 11m4.63-8a4.5 4.5 0 0 1 4.179 2.83l1.12 2.799l.033.097a1 1 0 0 1-1.848.739l-.043-.094l-1.12-2.8A2.5 2.5 0 0 0 20.631 5h-9.262a2.5 2.5 0 0 0-2.243 1.397l-.077.174l-1.12 2.8A1 1 0 0 1 6.07 8.63l1.12-2.8l.14-.313A4.5 4.5 0 0 1 11.369 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentIncognito32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 16a6 6 0 1 1-5.915 7h-4.17a6 6 0 1 1 0-2h4.17A6 6 0 0 1 24 16M8 18a4 4 0 1 0 0 8a4 4 0 0 0 0-8m16 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-8-7c3.815 0 7.12.381 9.473.763c1.177.19 2.117.382 2.767.526c.325.072.578.133.75.176l.198.05l.054.014l.015.004l.004.001l.002.001l.097.032a1 1 0 0 1-.523 1.92l-.1-.022h-.002l-.008-.003l-.044-.01l-.175-.046a30 30 0 0 0-.701-.164c-.616-.137-1.52-.32-2.655-.505A58 58 0 0 0 16 13c-3.685 0-6.88.369-9.152.737a47 47 0 0 0-2.655.505a30 30 0 0 0-.877.21l-.043.01l-.008.003h-.002a1 1 0 0 1-.526-1.93h.002l.004-.002q.006 0 .015-.004l.053-.013q.07-.019.199-.051c.172-.043.425-.104.75-.176c.65-.144 1.59-.335 2.767-.526A60 60 0 0 1 16 11m4.63-8a4.5 4.5 0 0 1 4.179 2.83l1.12 2.799l.033.097a1 1 0 0 1-1.848.739l-.043-.094l-1.12-2.8A2.5 2.5 0 0 0 20.631 5h-9.262a2.5 2.5 0 0 0-2.243 1.397l-.077.174l-1.12 2.8A1 1 0 0 1 6.07 8.63l1.12-2.8l.14-.313A4.5 4.5 0 0 1 11.369 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 16a6 6 0 1 1-5.915 7h-4.17a6 6 0 1 1 0-2h4.17A6 6 0 0 1 24 16M8 18a4 4 0 1 0 0 8a4 4 0 0 0 0-8m16 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-8-7c3.815 0 7.12.381 9.473.763c1.177.19 2.117.382 2.767.526c.325.072.578.133.75.176l.198.05l.054.014l.015.004l.004.001l.002.001l.097.032a1 1 0 0 1-.523 1.92l-.1-.022h-.002l-.008-.003l-.044-.01l-.175-.046a30 30 0 0 0-.701-.164c-.616-.137-1.52-.32-2.655-.505A58 58 0 0 0 16 13c-3.685 0-6.88.369-9.152.737a47 47 0 0 0-2.655.505a30 30 0 0 0-.877.21l-.043.01l-.008.003h-.002a1 1 0 0 1-.526-1.93h.002l.004-.002q.006 0 .015-.004l.053-.013q.07-.019.199-.051c.172-.043.425-.104.75-.176c.65-.144 1.59-.335 2.767-.526A60 60 0 0 1 16 11m4.63-8a4.5 4.5 0 0 1 4.179 2.83l1.12 2.799l.033.097a1 1 0 0 1-1.848.739l-.043-.094l-1.12-2.8A2.5 2.5 0 0 0 20.631 5h-9.262a2.5 2.5 0 0 0-2.243 1.397l-.077.174l-1.12 2.8A1 1 0 0 1 6.07 8.63l1.12-2.8l.14-.313A4.5 4.5 0 0 1 11.369 3z"/></svg>
</template>

CSS

.icon-incognito-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2016a6%206%200%201%201-5.915%207h-4.17a6%206%200%201%201%200-2h4.17A6%206%200%200%201%2024%2016M8%2018a4%204%200%201%200%200%208a4%204%200%200%200%200-8m16%200a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-8-7c3.815%200%207.12.381%209.473.763c1.177.19%202.117.382%202.767.526c.325.072.578.133.75.176l.198.05l.054.014l.015.004l.004.001l.002.001l.097.032a1%201%200%200%201-.523%201.92l-.1-.022h-.002l-.008-.003l-.044-.01l-.175-.046a30%2030%200%200%200-.701-.164c-.616-.137-1.52-.32-2.655-.505A58%2058%200%200%200%2016%2013c-3.685%200-6.88.369-9.152.737a47%2047%200%200%200-2.655.505a30%2030%200%200%200-.877.21l-.043.01l-.008.003h-.002a1%201%200%200%201-.526-1.93h.002l.004-.002q.006%200%20.015-.004l.053-.013q.07-.019.199-.051c.172-.043.425-.104.75-.176c.65-.144%201.59-.335%202.767-.526A60%2060%200%200%201%2016%2011m4.63-8a4.5%204.5%200%200%201%204.179%202.83l1.12%202.799l.033.097a1%201%200%200%201-1.848.739l-.043-.094l-1.12-2.8A2.5%202.5%200%200%200%2020.631%205h-9.262a2.5%202.5%200%200%200-2.243%201.397l-.077.174l-1.12%202.8A1%201%200%200%201%206.07%208.63l1.12-2.8l.14-.313A4.5%204.5%200%200%201%2011.369%203z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2016a6%206%200%201%201-5.915%207h-4.17a6%206%200%201%201%200-2h4.17A6%206%200%200%201%2024%2016M8%2018a4%204%200%201%200%200%208a4%204%200%200%200%200-8m16%200a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-8-7c3.815%200%207.12.381%209.473.763c1.177.19%202.117.382%202.767.526c.325.072.578.133.75.176l.198.05l.054.014l.015.004l.004.001l.002.001l.097.032a1%201%200%200%201-.523%201.92l-.1-.022h-.002l-.008-.003l-.044-.01l-.175-.046a30%2030%200%200%200-.701-.164c-.616-.137-1.52-.32-2.655-.505A58%2058%200%200%200%2016%2013c-3.685%200-6.88.369-9.152.737a47%2047%200%200%200-2.655.505a30%2030%200%200%200-.877.21l-.043.01l-.008.003h-.002a1%201%200%200%201-.526-1.93h.002l.004-.002q.006%200%20.015-.004l.053-.013q.07-.019.199-.051c.172-.043.425-.104.75-.176c.65-.144%201.59-.335%202.767-.526A60%2060%200%200%201%2016%2011m4.63-8a4.5%204.5%200%200%201%204.179%202.83l1.12%202.799l.033.097a1%201%200%200%201-1.848.739l-.043-.094l-1.12-2.8A2.5%202.5%200%200%200%2020.631%205h-9.262a2.5%202.5%200%200%200-2.243%201.397l-.077.174l-1.12%202.8A1%201%200%200%201%206.07%208.63l1.12-2.8l.14-.313A4.5%204.5%200%200%201%2011.369%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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