incognito off icon
incognito-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- incognito-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- anonymous-off, spy-off
Related icons in Material Design Icons
Use the incognito off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l5.2 5.2L6 9h1.11l1.5 1.5H2V12h8.11l3.39 3.37c-.12.24-.2.48-.26.73c-.95-.41-1.83-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68c.34-.24 1.23-.69 2.32.02c.18 2.05 1.84 3.66 3.9 3.66c.6 0 1.16-.14 1.66-.39l2.12 2.12zm-15.17-1.6c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86c0-.26.04-.5.11-.75l3.48 3.48c-.25.08-.5.13-.78.13M22 12h-6.8l-1.5-1.5H22zm-4.94 1c2.17 0 3.94 1.79 3.94 4c0 .25-.03.5-.07.73l-1.09-1.09a2.825 2.825 0 0 0-2.46-2.47l-1.09-1.08c.25-.06.51-.09.77-.09M12.2 9L7.72 4.5l.71-1.82c.2-.51.76-.79 1.29-.64l.05.01l2.23.74l2.22-.74c.53-.17 1.1.09 1.32.58l.02.05L18 9z"/></svg>
React
import type { SVGProps } from "react";
export function MdiIncognitoOff(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="M22.11 21.46L2.39 1.73L1.11 3l5.2 5.2L6 9h1.11l1.5 1.5H2V12h8.11l3.39 3.37c-.12.24-.2.48-.26.73c-.95-.41-1.83-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68c.34-.24 1.23-.69 2.32.02c.18 2.05 1.84 3.66 3.9 3.66c.6 0 1.16-.14 1.66-.39l2.12 2.12zm-15.17-1.6c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86c0-.26.04-.5.11-.75l3.48 3.48c-.25.08-.5.13-.78.13M22 12h-6.8l-1.5-1.5H22zm-4.94 1c2.17 0 3.94 1.79 3.94 4c0 .25-.03.5-.07.73l-1.09-1.09a2.825 2.825 0 0 0-2.46-2.47l-1.09-1.08c.25-.06.51-.09.77-.09M12.2 9L7.72 4.5l.71-1.82c.2-.51.76-.79 1.29-.64l.05.01l2.23.74l2.22-.74c.53-.17 1.1.09 1.32.58l.02.05L18 9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l5.2 5.2L6 9h1.11l1.5 1.5H2V12h8.11l3.39 3.37c-.12.24-.2.48-.26.73c-.95-.41-1.83-.3-2.48-.01C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17s1.77 4 3.94 4c2.06 0 3.74-1.62 3.9-3.68c.34-.24 1.23-.69 2.32.02c.18 2.05 1.84 3.66 3.9 3.66c.6 0 1.16-.14 1.66-.39l2.12 2.12zm-15.17-1.6c-1.56 0-2.81-1.28-2.81-2.86s1.26-2.86 2.81-2.86c1.56 0 2.81 1.28 2.81 2.86s-1.25 2.86-2.81 2.86m10.12 0c-1.56 0-2.81-1.28-2.81-2.86c0-.26.04-.5.11-.75l3.48 3.48c-.25.08-.5.13-.78.13M22 12h-6.8l-1.5-1.5H22zm-4.94 1c2.17 0 3.94 1.79 3.94 4c0 .25-.03.5-.07.73l-1.09-1.09a2.825 2.825 0 0 0-2.46-2.47l-1.09-1.08c.25-.06.51-.09.77-.09M12.2 9L7.72 4.5l.71-1.82c.2-.51.76-.79 1.29-.64l.05.01l2.23.74l2.22-.74c.53-.17 1.1.09 1.32.58l.02.05L18 9z"/></svg> </template>
CSS
.icon-incognito-off {
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%22M22.11%2021.46L2.39%201.73L1.11%203l5.2%205.2L6%209h1.11l1.5%201.5H2V12h8.11l3.39%203.37c-.12.24-.2.48-.26.73c-.95-.41-1.83-.3-2.48-.01C10.35%2014.31%208.79%2013%206.94%2013C4.77%2013%203%2014.79%203%2017s1.77%204%203.94%204c2.06%200%203.74-1.62%203.9-3.68c.34-.24%201.23-.69%202.32.02c.18%202.05%201.84%203.66%203.9%203.66c.6%200%201.16-.14%201.66-.39l2.12%202.12zm-15.17-1.6c-1.56%200-2.81-1.28-2.81-2.86s1.26-2.86%202.81-2.86c1.56%200%202.81%201.28%202.81%202.86s-1.25%202.86-2.81%202.86m10.12%200c-1.56%200-2.81-1.28-2.81-2.86c0-.26.04-.5.11-.75l3.48%203.48c-.25.08-.5.13-.78.13M22%2012h-6.8l-1.5-1.5H22zm-4.94%201c2.17%200%203.94%201.79%203.94%204c0%20.25-.03.5-.07.73l-1.09-1.09a2.825%202.825%200%200%200-2.46-2.47l-1.09-1.08c.25-.06.51-.09.77-.09M12.2%209L7.72%204.5l.71-1.82c.2-.51.76-.79%201.29-.64l.05.01l2.23.74l2.22-.74c.53-.17%201.1.09%201.32.58l.02.05L18%209z%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%22M22.11%2021.46L2.39%201.73L1.11%203l5.2%205.2L6%209h1.11l1.5%201.5H2V12h8.11l3.39%203.37c-.12.24-.2.48-.26.73c-.95-.41-1.83-.3-2.48-.01C10.35%2014.31%208.79%2013%206.94%2013C4.77%2013%203%2014.79%203%2017s1.77%204%203.94%204c2.06%200%203.74-1.62%203.9-3.68c.34-.24%201.23-.69%202.32.02c.18%202.05%201.84%203.66%203.9%203.66c.6%200%201.16-.14%201.66-.39l2.12%202.12zm-15.17-1.6c-1.56%200-2.81-1.28-2.81-2.86s1.26-2.86%202.81-2.86c1.56%200%202.81%201.28%202.81%202.86s-1.25%202.86-2.81%202.86m10.12%200c-1.56%200-2.81-1.28-2.81-2.86c0-.26.04-.5.11-.75l3.48%203.48c-.25.08-.5.13-.78.13M22%2012h-6.8l-1.5-1.5H22zm-4.94%201c2.17%200%203.94%201.79%203.94%204c0%20.25-.03.5-.07.73l-1.09-1.09a2.825%202.825%200%200%200-2.46-2.47l-1.09-1.08c.25-.06.51-.09.77-.09M12.2%209L7.72%204.5l.71-1.82c.2-.51.76-.79%201.29-.64l.05.01l2.23.74l2.22-.74c.53-.17%201.1.09%201.32.58l.02.05L18%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/incognito-off.svg?color=%231a73e8&size=48