shuffle icon

shuffle-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
shuffle-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the shuffle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.24 179.76a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L217.52 190h-16.58a70.16 70.16 0 0 1-57-29.31l-41.71-58.4A58.11 58.11 0 0 0 55.06 78H32a6 6 0 0 1 0-12h23.06a70.16 70.16 0 0 1 57 29.31l41.71 58.4A58.11 58.11 0 0 0 200.94 178h16.58l-13.76-13.76a6 6 0 0 1 8.48-8.48Zm-92.06-74.41a5.9 5.9 0 0 0 3.48 1.12a6 6 0 0 0 4.89-2.51l1.19-1.67A58.11 58.11 0 0 1 200.94 78h16.58l-13.76 13.76a6 6 0 1 0 8.48 8.48l24-24a6 6 0 0 0 0-8.48l-24-24a6 6 0 0 0-8.48 8.48L217.52 66h-16.58a70.16 70.16 0 0 0-57 29.31L142.78 97a6 6 0 0 0 1.4 8.35m-32.36 45.3a6 6 0 0 0-8.37 1.39l-1.19 1.67A58.11 58.11 0 0 1 55.06 178H32a6 6 0 0 0 0 12h23.06a70.16 70.16 0 0 0 57-29.31l1.19-1.67a6 6 0 0 0-1.43-8.37"/></svg>

React

import type { SVGProps } from "react";

export function PhShuffleLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.24 179.76a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L217.52 190h-16.58a70.16 70.16 0 0 1-57-29.31l-41.71-58.4A58.11 58.11 0 0 0 55.06 78H32a6 6 0 0 1 0-12h23.06a70.16 70.16 0 0 1 57 29.31l41.71 58.4A58.11 58.11 0 0 0 200.94 178h16.58l-13.76-13.76a6 6 0 0 1 8.48-8.48Zm-92.06-74.41a5.9 5.9 0 0 0 3.48 1.12a6 6 0 0 0 4.89-2.51l1.19-1.67A58.11 58.11 0 0 1 200.94 78h16.58l-13.76 13.76a6 6 0 1 0 8.48 8.48l24-24a6 6 0 0 0 0-8.48l-24-24a6 6 0 0 0-8.48 8.48L217.52 66h-16.58a70.16 70.16 0 0 0-57 29.31L142.78 97a6 6 0 0 0 1.4 8.35m-32.36 45.3a6 6 0 0 0-8.37 1.39l-1.19 1.67A58.11 58.11 0 0 1 55.06 178H32a6 6 0 0 0 0 12h23.06a70.16 70.16 0 0 0 57-29.31l1.19-1.67a6 6 0 0 0-1.43-8.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236.24 179.76a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L217.52 190h-16.58a70.16 70.16 0 0 1-57-29.31l-41.71-58.4A58.11 58.11 0 0 0 55.06 78H32a6 6 0 0 1 0-12h23.06a70.16 70.16 0 0 1 57 29.31l41.71 58.4A58.11 58.11 0 0 0 200.94 178h16.58l-13.76-13.76a6 6 0 0 1 8.48-8.48Zm-92.06-74.41a5.9 5.9 0 0 0 3.48 1.12a6 6 0 0 0 4.89-2.51l1.19-1.67A58.11 58.11 0 0 1 200.94 78h16.58l-13.76 13.76a6 6 0 1 0 8.48 8.48l24-24a6 6 0 0 0 0-8.48l-24-24a6 6 0 0 0-8.48 8.48L217.52 66h-16.58a70.16 70.16 0 0 0-57 29.31L142.78 97a6 6 0 0 0 1.4 8.35m-32.36 45.3a6 6 0 0 0-8.37 1.39l-1.19 1.67A58.11 58.11 0 0 1 55.06 178H32a6 6 0 0 0 0 12h23.06a70.16 70.16 0 0 0 57-29.31l1.19-1.67a6 6 0 0 0-1.43-8.37"/></svg>
</template>

CSS

.icon-shuffle-light {
  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%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.24%20179.76a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.48-8.48L217.52%20190h-16.58a70.16%2070.16%200%200%201-57-29.31l-41.71-58.4A58.11%2058.11%200%200%200%2055.06%2078H32a6%206%200%200%201%200-12h23.06a70.16%2070.16%200%200%201%2057%2029.31l41.71%2058.4A58.11%2058.11%200%200%200%20200.94%20178h16.58l-13.76-13.76a6%206%200%200%201%208.48-8.48Zm-92.06-74.41a5.9%205.9%200%200%200%203.48%201.12a6%206%200%200%200%204.89-2.51l1.19-1.67A58.11%2058.11%200%200%201%20200.94%2078h16.58l-13.76%2013.76a6%206%200%201%200%208.48%208.48l24-24a6%206%200%200%200%200-8.48l-24-24a6%206%200%200%200-8.48%208.48L217.52%2066h-16.58a70.16%2070.16%200%200%200-57%2029.31L142.78%2097a6%206%200%200%200%201.4%208.35m-32.36%2045.3a6%206%200%200%200-8.37%201.39l-1.19%201.67A58.11%2058.11%200%200%201%2055.06%20178H32a6%206%200%200%200%200%2012h23.06a70.16%2070.16%200%200%200%2057-29.31l1.19-1.67a6%206%200%200%200-1.43-8.37%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%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.24%20179.76a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.48-8.48L217.52%20190h-16.58a70.16%2070.16%200%200%201-57-29.31l-41.71-58.4A58.11%2058.11%200%200%200%2055.06%2078H32a6%206%200%200%201%200-12h23.06a70.16%2070.16%200%200%201%2057%2029.31l41.71%2058.4A58.11%2058.11%200%200%200%20200.94%20178h16.58l-13.76-13.76a6%206%200%200%201%208.48-8.48Zm-92.06-74.41a5.9%205.9%200%200%200%203.48%201.12a6%206%200%200%200%204.89-2.51l1.19-1.67A58.11%2058.11%200%200%201%20200.94%2078h16.58l-13.76%2013.76a6%206%200%201%200%208.48%208.48l24-24a6%206%200%200%200%200-8.48l-24-24a6%206%200%200%200-8.48%208.48L217.52%2066h-16.58a70.16%2070.16%200%200%200-57%2029.31L142.78%2097a6%206%200%200%200%201.4%208.35m-32.36%2045.3a6%206%200%200%200-8.37%201.39l-1.19%201.67A58.11%2058.11%200%200%201%2055.06%20178H32a6%206%200%200%200%200%2012h23.06a70.16%2070.16%200%200%200%2057-29.31l1.19-1.67a6%206%200%200%200-1.43-8.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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