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

Name
incognito-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M20.5 14a5.5 5.5 0 1 1-5.447 6.25h-2.106A5.5 5.5 0 1 1 7.5 14a5.5 5.5 0 0 1 5.447 4.75h2.106A5.5 5.5 0 0 1 20.5 14m-13 1.5a4 4 0 1 0 0 8a4 4 0 0 0 0-8m13 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8M14 10c4.047 0 6.911.38 8.777.766a19 19 0 0 1 2.074.537a10 10 0 0 1 .655.24l.039.018l.012.004l.005.002v.001l.002.001a.75.75 0 0 1-.628 1.362h.002q-.006-.001-.021-.008l-.097-.04a8 8 0 0 0-.436-.154a18 18 0 0 0-1.911-.495c-1.759-.364-4.52-.734-8.473-.734s-6.714.37-8.473.734c-.879.182-1.508.363-1.91.495a8 8 0 0 0-.534.194l-.02.009h-.001a.75.75 0 0 1-.626-1.363l.002-.002q.003 0 .005-.002l.012-.005l.04-.017q.048-.021.136-.056c.118-.046.29-.11.518-.184a19 19 0 0 1 2.074-.537C7.089 10.38 9.953 10 14 10m3.172-7a3.75 3.75 0 0 1 3.36 2.084l1.653 3.333a.75.75 0 1 1-1.344.666L19.187 5.75a2.25 2.25 0 0 0-2.015-1.25h-6.346a2.25 2.25 0 0 0-2.015 1.25L7.157 9.083a.75.75 0 0 1-1.344-.666l1.654-3.333A3.75 3.75 0 0 1 10.827 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentIncognito28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a5.5 5.5 0 1 1-5.447 6.25h-2.106A5.5 5.5 0 1 1 7.5 14a5.5 5.5 0 0 1 5.447 4.75h2.106A5.5 5.5 0 0 1 20.5 14m-13 1.5a4 4 0 1 0 0 8a4 4 0 0 0 0-8m13 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8M14 10c4.047 0 6.911.38 8.777.766a19 19 0 0 1 2.074.537a10 10 0 0 1 .655.24l.039.018l.012.004l.005.002v.001l.002.001a.75.75 0 0 1-.628 1.362h.002q-.006-.001-.021-.008l-.097-.04a8 8 0 0 0-.436-.154a18 18 0 0 0-1.911-.495c-1.759-.364-4.52-.734-8.473-.734s-6.714.37-8.473.734c-.879.182-1.508.363-1.91.495a8 8 0 0 0-.534.194l-.02.009h-.001a.75.75 0 0 1-.626-1.363l.002-.002q.003 0 .005-.002l.012-.005l.04-.017q.048-.021.136-.056c.118-.046.29-.11.518-.184a19 19 0 0 1 2.074-.537C7.089 10.38 9.953 10 14 10m3.172-7a3.75 3.75 0 0 1 3.36 2.084l1.653 3.333a.75.75 0 1 1-1.344.666L19.187 5.75a2.25 2.25 0 0 0-2.015-1.25h-6.346a2.25 2.25 0 0 0-2.015 1.25L7.157 9.083a.75.75 0 0 1-1.344-.666l1.654-3.333A3.75 3.75 0 0 1 10.827 3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a5.5 5.5 0 1 1-5.447 6.25h-2.106A5.5 5.5 0 1 1 7.5 14a5.5 5.5 0 0 1 5.447 4.75h2.106A5.5 5.5 0 0 1 20.5 14m-13 1.5a4 4 0 1 0 0 8a4 4 0 0 0 0-8m13 0a4 4 0 1 0 0 8a4 4 0 0 0 0-8M14 10c4.047 0 6.911.38 8.777.766a19 19 0 0 1 2.074.537a10 10 0 0 1 .655.24l.039.018l.012.004l.005.002v.001l.002.001a.75.75 0 0 1-.628 1.362h.002q-.006-.001-.021-.008l-.097-.04a8 8 0 0 0-.436-.154a18 18 0 0 0-1.911-.495c-1.759-.364-4.52-.734-8.473-.734s-6.714.37-8.473.734c-.879.182-1.508.363-1.91.495a8 8 0 0 0-.534.194l-.02.009h-.001a.75.75 0 0 1-.626-1.363l.002-.002q.003 0 .005-.002l.012-.005l.04-.017q.048-.021.136-.056c.118-.046.29-.11.518-.184a19 19 0 0 1 2.074-.537C7.089 10.38 9.953 10 14 10m3.172-7a3.75 3.75 0 0 1 3.36 2.084l1.653 3.333a.75.75 0 1 1-1.344.666L19.187 5.75a2.25 2.25 0 0 0-2.015-1.25h-6.346a2.25 2.25 0 0 0-2.015 1.25L7.157 9.083a.75.75 0 0 1-1.344-.666l1.654-3.333A3.75 3.75 0 0 1 10.827 3z"/></svg>
</template>

CSS

.icon-incognito-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a5.5%205.5%200%201%201-5.447%206.25h-2.106A5.5%205.5%200%201%201%207.5%2014a5.5%205.5%200%200%201%205.447%204.75h2.106A5.5%205.5%200%200%201%2020.5%2014m-13%201.5a4%204%200%201%200%200%208a4%204%200%200%200%200-8m13%200a4%204%200%201%200%200%208a4%204%200%200%200%200-8M14%2010c4.047%200%206.911.38%208.777.766a19%2019%200%200%201%202.074.537a10%2010%200%200%201%20.655.24l.039.018l.012.004l.005.002v.001l.002.001a.75.75%200%200%201-.628%201.362h.002q-.006-.001-.021-.008l-.097-.04a8%208%200%200%200-.436-.154a18%2018%200%200%200-1.911-.495c-1.759-.364-4.52-.734-8.473-.734s-6.714.37-8.473.734c-.879.182-1.508.363-1.91.495a8%208%200%200%200-.534.194l-.02.009h-.001a.75.75%200%200%201-.626-1.363l.002-.002q.003%200%20.005-.002l.012-.005l.04-.017q.048-.021.136-.056c.118-.046.29-.11.518-.184a19%2019%200%200%201%202.074-.537C7.089%2010.38%209.953%2010%2014%2010m3.172-7a3.75%203.75%200%200%201%203.36%202.084l1.653%203.333a.75.75%200%201%201-1.344.666L19.187%205.75a2.25%202.25%200%200%200-2.015-1.25h-6.346a2.25%202.25%200%200%200-2.015%201.25L7.157%209.083a.75.75%200%200%201-1.344-.666l1.654-3.333A3.75%203.75%200%200%201%2010.827%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a5.5%205.5%200%201%201-5.447%206.25h-2.106A5.5%205.5%200%201%201%207.5%2014a5.5%205.5%200%200%201%205.447%204.75h2.106A5.5%205.5%200%200%201%2020.5%2014m-13%201.5a4%204%200%201%200%200%208a4%204%200%200%200%200-8m13%200a4%204%200%201%200%200%208a4%204%200%200%200%200-8M14%2010c4.047%200%206.911.38%208.777.766a19%2019%200%200%201%202.074.537a10%2010%200%200%201%20.655.24l.039.018l.012.004l.005.002v.001l.002.001a.75.75%200%200%201-.628%201.362h.002q-.006-.001-.021-.008l-.097-.04a8%208%200%200%200-.436-.154a18%2018%200%200%200-1.911-.495c-1.759-.364-4.52-.734-8.473-.734s-6.714.37-8.473.734c-.879.182-1.508.363-1.91.495a8%208%200%200%200-.534.194l-.02.009h-.001a.75.75%200%200%201-.626-1.363l.002-.002q.003%200%20.005-.002l.012-.005l.04-.017q.048-.021.136-.056c.118-.046.29-.11.518-.184a19%2019%200%200%201%202.074-.537C7.089%2010.38%209.953%2010%2014%2010m3.172-7a3.75%203.75%200%200%201%203.36%202.084l1.653%203.333a.75.75%200%201%201-1.344.666L19.187%205.75a2.25%202.25%200%200%200-2.015-1.25h-6.346a2.25%202.25%200%200%200-2.015%201.25L7.157%209.083a.75.75%200%200%201-1.344-.666l1.654-3.333A3.75%203.75%200%200%201%2010.827%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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