← Go back
Share

Envelope Open


Usage:

React Code:

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

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

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="M2.36 7.708v6.989c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.31c.642.328 1.482.328 3.162.328h9.68c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311c.327-.642.327-1.482.327-3.162V7.708m-19.28 0 7.308-4.062c.851-.473 1.277-.71 1.727-.802a3 3 0 0 1 1.21 0c.45.093.876.33 1.727.802l7.308 4.062m-19.28 0 6.978 4.655c.962.641 1.442.962 1.963 1.087.46.11.939.11 1.398 0 .52-.125 1.002-.446 1.965-1.088l6.976-4.654"/></svg>

SVG CDN:

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