← Go back
Share

Brightness High


Usage:

React Code:

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

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

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="M3 12h3M5 5l2.121 2.121M19 5l-2.121 2.121M5 19l2.121-2.121M19 19l-2.121-2.121M12 3v3m0 15v-3m6-6h3m-6 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/></svg>

SVG CDN:

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