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

Name
incognito-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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-8M20.656 3a4.5 4.5 0 0 1 4.161 2.787l2.434 5.91q.083.204.139.415c.481.097.879.182 1.181.252q.33.078.507.123l.134.034l.036.01l.01.003l.004.001l.098.032a1 1 0 0 1-.523 1.92l-.1-.022l-.007-.002l-.027-.007l-.116-.03a37 37 0 0 0-1.232-.281l-1.038-.205A57.5 57.5 0 0 0 16 13c-3.823 0-7.12.397-9.402.778l-.915.162a42 42 0 0 0-1.802.373a24 24 0 0 0-.468.113l-.116.03l-.028.007l-.005.002a1 1 0 0 1-.526-1.93h.003l.01-.004l.037-.01l.134-.034q.175-.046.507-.123c.302-.07.7-.155 1.18-.252a3 3 0 0 1 .14-.415l2.434-5.91l.141-.31A4.5 4.5 0 0 1 11.344 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentIncognito32Filled(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-8M20.656 3a4.5 4.5 0 0 1 4.161 2.787l2.434 5.91q.083.204.139.415c.481.097.879.182 1.181.252q.33.078.507.123l.134.034l.036.01l.01.003l.004.001l.098.032a1 1 0 0 1-.523 1.92l-.1-.022l-.007-.002l-.027-.007l-.116-.03a37 37 0 0 0-1.232-.281l-1.038-.205A57.5 57.5 0 0 0 16 13c-3.823 0-7.12.397-9.402.778l-.915.162a42 42 0 0 0-1.802.373a24 24 0 0 0-.468.113l-.116.03l-.028.007l-.005.002a1 1 0 0 1-.526-1.93h.003l.01-.004l.037-.01l.134-.034q.175-.046.507-.123c.302-.07.7-.155 1.18-.252a3 3 0 0 1 .14-.415l2.434-5.91l.141-.31A4.5 4.5 0 0 1 11.344 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-8M20.656 3a4.5 4.5 0 0 1 4.161 2.787l2.434 5.91q.083.204.139.415c.481.097.879.182 1.181.252q.33.078.507.123l.134.034l.036.01l.01.003l.004.001l.098.032a1 1 0 0 1-.523 1.92l-.1-.022l-.007-.002l-.027-.007l-.116-.03a37 37 0 0 0-1.232-.281l-1.038-.205A57.5 57.5 0 0 0 16 13c-3.823 0-7.12.397-9.402.778l-.915.162a42 42 0 0 0-1.802.373a24 24 0 0 0-.468.113l-.116.03l-.028.007l-.005.002a1 1 0 0 1-.526-1.93h.003l.01-.004l.037-.01l.134-.034q.175-.046.507-.123c.302-.07.7-.155 1.18-.252a3 3 0 0 1 .14-.415l2.434-5.91l.141-.31A4.5 4.5 0 0 1 11.344 3z"/></svg>
</template>

CSS

.icon-incognito-32-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%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-8M20.656%203a4.5%204.5%200%200%201%204.161%202.787l2.434%205.91q.083.204.139.415c.481.097.879.182%201.181.252q.33.078.507.123l.134.034l.036.01l.01.003l.004.001l.098.032a1%201%200%200%201-.523%201.92l-.1-.022l-.007-.002l-.027-.007l-.116-.03a37%2037%200%200%200-1.232-.281l-1.038-.205A57.5%2057.5%200%200%200%2016%2013c-3.823%200-7.12.397-9.402.778l-.915.162a42%2042%200%200%200-1.802.373a24%2024%200%200%200-.468.113l-.116.03l-.028.007l-.005.002a1%201%200%200%201-.526-1.93h.003l.01-.004l.037-.01l.134-.034q.175-.046.507-.123c.302-.07.7-.155%201.18-.252a3%203%200%200%201%20.14-.415l2.434-5.91l.141-.31A4.5%204.5%200%200%201%2011.344%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-8M20.656%203a4.5%204.5%200%200%201%204.161%202.787l2.434%205.91q.083.204.139.415c.481.097.879.182%201.181.252q.33.078.507.123l.134.034l.036.01l.01.003l.004.001l.098.032a1%201%200%200%201-.523%201.92l-.1-.022l-.007-.002l-.027-.007l-.116-.03a37%2037%200%200%200-1.232-.281l-1.038-.205A57.5%2057.5%200%200%200%2016%2013c-3.823%200-7.12.397-9.402.778l-.915.162a42%2042%200%200%200-1.802.373a24%2024%200%200%200-.468.113l-.116.03l-.028.007l-.005.002a1%201%200%200%201-.526-1.93h.003l.01-.004l.037-.01l.134-.034q.175-.046.507-.123c.302-.07.7-.155%201.18-.252a3%203%200%200%201%20.14-.415l2.434-5.91l.141-.31A4.5%204.5%200%200%201%2011.344%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-filled.svg?color=%231a73e8&size=48