Skip to main content
Go back
Share

Eye Slash

React Code

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

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

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='M2.55 13.406c-.272-.373-.408-.56-.502-.92a2.46 2.46 0 0 1 0-.971c.094-.361.23-.548.502-.92C4.039 8.55 7.303 5 12 5c4.697 0 7.961 3.55 9.45 5.594.272.373.408.56.502.92a2.46 2.46 0 0 1 0 .971c-.094.361-.23.548-.502.92C19.961 15.45 16.697 19 12 19c-4.697 0-7.961-3.55-9.45-5.594'/><path d='M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4m9-11L3 21'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/eye-slash.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-eye-slash"></use>
</svg>