← Go back
Share

Brand Pocket


Usage:

React Code:

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

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

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="M4.8 3h14.4c.477 0 .935.199 1.273.553.337.354.527.835.527 1.336v6.667c0 2.504-.948 4.907-2.636 6.678C16.676 20.005 14.387 21 12 21a8.634 8.634 0 0 1-3.444-.719 8.984 8.984 0 0 1-2.92-2.047C3.948 16.463 3 14.06 3 11.556V4.889c0-.501.19-.982.527-1.336A1.758 1.758 0 0 1 4.8 3"/><path d="m9 10.25 3 3 3-3"/></svg>

SVG CDN:

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