← Go back
Share

Camera Slash


Usage:

React Code:

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

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

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 3h1.5M3 21l.528-.528M21 3l-2 2M3.528 20.472c.302.339.697.528 1.108.528h14.728c.434 0 .85-.21 1.157-.586.307-.375.479-.884.479-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5H19M3.528 20.472l6.184-6.184m0 0A4.002 4.002 0 0 0 17.5 13a4.002 4.002 0 0 0-2.712-3.788m-5.076 5.076 5.076-5.076m0 0L19 5m-4.308 0h-4.309C8.659 5 8.325 3.269 6.827 3.026 6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021v9.734"/></svg>

SVG CDN:

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