Skip to main content
Go back
Share

Shuffle Alt

React Code

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

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

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='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" 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-alt"></use>
</svg>