Skip to main content
Go back
Share

Shuffle

React Code

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

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

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <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" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-shuffle"></use>
</svg>