Skip to main content
Go back
Share

Fat Corner Up Right

React Code

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

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

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M3 19.923c2.202-2.81 4.157-4.406 5.866-4.785 1.709-.38 3.336-.436 4.88-.172V20L21 11.786 13.747 4v4.784C10.89 8.808 8.46 9.88 6.46 12S3.307 16.761 3 19.923'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/fat-corner-up-right.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-fat-corner-up-right"></use>
</svg>