Skip to main content
Go back
Share

Fat Corner Right Up

React Code

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

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

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='M4.077 21c2.81-2.202 4.406-4.157 4.785-5.866.38-1.709.436-3.336.172-4.88H4L12.214 3 20 10.253h-4.784C15.192 13.11 14.12 15.54 12 17.54S7.239 20.693 4.077 21'/>
</svg>

SVG CDN

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