← Go back
Share

Shuffle


Usage:

React Code:

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

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

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="M15.5 4h4.412v4.444M4 20 19 5m1 10.5V20h-4.5M14 14l5.294 5.333M4 4l6 6"/></svg>

SVG CDN:

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