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

Name
incognito-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M8.379 4.5c-.49 0-.935.287-1.138.733L6.183 7.56a.75.75 0 1 1-1.366-.62l1.058-2.328A2.75 2.75 0 0 1 8.38 3h7.242a2.75 2.75 0 0 1 2.504 1.612l1.058 2.326a.75.75 0 0 1-1.366.621L16.76 5.233a1.25 1.25 0 0 0-1.138-.733zm-1.88 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4.5 3a4.5 4.5 0 0 1 8.974-.5h2.054a4.5 4.5 0 1 1 .084 1.5h-2.223A4.502 4.502 0 0 1 2 16.5m15.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6M2.935 10.973c5.13-1.297 13.003-1.297 18.132 0a.75.75 0 1 0 .368-1.454c-5.37-1.359-13.497-1.359-18.868 0a.75.75 0 1 0 .368 1.454"/></svg>

React

import type { SVGProps } from "react";

export function FluentIncognito24Regular(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="M8.379 4.5c-.49 0-.935.287-1.138.733L6.183 7.56a.75.75 0 1 1-1.366-.62l1.058-2.328A2.75 2.75 0 0 1 8.38 3h7.242a2.75 2.75 0 0 1 2.504 1.612l1.058 2.326a.75.75 0 0 1-1.366.621L16.76 5.233a1.25 1.25 0 0 0-1.138-.733zm-1.88 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4.5 3a4.5 4.5 0 0 1 8.974-.5h2.054a4.5 4.5 0 1 1 .084 1.5h-2.223A4.502 4.502 0 0 1 2 16.5m15.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6M2.935 10.973c5.13-1.297 13.003-1.297 18.132 0a.75.75 0 1 0 .368-1.454c-5.37-1.359-13.497-1.359-18.868 0a.75.75 0 1 0 .368 1.454"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.379 4.5c-.49 0-.935.287-1.138.733L6.183 7.56a.75.75 0 1 1-1.366-.62l1.058-2.328A2.75 2.75 0 0 1 8.38 3h7.242a2.75 2.75 0 0 1 2.504 1.612l1.058 2.326a.75.75 0 0 1-1.366.621L16.76 5.233a1.25 1.25 0 0 0-1.138-.733zm-1.88 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-4.5 3a4.5 4.5 0 0 1 8.974-.5h2.054a4.5 4.5 0 1 1 .084 1.5h-2.223A4.502 4.502 0 0 1 2 16.5m15.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6M2.935 10.973c5.13-1.297 13.003-1.297 18.132 0a.75.75 0 1 0 .368-1.454c-5.37-1.359-13.497-1.359-18.868 0a.75.75 0 1 0 .368 1.454"/></svg>
</template>

CSS

.icon-incognito-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.379%204.5c-.49%200-.935.287-1.138.733L6.183%207.56a.75.75%200%201%201-1.366-.62l1.058-2.328A2.75%202.75%200%200%201%208.38%203h7.242a2.75%202.75%200%200%201%202.504%201.612l1.058%202.326a.75.75%200%200%201-1.366.621L16.76%205.233a1.25%201.25%200%200%200-1.138-.733zm-1.88%209a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-4.5%203a4.5%204.5%200%200%201%208.974-.5h2.054a4.5%204.5%200%201%201%20.084%201.5h-2.223A4.502%204.502%200%200%201%202%2016.5m15.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6M2.935%2010.973c5.13-1.297%2013.003-1.297%2018.132%200a.75.75%200%201%200%20.368-1.454c-5.37-1.359-13.497-1.359-18.868%200a.75.75%200%201%200%20.368%201.454%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%22M8.379%204.5c-.49%200-.935.287-1.138.733L6.183%207.56a.75.75%200%201%201-1.366-.62l1.058-2.328A2.75%202.75%200%200%201%208.38%203h7.242a2.75%202.75%200%200%201%202.504%201.612l1.058%202.326a.75.75%200%200%201-1.366.621L16.76%205.233a1.25%201.25%200%200%200-1.138-.733zm-1.88%209a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-4.5%203a4.5%204.5%200%200%201%208.974-.5h2.054a4.5%204.5%200%201%201%20.084%201.5h-2.223A4.502%204.502%200%200%201%202%2016.5m15.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6M2.935%2010.973c5.13-1.297%2013.003-1.297%2018.132%200a.75.75%200%201%200%20.368-1.454c-5.37-1.359-13.497-1.359-18.868%200a.75.75%200%201%200%20.368%201.454%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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