← Go back
Share

Fat Arrow Down Right


Usage:

React Code:

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

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

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="M8.068 18.963c-.315.315.062 1.026.519 1.037h9.753c.58 0 .872 0 1.093-.113.196-.1.354-.258.454-.454.113-.221.113-.512.113-1.093V8.587c-.01-.457-.722-.834-1.038-.519l-2.714 2.78a.513.513 0 0 1-.725-.018L8.852 4.16a.513.513 0 0 0-.725-.017L4.142 8.127a.513.513 0 0 0 .017.725l6.671 6.671c.205.205.213.53.017.725z"/></svg>

SVG CDN:

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