← Go back
Share

Code


Usage:

React Code:

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

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

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="m17.09 7.974.23.23c1.789 1.79 2.683 2.684 2.683 3.796 0 1.112-.894 2.007-2.683 3.796l-.23.23M13.876 5l-3.751 14M6.91 7.974l-.23.23C4.892 9.994 3.997 10.888 3.997 12c0 1.112.895 2.007 2.685 3.796l.23.23"/></svg>

SVG CDN:

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