Incognito icon in outline, twotone, bold and bulk. Free in all four styles, for auth, passwords, permissions, privacy, scanning. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconIncognito } from "@devigner-ui/icons";
<IconIncognito className="size-6" />
<script setup>
import { IconIncognito } from "@devigner-ui/icons-vue";
</script>
<template>
<IconIncognito class="size-6" />
</template>
<script>
import { IconIncognito } from "@devigner-ui/icons-svelte";
</script>
<IconIncognito class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 17.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0" stroke="currentColor" stroke-width="1.5"></path><path d="M2 11h20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m4 11 .61-2.45c.55-2.19.82-3.28 1.64-3.91S8.18 4 10.43 4h3.14c2.25 0 3.37 0 4.18.64.82.63 1.09 1.72 1.64 3.9L20 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10 17.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m10 17.5.66-.33a3 3 0 0 1 2.68 0l.66.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>