incognito icon
incognito from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.
- Name
- incognito
- Set
- Reicon
- Style
- Outline
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All incognito icons →More security icons from Reicon
Use the incognito icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.388 3.25h3.224c1.085 0 1.966 0 2.675.085c.74.088 1.374.276 1.928.71c.555.432.892 1.002 1.157 1.698c.254.667.467 1.522.73 2.574l.484 1.933H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h1.414l.484-1.933c.263-1.052.476-1.907.73-2.574c.266-.696.602-1.266 1.157-1.699c.554-.433 1.189-.62 1.928-.71c.709-.084 1.59-.084 2.675-.084m-5.427 7h14.078l-.38-1.523c-.278-1.11-.47-1.877-.69-2.45c-.21-.555-.418-.848-.677-1.05s-.594-.332-1.183-.403c-.61-.073-1.4-.074-2.544-.074h-3.13c-1.144 0-1.935.001-2.544.074c-.59.07-.924.2-1.183.403c-.26.202-.466.495-.678 1.05c-.218.573-.411 1.34-.689 2.45zm1.539 4.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M2.25 17.5a4.25 4.25 0 0 1 8.35-1.125a3.75 3.75 0 0 1 2.8 0a4.252 4.252 0 0 1 8.35 1.125a4.25 4.25 0 0 1-8.474.477l-.27-.135a2.25 2.25 0 0 0-2.012 0l-.27.135A4.25 4.25 0 0 1 2.25 17.5m15.25-2.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconIncognito(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" fillRule="evenodd" d="M10.388 3.25h3.224c1.085 0 1.966 0 2.675.085c.74.088 1.374.276 1.928.71c.555.432.892 1.002 1.157 1.698c.254.667.467 1.522.73 2.574l.484 1.933H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h1.414l.484-1.933c.263-1.052.476-1.907.73-2.574c.266-.696.602-1.266 1.157-1.699c.554-.433 1.189-.62 1.928-.71c.709-.084 1.59-.084 2.675-.084m-5.427 7h14.078l-.38-1.523c-.278-1.11-.47-1.877-.69-2.45c-.21-.555-.418-.848-.677-1.05s-.594-.332-1.183-.403c-.61-.073-1.4-.074-2.544-.074h-3.13c-1.144 0-1.935.001-2.544.074c-.59.07-.924.2-1.183.403c-.26.202-.466.495-.678 1.05c-.218.573-.411 1.34-.689 2.45zm1.539 4.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M2.25 17.5a4.25 4.25 0 0 1 8.35-1.125a3.75 3.75 0 0 1 2.8 0a4.252 4.252 0 0 1 8.35 1.125a4.25 4.25 0 0 1-8.474.477l-.27-.135a2.25 2.25 0 0 0-2.012 0l-.27.135A4.25 4.25 0 0 1 2.25 17.5m15.25-2.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.388 3.25h3.224c1.085 0 1.966 0 2.675.085c.74.088 1.374.276 1.928.71c.555.432.892 1.002 1.157 1.698c.254.667.467 1.522.73 2.574l.484 1.933H22a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h1.414l.484-1.933c.263-1.052.476-1.907.73-2.574c.266-.696.602-1.266 1.157-1.699c.554-.433 1.189-.62 1.928-.71c.709-.084 1.59-.084 2.675-.084m-5.427 7h14.078l-.38-1.523c-.278-1.11-.47-1.877-.69-2.45c-.21-.555-.418-.848-.677-1.05s-.594-.332-1.183-.403c-.61-.073-1.4-.074-2.544-.074h-3.13c-1.144 0-1.935.001-2.544.074c-.59.07-.924.2-1.183.403c-.26.202-.466.495-.678 1.05c-.218.573-.411 1.34-.689 2.45zm1.539 4.5a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M2.25 17.5a4.25 4.25 0 0 1 8.35-1.125a3.75 3.75 0 0 1 2.8 0a4.252 4.252 0 0 1 8.35 1.125a4.25 4.25 0 0 1-8.474.477l-.27-.135a2.25 2.25 0 0 0-2.012 0l-.27.135A4.25 4.25 0 0 1 2.25 17.5m15.25-2.75a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-incognito {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.388%203.25h3.224c1.085%200%201.966%200%202.675.085c.74.088%201.374.276%201.928.71c.555.432.892%201.002%201.157%201.698c.254.667.467%201.522.73%202.574l.484%201.933H22a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h1.414l.484-1.933c.263-1.052.476-1.907.73-2.574c.266-.696.602-1.266%201.157-1.699c.554-.433%201.189-.62%201.928-.71c.709-.084%201.59-.084%202.675-.084m-5.427%207h14.078l-.38-1.523c-.278-1.11-.47-1.877-.69-2.45c-.21-.555-.418-.848-.677-1.05s-.594-.332-1.183-.403c-.61-.073-1.4-.074-2.544-.074h-3.13c-1.144%200-1.935.001-2.544.074c-.59.07-.924.2-1.183.403c-.26.202-.466.495-.678%201.05c-.218.573-.411%201.34-.689%202.45zm1.539%204.5a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5M2.25%2017.5a4.25%204.25%200%200%201%208.35-1.125a3.75%203.75%200%200%201%202.8%200a4.252%204.252%200%200%201%208.35%201.125a4.25%204.25%200%200%201-8.474.477l-.27-.135a2.25%202.25%200%200%200-2.012%200l-.27.135A4.25%204.25%200%200%201%202.25%2017.5m15.25-2.75a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.388%203.25h3.224c1.085%200%201.966%200%202.675.085c.74.088%201.374.276%201.928.71c.555.432.892%201.002%201.157%201.698c.254.667.467%201.522.73%202.574l.484%201.933H22a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h1.414l.484-1.933c.263-1.052.476-1.907.73-2.574c.266-.696.602-1.266%201.157-1.699c.554-.433%201.189-.62%201.928-.71c.709-.084%201.59-.084%202.675-.084m-5.427%207h14.078l-.38-1.523c-.278-1.11-.47-1.877-.69-2.45c-.21-.555-.418-.848-.677-1.05s-.594-.332-1.183-.403c-.61-.073-1.4-.074-2.544-.074h-3.13c-1.144%200-1.935.001-2.544.074c-.59.07-.924.2-1.183.403c-.26.202-.466.495-.678%201.05c-.218.573-.411%201.34-.689%202.45zm1.539%204.5a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5M2.25%2017.5a4.25%204.25%200%200%201%208.35-1.125a3.75%203.75%200%200%201%202.8%200a4.252%204.252%200%200%201%208.35%201.125a4.25%204.25%200%200%201-8.474.477l-.27-.135a2.25%202.25%200%200%200-2.012%200l-.27.135A4.25%204.25%200%200%201%202.25%2017.5m15.25-2.75a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/incognito.svg?color=%231a73e8&size=48