← Go back
Share

Fat Corner Up Left


Usage:

React Code:

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

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

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="M21 19.923c-2.202-2.81-4.157-4.406-5.866-4.785-1.709-.38-3.336-.436-4.88-.172V20L3 11.786 10.253 4v4.784C13.11 8.808 15.54 9.88 17.54 12s3.154 4.761 3.461 7.923"/></svg>

SVG CDN:

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