← Go back
Share

Link Two


Usage:

React Code:

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

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

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="M14 15.5h3.4c1.988 0 3.6-1.567 3.6-3.5s-1.612-3.5-3.6-3.5H14m-4 7-3.397-.007c-1.987-.003-3.647-1.426-3.602-3.502.045-2.075 1.606-3.494 3.593-3.491l3.397.007M7.757 12h8.486"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/link-two.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-link-two"></use></svg
      >