← Go back
Share

Maximize


Usage:

React Code:

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

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

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.01 9.75c.04-2.79.247-4.371 1.308-5.432C5.379 3.258 6.96 3.05 9.75 3.01M3.01 14.26c.04 2.79.247 4.37 1.308 5.432C5.379 20.752 6.96 20.96 9.75 21M21 9.75c-.04-2.79-.247-4.371-1.308-5.432-1.061-1.06-2.643-1.268-5.432-1.308M21 14.26c-.04 2.79-.247 4.37-1.308 5.432-1.061 1.06-2.643 1.268-5.432 1.308"/></svg>

SVG CDN:

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