← Go back
Share

Math


Usage:

React Code:

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

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

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="M14 16h7m-7 4h7m-17.329.578 5.657-5.656m-5.657-.001 5.657 5.657M14 6.5h7m-18 0h7M6.5 3v7"/></svg>

SVG CDN:

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