← Go back
Share

Brightness Low


Usage:

React Code:

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

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

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="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0M3 12h1m1-7 .707.707M19 5l-.707.707M5 19l.707-.707M19 19l-.707-.707M12 3v1m0 17v-1m8-8h1"/></svg>

SVG CDN:

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