Skip to main content
Go back
Share

Brightness Low

React Code

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

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

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='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" 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-brightness-low"></use>
</svg>