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

Name
incognito-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M6.17 4.276A.5.5 0 0 1 6.619 4h6.764a.5.5 0 0 1 .447.276l1.224 2.448a.5.5 0 1 0 .894-.448L14.724 3.83A1.5 1.5 0 0 0 13.382 3H6.618a1.5 1.5 0 0 0-1.342.83L4.053 6.275a.5.5 0 0 0 .894.448zm11.248 4.717c-5.946-.99-8.89-.99-14.836 0a.5.5 0 0 1-.164-.986c6.054-1.01 9.11-1.01 15.164 0a.5.5 0 1 1-.164.986M5.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M2 13.5a3.5 3.5 0 0 1 6.965-.5h2.07a3.5 3.5 0 1 1 0 1h-2.07A3.5 3.5 0 0 1 2 13.5M14.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>

React

import type { SVGProps } from "react";

export function FluentIncognito20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.17 4.276A.5.5 0 0 1 6.619 4h6.764a.5.5 0 0 1 .447.276l1.224 2.448a.5.5 0 1 0 .894-.448L14.724 3.83A1.5 1.5 0 0 0 13.382 3H6.618a1.5 1.5 0 0 0-1.342.83L4.053 6.275a.5.5 0 0 0 .894.448zm11.248 4.717c-5.946-.99-8.89-.99-14.836 0a.5.5 0 0 1-.164-.986c6.054-1.01 9.11-1.01 15.164 0a.5.5 0 1 1-.164.986M5.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M2 13.5a3.5 3.5 0 0 1 6.965-.5h2.07a3.5 3.5 0 1 1 0 1h-2.07A3.5 3.5 0 0 1 2 13.5M14.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.17 4.276A.5.5 0 0 1 6.619 4h6.764a.5.5 0 0 1 .447.276l1.224 2.448a.5.5 0 1 0 .894-.448L14.724 3.83A1.5 1.5 0 0 0 13.382 3H6.618a1.5 1.5 0 0 0-1.342.83L4.053 6.275a.5.5 0 0 0 .894.448zm11.248 4.717c-5.946-.99-8.89-.99-14.836 0a.5.5 0 0 1-.164-.986c6.054-1.01 9.11-1.01 15.164 0a.5.5 0 1 1-.164.986M5.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M2 13.5a3.5 3.5 0 0 1 6.965-.5h2.07a3.5 3.5 0 1 1 0 1h-2.07A3.5 3.5 0 0 1 2 13.5M14.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
</template>

CSS

.icon-incognito-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.17%204.276A.5.5%200%200%201%206.619%204h6.764a.5.5%200%200%201%20.447.276l1.224%202.448a.5.5%200%201%200%20.894-.448L14.724%203.83A1.5%201.5%200%200%200%2013.382%203H6.618a1.5%201.5%200%200%200-1.342.83L4.053%206.275a.5.5%200%200%200%20.894.448zm11.248%204.717c-5.946-.99-8.89-.99-14.836%200a.5.5%200%200%201-.164-.986c6.054-1.01%209.11-1.01%2015.164%200a.5.5%200%201%201-.164.986M5.5%2011a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M2%2013.5a3.5%203.5%200%200%201%206.965-.5h2.07a3.5%203.5%200%201%201%200%201h-2.07A3.5%203.5%200%200%201%202%2013.5M14.5%2011a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.17%204.276A.5.5%200%200%201%206.619%204h6.764a.5.5%200%200%201%20.447.276l1.224%202.448a.5.5%200%201%200%20.894-.448L14.724%203.83A1.5%201.5%200%200%200%2013.382%203H6.618a1.5%201.5%200%200%200-1.342.83L4.053%206.275a.5.5%200%200%200%20.894.448zm11.248%204.717c-5.946-.99-8.89-.99-14.836%200a.5.5%200%200%201-.164-.986c6.054-1.01%209.11-1.01%2015.164%200a.5.5%200%201%201-.164.986M5.5%2011a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M2%2013.5a3.5%203.5%200%200%201%206.965-.5h2.07a3.5%203.5%200%201%201%200%201h-2.07A3.5%203.5%200%200%201%202%2013.5M14.5%2011a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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