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

Name
incognito-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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-8M17.174 3a3.75 3.75 0 0 1 3.36 2.084l2.888 5.824c.611.144 1.084.282 1.429.395c.241.079.475.17.71.264l.002.001l.002.001a.75.75 0 0 1-.629 1.362h.002a6 6 0 0 0-.554-.202a18 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.495a6 6 0 0 0-.554.203h-.001a.75.75 0 0 1-.626-1.363l.002-.002l.193-.08c.118-.046.29-.11.518-.184a18 18 0 0 1 1.43-.396l2.89-5.823A3.75 3.75 0 0 1 10.829 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentIncognito28Filled(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-8M17.174 3a3.75 3.75 0 0 1 3.36 2.084l2.888 5.824c.611.144 1.084.282 1.429.395c.241.079.475.17.71.264l.002.001l.002.001a.75.75 0 0 1-.629 1.362h.002a6 6 0 0 0-.554-.202a18 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.495a6 6 0 0 0-.554.203h-.001a.75.75 0 0 1-.626-1.363l.002-.002l.193-.08c.118-.046.29-.11.518-.184a18 18 0 0 1 1.43-.396l2.89-5.823A3.75 3.75 0 0 1 10.829 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-8M17.174 3a3.75 3.75 0 0 1 3.36 2.084l2.888 5.824c.611.144 1.084.282 1.429.395c.241.079.475.17.71.264l.002.001l.002.001a.75.75 0 0 1-.629 1.362h.002a6 6 0 0 0-.554-.202a18 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.495a6 6 0 0 0-.554.203h-.001a.75.75 0 0 1-.626-1.363l.002-.002l.193-.08c.118-.046.29-.11.518-.184a18 18 0 0 1 1.43-.396l2.89-5.823A3.75 3.75 0 0 1 10.829 3z"/></svg>
</template>

CSS

.icon-incognito-28-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%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-8M17.174%203a3.75%203.75%200%200%201%203.36%202.084l2.888%205.824c.611.144%201.084.282%201.429.395c.241.079.475.17.71.264l.002.001l.002.001a.75.75%200%200%201-.629%201.362h.002a6%206%200%200%200-.554-.202a18%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.495a6%206%200%200%200-.554.203h-.001a.75.75%200%200%201-.626-1.363l.002-.002l.193-.08c.118-.046.29-.11.518-.184a18%2018%200%200%201%201.43-.396l2.89-5.823A3.75%203.75%200%200%201%2010.829%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-8M17.174%203a3.75%203.75%200%200%201%203.36%202.084l2.888%205.824c.611.144%201.084.282%201.429.395c.241.079.475.17.71.264l.002.001l.002.001a.75.75%200%200%201-.629%201.362h.002a6%206%200%200%200-.554-.202a18%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.495a6%206%200%200%200-.554.203h-.001a.75.75%200%200%201-.626-1.363l.002-.002l.193-.08c.118-.046.29-.11.518-.184a18%2018%200%200%201%201.43-.396l2.89-5.823A3.75%203.75%200%200%201%2010.829%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-filled.svg?color=%231a73e8&size=48