← Go back
Share

Fat Corner Right Down


Usage:

React Code:

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

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

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.077 3c2.81 2.202 4.406 4.157 4.785 5.866.38 1.709.436 3.336.172 4.88H4L12.214 21 20 13.747h-4.784C15.192 10.89 14.12 8.46 12 6.46S7.239 3.307 4.077 3"/></svg>

SVG CDN:

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