shuffle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
shuffle
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the shuffle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M19.548 4.837L16.875 7.51a1 1 0 0 1-1.415-1.414L16.556 5H15.1a5.22 5.22 0 0 0-5.089 4.058A5.264 5.264 0 0 0 15.105 13h1.502l-1.147-1.147a1 1 0 0 1 1.415-1.414l2.828 2.828a1 1 0 0 1 .282.562a1.01 1.01 0 0 1-.437 1.008l-2.673 2.673a1 1 0 0 1-1.415-1.414L16.556 15h-1.451a7.26 7.26 0 0 1-6.114-3.34A7.22 7.22 0 0 1 2.901 15H1a1 1 0 0 1 0-2h1.901a5.22 5.22 0 0 0 5.06-3.936A5.26 5.26 0 0 0 2.836 5H1a1 1 0 1 1 0-2h1.836a7.26 7.26 0 0 1 6.143 3.387A7.22 7.22 0 0 1 15.1 3h1.508L15.46 1.853A1 1 0 1 1 16.875.439l2.828 2.828a1 1 0 0 1 .282.562a1.01 1.01 0 0 1-.437 1.008"/></svg>

React

import type { SVGProps } from "react";

export function JamShuffle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M19.548 4.837L16.875 7.51a1 1 0 0 1-1.415-1.414L16.556 5H15.1a5.22 5.22 0 0 0-5.089 4.058A5.264 5.264 0 0 0 15.105 13h1.502l-1.147-1.147a1 1 0 0 1 1.415-1.414l2.828 2.828a1 1 0 0 1 .282.562a1.01 1.01 0 0 1-.437 1.008l-2.673 2.673a1 1 0 0 1-1.415-1.414L16.556 15h-1.451a7.26 7.26 0 0 1-6.114-3.34A7.22 7.22 0 0 1 2.901 15H1a1 1 0 0 1 0-2h1.901a5.22 5.22 0 0 0 5.06-3.936A5.26 5.26 0 0 0 2.836 5H1a1 1 0 1 1 0-2h1.836a7.26 7.26 0 0 1 6.143 3.387A7.22 7.22 0 0 1 15.1 3h1.508L15.46 1.853A1 1 0 1 1 16.875.439l2.828 2.828a1 1 0 0 1 .282.562a1.01 1.01 0 0 1-.437 1.008"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M19.548 4.837L16.875 7.51a1 1 0 0 1-1.415-1.414L16.556 5H15.1a5.22 5.22 0 0 0-5.089 4.058A5.264 5.264 0 0 0 15.105 13h1.502l-1.147-1.147a1 1 0 0 1 1.415-1.414l2.828 2.828a1 1 0 0 1 .282.562a1.01 1.01 0 0 1-.437 1.008l-2.673 2.673a1 1 0 0 1-1.415-1.414L16.556 15h-1.451a7.26 7.26 0 0 1-6.114-3.34A7.22 7.22 0 0 1 2.901 15H1a1 1 0 0 1 0-2h1.901a5.22 5.22 0 0 0 5.06-3.936A5.26 5.26 0 0 0 2.836 5H1a1 1 0 1 1 0-2h1.836a7.26 7.26 0 0 1 6.143 3.387A7.22 7.22 0 0 1 15.1 3h1.508L15.46 1.853A1 1 0 1 1 16.875.439l2.828 2.828a1 1 0 0 1 .282.562a1.01 1.01 0 0 1-.437 1.008"/></svg>
</template>

CSS

.icon-shuffle {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.548%204.837L16.875%207.51a1%201%200%200%201-1.415-1.414L16.556%205H15.1a5.22%205.22%200%200%200-5.089%204.058A5.264%205.264%200%200%200%2015.105%2013h1.502l-1.147-1.147a1%201%200%200%201%201.415-1.414l2.828%202.828a1%201%200%200%201%20.282.562a1.01%201.01%200%200%201-.437%201.008l-2.673%202.673a1%201%200%200%201-1.415-1.414L16.556%2015h-1.451a7.26%207.26%200%200%201-6.114-3.34A7.22%207.22%200%200%201%202.901%2015H1a1%201%200%200%201%200-2h1.901a5.22%205.22%200%200%200%205.06-3.936A5.26%205.26%200%200%200%202.836%205H1a1%201%200%201%201%200-2h1.836a7.26%207.26%200%200%201%206.143%203.387A7.22%207.22%200%200%201%2015.1%203h1.508L15.46%201.853A1%201%200%201%201%2016.875.439l2.828%202.828a1%201%200%200%201%20.282.562a1.01%201.01%200%200%201-.437%201.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.548%204.837L16.875%207.51a1%201%200%200%201-1.415-1.414L16.556%205H15.1a5.22%205.22%200%200%200-5.089%204.058A5.264%205.264%200%200%200%2015.105%2013h1.502l-1.147-1.147a1%201%200%200%201%201.415-1.414l2.828%202.828a1%201%200%200%201%20.282.562a1.01%201.01%200%200%201-.437%201.008l-2.673%202.673a1%201%200%200%201-1.415-1.414L16.556%2015h-1.451a7.26%207.26%200%200%201-6.114-3.34A7.22%207.22%200%200%201%202.901%2015H1a1%201%200%200%201%200-2h1.901a5.22%205.22%200%200%200%205.06-3.936A5.26%205.26%200%200%200%202.836%205H1a1%201%200%201%201%200-2h1.836a7.26%207.26%200%200%201%206.143%203.387A7.22%207.22%200%200%201%2015.1%203h1.508L15.46%201.853A1%201%200%201%201%2016.875.439l2.828%202.828a1%201%200%200%201%20.282.562a1.01%201.01%200%200%201-.437%201.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/shuffle.svg?color=%231a73e8&size=48