Skip to main content
Go back
Share

Exclude

React Code

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

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

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='M8.4 15.6H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h6.6a3 3 0 0 1 3 3v2.4m-7.2 7.2V18a3 3 0 0 0 3 3H18a3 3 0 0 0 3-3v-6.6a3 3 0 0 0-3-3h-2.4m-7.2 7.2v-1.8m0 1.8h1.8m5.4-7.2h-1.8m1.8 0v1.8m-7.2 0a1.8 1.8 0 0 1 1.8-1.8m5.4 5.4a1.8 1.8 0 0 1-1.8 1.8'/>
</svg>

SVG CDN

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