← Go back
Share

Camera


Usage:

React Code:

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

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

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="M20.52 20.414c.308-.375.48-.884.48-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5h-8.981C8.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.021V19c0 .53.172 1.04.48 1.414.306.375.722.586 1.156.586h14.728c.434 0 .85-.21 1.157-.586M16 3h3"/><path d="M13.5 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8"/></svg>

SVG CDN:

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