← Go back
Share

Ruler


Usage:

React Code:

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

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

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="m5.914 12 2.282 2.283m.76-5.326 2.283 2.282M12 5.914l2.283 2.282m-9.74 5.174 8.826-8.826c.853-.852 1.28-1.278 1.77-1.438.433-.14.898-.14 1.33 0 .491.16.917.586 1.768 1.437l1.22 1.219c.852.852 1.278 1.28 1.438 1.77.14.433.14.897 0 1.33-.16.49-.586.917-1.438 1.77l-8.826 8.826c-.853.852-1.28 1.278-1.77 1.438-.433.14-.897.14-1.33 0-.49-.16-.918-.586-1.77-1.439l-1.22-1.218c-.85-.852-1.276-1.277-1.436-1.769a2.152 2.152 0 0 1 0-1.33c.16-.49.586-.917 1.438-1.77"/></svg>

SVG CDN:

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