incognito icon
incognito-duotone from Reicon by REICON · Duotone · Security · MIT Free for personal and commercial use.
- Name
- incognito-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M21 16.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill-rule="evenodd" d="M1.25 10A.75.75 0 0 1 2 9.25h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="m4.188 9.25l.426-1.705c.545-2.183.818-3.274 1.632-3.91C7.06 3 8.185 3 10.435 3h3.13c2.25 0 3.375 0 4.189.635c.814.636 1.086 1.727 1.632 3.91l.427 1.705z" opacity=".5"/><path d="M10 16.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M9.884 17.397a3.5 3.5 0 0 0 .025-1.69l.414-.207a3.75 3.75 0 0 1 3.354 0l.413.206a3.5 3.5 0 0 0 .026 1.69l-1.11-.555a2.25 2.25 0 0 0-2.012 0z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconIncognitoDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 16.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fillRule="evenodd" d="M1.25 10A.75.75 0 0 1 2 9.25h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clipRule="evenodd"/><path d="m4.188 9.25l.426-1.705c.545-2.183.818-3.274 1.632-3.91C7.06 3 8.185 3 10.435 3h3.13c2.25 0 3.375 0 4.189.635c.814.636 1.086 1.727 1.632 3.91l.427 1.705z" opacity=".5"/><path d="M10 16.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M9.884 17.397a3.5 3.5 0 0 0 .025-1.69l.414-.207a3.75 3.75 0 0 1 3.354 0l.413.206a3.5 3.5 0 0 0 .026 1.69l-1.11-.555a2.25 2.25 0 0 0-2.012 0z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 16.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill-rule="evenodd" d="M1.25 10A.75.75 0 0 1 2 9.25h20a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="m4.188 9.25l.426-1.705c.545-2.183.818-3.274 1.632-3.91C7.06 3 8.185 3 10.435 3h3.13c2.25 0 3.375 0 4.189.635c.814.636 1.086 1.727 1.632 3.91l.427 1.705z" opacity=".5"/><path d="M10 16.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M9.884 17.397a3.5 3.5 0 0 0 .025-1.69l.414-.207a3.75 3.75 0 0 1 3.354 0l.413.206a3.5 3.5 0 0 0 .026 1.69l-1.11-.555a2.25 2.25 0 0 0-2.012 0z" opacity=".5"/></g></svg> </template>
CSS
.icon-incognito-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21%2016.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2010A.75.75%200%200%201%202%209.25h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m4.188%209.25l.426-1.705c.545-2.183.818-3.274%201.632-3.91C7.06%203%208.185%203%2010.435%203h3.13c2.25%200%203.375%200%204.189.635c.814.636%201.086%201.727%201.632%203.91l.427%201.705z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2016.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M9.884%2017.397a3.5%203.5%200%200%200%20.025-1.69l.414-.207a3.75%203.75%200%200%201%203.354%200l.413.206a3.5%203.5%200%200%200%20.026%201.69l-1.11-.555a2.25%202.25%200%200%200-2.012%200z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21%2016.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2010A.75.75%200%200%201%202%209.25h20a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m4.188%209.25l.426-1.705c.545-2.183.818-3.274%201.632-3.91C7.06%203%208.185%203%2010.435%203h3.13c2.25%200%203.375%200%204.189.635c.814.636%201.086%201.727%201.632%203.91l.427%201.705z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2016.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M9.884%2017.397a3.5%203.5%200%200%200%20.025-1.69l.414-.207a3.75%203.75%200%200%201%203.354%200l.413.206a3.5%203.5%200%200%200%20.026%201.69l-1.11-.555a2.25%202.25%200%200%200-2.012%200z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/incognito-duotone.svg?color=%231a73e8&size=48