incognito icon
incognito from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- incognito
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI 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 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 17.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M3 10.412h18m-16-.189l.614-2.6c.545-2.31.818-3.466 1.632-4.139c.545-.45.81.073 1.601.468c1.004.502 2.177.103 3.186-.39c1.008-.494 2.973-.755 4.036-.393c.976.334.983.762 1.391 1.71c.733 1.703 1.114 3.54 1.54 5.344M10 17.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m0-1.206l.658-.349a2.85 2.85 0 0 1 2.684 0l.658.349"/></svg>
React
import type { SVGProps } from "react";
export function MynauiIncognito(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21 17.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M3 10.412h18m-16-.189l.614-2.6c.545-2.31.818-3.466 1.632-4.139c.545-.45.81.073 1.601.468c1.004.502 2.177.103 3.186-.39c1.008-.494 2.973-.755 4.036-.393c.976.334.983.762 1.391 1.71c.733 1.703 1.114 3.54 1.54 5.344M10 17.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m0-1.206l.658-.349a2.85 2.85 0 0 1 2.684 0l.658.349"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 17.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M3 10.412h18m-16-.189l.614-2.6c.545-2.31.818-3.466 1.632-4.139c.545-.45.81.073 1.601.468c1.004.502 2.177.103 3.186-.39c1.008-.494 2.973-.755 4.036-.393c.976.334.983.762 1.391 1.71c.733 1.703 1.114 3.54 1.54 5.344M10 17.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m0-1.206l.658-.349a2.85 2.85 0 0 1 2.684 0l.658.349"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%2017.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M3%2010.412h18m-16-.189l.614-2.6c.545-2.31.818-3.466%201.632-4.139c.545-.45.81.073%201.601.468c1.004.502%202.177.103%203.186-.39c1.008-.494%202.973-.755%204.036-.393c.976.334.983.762%201.391%201.71c.733%201.703%201.114%203.54%201.54%205.344M10%2017.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m0-1.206l.658-.349a2.85%202.85%200%200%201%202.684%200l.658.349%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%2017.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M3%2010.412h18m-16-.189l.614-2.6c.545-2.31.818-3.466%201.632-4.139c.545-.45.81.073%201.601.468c1.004.502%202.177.103%203.186-.39c1.008-.494%202.973-.755%204.036-.393c.976.334.983.762%201.391%201.71c.733%201.703%201.114%203.54%201.54%205.344M10%2017.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m0-1.206l.658-.349a2.85%202.85%200%200%201%202.684%200l.658.349%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/incognito.svg?color=%231a73e8&size=48