Skip to main content
Go back
Share

Ear Slash

React Code

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

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

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='M7.555 16.46c0 1.68.86 3.04 2.415 3.04 1.556 0 2.819-1.14 3.221-3.04.733-3.451 5.496-4.293 3.628-8.878C14.799 2.622 6.75 3.899 6.75 9.618'/><path d='M9.5 14c.46 0 .921-.29 1.295-.618.572-.5.613-1.351.194-1.985-.407-.619-1.336-1.173-1.156-2.018.595-2.793 4.222-2.41 4.463.383M21 3 3 21'/>
</svg>

SVG CDN

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