← Go back
Share

Search Slash


Usage:

React Code:

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

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

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M16.893 16.92a7.57 7.57 0 0 0 2.191-5.339 7.566 7.566 0 0 0-1.779-4.886m-.412 10.225a7.52 7.52 0 0 1-5.365 2.242 7.51 7.51 0 0 1-4.889-1.801m10.254-.441 3.08 3.08M17.305 6.695 21 3m-3.695 3.695L6.64 17.36M3 21l3.639-3.639m-1.904-2.458a7.572 7.572 0 0 1-.762-3.322C3.973 7.394 7.356 4 11.528 4a7.51 7.51 0 0 1 3.293.756"/></svg>

SVG CDN:

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

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-search-slash"></use></svg
      >