Skip to main content
Go back
Share

Incognito

React Code

npm install @mynaui/icons-react
import { Incognito } from "@mynaui/icons-react";

const App = () => {
  return <Incognito />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" 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 0M3 10.412h18m-16-.189.614-2.6c.545-2.31.818-3.466 1.632-4.139.545-.45.81.073 1.601.468 1.004.502 2.177.103 3.186-.39 1.008-.494 2.973-.755 4.036-.393.976.334.983.762 1.391 1.71.733 1.703 1.114 3.54 1.54 5.344M10 17.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m0-1.206.658-.349a2.85 2.85 0 0 1 2.684 0l.658.349'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/incognito.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-incognito"></use>
</svg>