← Go back
Share

Shuffle Alt


Usage:

React Code:

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

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

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="m19 16.765 2 2.117L19 21m0-18 2 2.118-2 2.117"/><path d="M21 5.118h-3.15C14.62 5.118 12 8.199 12 12c0 3.801 2.62 6.882 5.85 6.882H21m-18 0h3.15C9.38 18.882 12 15.801 12 12c0-3.801-2.62-6.882-5.85-6.882H3"/></svg>

SVG CDN:

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