Envelope
Usage:
React Code:
npm install @mynaui/icons-react
import { Envelope } from "@mynaui/icons-react";
const App = () => {
return <Envelope />;
};
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 12c0-3.771 0-5.657 1.464-6.828C4.93 4 7.286 4 12 4c4.714 0 7.071 0 8.535 1.172C22 6.343 22 8.229 22 12c0 3.771 0 5.657-1.465 6.828C19.072 20 16.714 20 12 20s-7.071 0-8.536-1.172C2 17.657 2 15.771 2 12Z"/><path d="M20.667 5.31 15.84 9.8c-1.836 1.53-2.755 2.295-3.841 2.295-1.086 0-2.004-.765-3.841-2.296L3.333 5.31"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/envelope.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"></use></svg
>