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

Name
incognito-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M34.5 24a8.5 8.5 0 1 1-8.365 10h-4.27a8.5 8.5 0 1 1 .074-2.5h4.122c.495-4.223 4.083-7.5 8.439-7.5m-21 2.5a6 6 0 1 0 0 12a6 6 0 0 0 0-12m21 0a6 6 0 1 0 0 12a6 6 0 0 0 0-12M30.443 7a6.25 6.25 0 0 1 5.751 3.803l3.493 8.207l.073.183q.053.15.096.302c.595.128 1.076.243 1.44.335a24 24 0 0 1 .805.22l.013.004l.004.002h.002a1.25 1.25 0 0 1-.74 2.387h-.005l-.028-.01l-.13-.037a22 22 0 0 0-.538-.143a37 37 0 0 0-1.494-.345l-.675-.137C35.638 21.21 30.689 20.5 24 20.5c-5.853 0-10.374.544-13.337 1.056l-1.173.215a40 40 0 0 0-2.169.482a22 22 0 0 0-.668.18l-.028.01l-.005.001a1.25 1.25 0 0 1-.74-2.387l.002-.001l.004-.002l.217-.063q.206-.06.601-.16c.363-.093.845-.209 1.44-.336a4 4 0 0 1 .168-.485l3.494-8.207l.095-.214A6.25 6.25 0 0 1 17.557 7z"/></svg>

React

import type { SVGProps } from "react";

export function FluentIncognito48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.5 24a8.5 8.5 0 1 1-8.365 10h-4.27a8.5 8.5 0 1 1 .074-2.5h4.122c.495-4.223 4.083-7.5 8.439-7.5m-21 2.5a6 6 0 1 0 0 12a6 6 0 0 0 0-12m21 0a6 6 0 1 0 0 12a6 6 0 0 0 0-12M30.443 7a6.25 6.25 0 0 1 5.751 3.803l3.493 8.207l.073.183q.053.15.096.302c.595.128 1.076.243 1.44.335a24 24 0 0 1 .805.22l.013.004l.004.002h.002a1.25 1.25 0 0 1-.74 2.387h-.005l-.028-.01l-.13-.037a22 22 0 0 0-.538-.143a37 37 0 0 0-1.494-.345l-.675-.137C35.638 21.21 30.689 20.5 24 20.5c-5.853 0-10.374.544-13.337 1.056l-1.173.215a40 40 0 0 0-2.169.482a22 22 0 0 0-.668.18l-.028.01l-.005.001a1.25 1.25 0 0 1-.74-2.387l.002-.001l.004-.002l.217-.063q.206-.06.601-.16c.363-.093.845-.209 1.44-.336a4 4 0 0 1 .168-.485l3.494-8.207l.095-.214A6.25 6.25 0 0 1 17.557 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34.5 24a8.5 8.5 0 1 1-8.365 10h-4.27a8.5 8.5 0 1 1 .074-2.5h4.122c.495-4.223 4.083-7.5 8.439-7.5m-21 2.5a6 6 0 1 0 0 12a6 6 0 0 0 0-12m21 0a6 6 0 1 0 0 12a6 6 0 0 0 0-12M30.443 7a6.25 6.25 0 0 1 5.751 3.803l3.493 8.207l.073.183q.053.15.096.302c.595.128 1.076.243 1.44.335a24 24 0 0 1 .805.22l.013.004l.004.002h.002a1.25 1.25 0 0 1-.74 2.387h-.005l-.028-.01l-.13-.037a22 22 0 0 0-.538-.143a37 37 0 0 0-1.494-.345l-.675-.137C35.638 21.21 30.689 20.5 24 20.5c-5.853 0-10.374.544-13.337 1.056l-1.173.215a40 40 0 0 0-2.169.482a22 22 0 0 0-.668.18l-.028.01l-.005.001a1.25 1.25 0 0 1-.74-2.387l.002-.001l.004-.002l.217-.063q.206-.06.601-.16c.363-.093.845-.209 1.44-.336a4 4 0 0 1 .168-.485l3.494-8.207l.095-.214A6.25 6.25 0 0 1 17.557 7z"/></svg>
</template>

CSS

.icon-incognito-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.5%2024a8.5%208.5%200%201%201-8.365%2010h-4.27a8.5%208.5%200%201%201%20.074-2.5h4.122c.495-4.223%204.083-7.5%208.439-7.5m-21%202.5a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m21%200a6%206%200%201%200%200%2012a6%206%200%200%200%200-12M30.443%207a6.25%206.25%200%200%201%205.751%203.803l3.493%208.207l.073.183q.053.15.096.302c.595.128%201.076.243%201.44.335a24%2024%200%200%201%20.805.22l.013.004l.004.002h.002a1.25%201.25%200%200%201-.74%202.387h-.005l-.028-.01l-.13-.037a22%2022%200%200%200-.538-.143a37%2037%200%200%200-1.494-.345l-.675-.137C35.638%2021.21%2030.689%2020.5%2024%2020.5c-5.853%200-10.374.544-13.337%201.056l-1.173.215a40%2040%200%200%200-2.169.482a22%2022%200%200%200-.668.18l-.028.01l-.005.001a1.25%201.25%200%200%201-.74-2.387l.002-.001l.004-.002l.217-.063q.206-.06.601-.16c.363-.093.845-.209%201.44-.336a4%204%200%200%201%20.168-.485l3.494-8.207l.095-.214A6.25%206.25%200%200%201%2017.557%207z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.5%2024a8.5%208.5%200%201%201-8.365%2010h-4.27a8.5%208.5%200%201%201%20.074-2.5h4.122c.495-4.223%204.083-7.5%208.439-7.5m-21%202.5a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m21%200a6%206%200%201%200%200%2012a6%206%200%200%200%200-12M30.443%207a6.25%206.25%200%200%201%205.751%203.803l3.493%208.207l.073.183q.053.15.096.302c.595.128%201.076.243%201.44.335a24%2024%200%200%201%20.805.22l.013.004l.004.002h.002a1.25%201.25%200%200%201-.74%202.387h-.005l-.028-.01l-.13-.037a22%2022%200%200%200-.538-.143a37%2037%200%200%200-1.494-.345l-.675-.137C35.638%2021.21%2030.689%2020.5%2024%2020.5c-5.853%200-10.374.544-13.337%201.056l-1.173.215a40%2040%200%200%200-2.169.482a22%2022%200%200%200-.668.18l-.028.01l-.005.001a1.25%201.25%200%200%201-.74-2.387l.002-.001l.004-.002l.217-.063q.206-.06.601-.16c.363-.093.845-.209%201.44-.336a4%204%200%200%201%20.168-.485l3.494-8.207l.095-.214A6.25%206.25%200%200%201%2017.557%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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