← Go back
Share

Label


Usage:

React Code:

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

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

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="m10.98 20.194-7.298-7.298c-.37-.37-.58-.87-.587-1.392L3 4.015A1.002 1.002 0 0 1 4.015 3l7.489.095a2.005 2.005 0 0 1 1.392.587l7.298 7.298c.674.673 1.192 1.959.424 2.727l-6.91 6.91c-.769.769-2.055.25-2.728-.423M8.019 7.552l-.707-.707"/></svg>

SVG CDN:

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