incognito icon
incognito-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- incognito-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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-12M24 18c5.727 0 10.232.506 13.318 1.017c1.543.255 2.732.51 3.54.705a29 29 0 0 1 1.26.333h.001l.001.002a1.25 1.25 0 0 1-.616 2.419l-.124-.033l-.01-.002l-.047-.014l-.204-.058a27 27 0 0 0-.845-.216a48 48 0 0 0-3.363-.67C33.95 20.993 29.58 20.5 24 20.5s-9.949.494-12.911.983c-1.481.245-2.61.49-3.363.67a27 27 0 0 0-1.05.274l-.046.014q-.009.002-.01.001v.001a1.25 1.25 0 1 1-.74-2.386v-.001l.003-.001l.006-.001a8 8 0 0 1 .328-.095c.211-.058.52-.14.925-.237c.808-.195 1.997-.45 3.54-.705C13.768 18.507 18.273 18 24 18m6.442-11a6.25 6.25 0 0 1 5.751 3.803l1.897 4.455l.044.12a1.25 1.25 0 0 1-2.29.974l-.055-.116l-1.895-4.455A3.75 3.75 0 0 0 30.442 9.5H17.555a3.75 3.75 0 0 0-3.331 2.028l-.12.253l-1.895 4.455a1.25 1.25 0 0 1-2.3-.978l1.895-4.455l.095-.214A6.25 6.25 0 0 1 17.555 7z"/></svg>
React
import type { SVGProps } from "react";
export function FluentIncognito48Regular(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-12M24 18c5.727 0 10.232.506 13.318 1.017c1.543.255 2.732.51 3.54.705a29 29 0 0 1 1.26.333h.001l.001.002a1.25 1.25 0 0 1-.616 2.419l-.124-.033l-.01-.002l-.047-.014l-.204-.058a27 27 0 0 0-.845-.216a48 48 0 0 0-3.363-.67C33.95 20.993 29.58 20.5 24 20.5s-9.949.494-12.911.983c-1.481.245-2.61.49-3.363.67a27 27 0 0 0-1.05.274l-.046.014q-.009.002-.01.001v.001a1.25 1.25 0 1 1-.74-2.386v-.001l.003-.001l.006-.001a8 8 0 0 1 .328-.095c.211-.058.52-.14.925-.237c.808-.195 1.997-.45 3.54-.705C13.768 18.507 18.273 18 24 18m6.442-11a6.25 6.25 0 0 1 5.751 3.803l1.897 4.455l.044.12a1.25 1.25 0 0 1-2.29.974l-.055-.116l-1.895-4.455A3.75 3.75 0 0 0 30.442 9.5H17.555a3.75 3.75 0 0 0-3.331 2.028l-.12.253l-1.895 4.455a1.25 1.25 0 0 1-2.3-.978l1.895-4.455l.095-.214A6.25 6.25 0 0 1 17.555 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-12M24 18c5.727 0 10.232.506 13.318 1.017c1.543.255 2.732.51 3.54.705a29 29 0 0 1 1.26.333h.001l.001.002a1.25 1.25 0 0 1-.616 2.419l-.124-.033l-.01-.002l-.047-.014l-.204-.058a27 27 0 0 0-.845-.216a48 48 0 0 0-3.363-.67C33.95 20.993 29.58 20.5 24 20.5s-9.949.494-12.911.983c-1.481.245-2.61.49-3.363.67a27 27 0 0 0-1.05.274l-.046.014q-.009.002-.01.001v.001a1.25 1.25 0 1 1-.74-2.386v-.001l.003-.001l.006-.001a8 8 0 0 1 .328-.095c.211-.058.52-.14.925-.237c.808-.195 1.997-.45 3.54-.705C13.768 18.507 18.273 18 24 18m6.442-11a6.25 6.25 0 0 1 5.751 3.803l1.897 4.455l.044.12a1.25 1.25 0 0 1-2.29.974l-.055-.116l-1.895-4.455A3.75 3.75 0 0 0 30.442 9.5H17.555a3.75 3.75 0 0 0-3.331 2.028l-.12.253l-1.895 4.455a1.25 1.25 0 0 1-2.3-.978l1.895-4.455l.095-.214A6.25 6.25 0 0 1 17.555 7z"/></svg> </template>
CSS
.icon-incognito-48-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%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-12M24%2018c5.727%200%2010.232.506%2013.318%201.017c1.543.255%202.732.51%203.54.705a29%2029%200%200%201%201.26.333h.001l.001.002a1.25%201.25%200%200%201-.616%202.419l-.124-.033l-.01-.002l-.047-.014l-.204-.058a27%2027%200%200%200-.845-.216a48%2048%200%200%200-3.363-.67C33.95%2020.993%2029.58%2020.5%2024%2020.5s-9.949.494-12.911.983c-1.481.245-2.61.49-3.363.67a27%2027%200%200%200-1.05.274l-.046.014q-.009.002-.01.001v.001a1.25%201.25%200%201%201-.74-2.386v-.001l.003-.001l.006-.001a8%208%200%200%201%20.328-.095c.211-.058.52-.14.925-.237c.808-.195%201.997-.45%203.54-.705C13.768%2018.507%2018.273%2018%2024%2018m6.442-11a6.25%206.25%200%200%201%205.751%203.803l1.897%204.455l.044.12a1.25%201.25%200%200%201-2.29.974l-.055-.116l-1.895-4.455A3.75%203.75%200%200%200%2030.442%209.5H17.555a3.75%203.75%200%200%200-3.331%202.028l-.12.253l-1.895%204.455a1.25%201.25%200%200%201-2.3-.978l1.895-4.455l.095-.214A6.25%206.25%200%200%201%2017.555%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-12M24%2018c5.727%200%2010.232.506%2013.318%201.017c1.543.255%202.732.51%203.54.705a29%2029%200%200%201%201.26.333h.001l.001.002a1.25%201.25%200%200%201-.616%202.419l-.124-.033l-.01-.002l-.047-.014l-.204-.058a27%2027%200%200%200-.845-.216a48%2048%200%200%200-3.363-.67C33.95%2020.993%2029.58%2020.5%2024%2020.5s-9.949.494-12.911.983c-1.481.245-2.61.49-3.363.67a27%2027%200%200%200-1.05.274l-.046.014q-.009.002-.01.001v.001a1.25%201.25%200%201%201-.74-2.386v-.001l.003-.001l.006-.001a8%208%200%200%201%20.328-.095c.211-.058.52-.14.925-.237c.808-.195%201.997-.45%203.54-.705C13.768%2018.507%2018.273%2018%2024%2018m6.442-11a6.25%206.25%200%200%201%205.751%203.803l1.897%204.455l.044.12a1.25%201.25%200%200%201-2.29.974l-.055-.116l-1.895-4.455A3.75%203.75%200%200%200%2030.442%209.5H17.555a3.75%203.75%200%200%200-3.331%202.028l-.12.253l-1.895%204.455a1.25%201.25%200%200%201-2.3-.978l1.895-4.455l.095-.214A6.25%206.25%200%200%201%2017.555%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-regular.svg?color=%231a73e8&size=48