Shuffle Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Shuffle icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/313180.svg" alt="Shuffle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313180.svg" alt="Shuffle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313180.svg" alt="Shuffle icon" :width="24" :height="24" />
CSS background
.icon-shuffle {
background-image: url('https://proicons.com/icon/313180.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M10 19H2v-2h8v2Zm12 0h-8v-2h8v2Zm-10-2h-2v-6h2v6Zm6-10h2v2h2v2h-2v2h-2v2h-2v-4h-4V9h4V5h2v2ZM8 11H2V9h6v2Z"/> </svg>
Shuffle in other icon packs
Copied!