shuffle icon

shuffle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
shuffle-thin
Set
Phosphor
Style
Thin
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="M234.83 181.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L222.34 188h-21.4a68.15 68.15 0 0 1-55.34-28.48l-41.71-58.39A60.11 60.11 0 0 0 55.06 76H32a4 4 0 0 1 0-8h23.06a68.15 68.15 0 0 1 55.34 28.48l41.71 58.39A60.11 60.11 0 0 0 200.94 180h21.4l-17.17-17.17a4 4 0 0 1 5.66-5.66Zm-89.49-77.44a4 4 0 0 0 5.58-.93l1.19-1.67A60.11 60.11 0 0 1 200.94 76h21.4l-17.17 17.17a4 4 0 0 0 5.66 5.66l24-24a4 4 0 0 0 0-5.66l-24-24a4 4 0 0 0-5.66 5.66L222.34 68h-21.4a68.15 68.15 0 0 0-55.34 28.48l-1.19 1.67a4 4 0 0 0 .93 5.58m-34.68 48.54a4 4 0 0 0-5.58.93l-1.19 1.67A60.11 60.11 0 0 1 55.06 180H32a4 4 0 0 0 0 8h23.06a68.15 68.15 0 0 0 55.34-28.48l1.19-1.67a4 4 0 0 0-.93-5.58"/></svg>

React

import type { SVGProps } from "react";

export function PhShuffleThin(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="M234.83 181.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L222.34 188h-21.4a68.15 68.15 0 0 1-55.34-28.48l-41.71-58.39A60.11 60.11 0 0 0 55.06 76H32a4 4 0 0 1 0-8h23.06a68.15 68.15 0 0 1 55.34 28.48l41.71 58.39A60.11 60.11 0 0 0 200.94 180h21.4l-17.17-17.17a4 4 0 0 1 5.66-5.66Zm-89.49-77.44a4 4 0 0 0 5.58-.93l1.19-1.67A60.11 60.11 0 0 1 200.94 76h21.4l-17.17 17.17a4 4 0 0 0 5.66 5.66l24-24a4 4 0 0 0 0-5.66l-24-24a4 4 0 0 0-5.66 5.66L222.34 68h-21.4a68.15 68.15 0 0 0-55.34 28.48l-1.19 1.67a4 4 0 0 0 .93 5.58m-34.68 48.54a4 4 0 0 0-5.58.93l-1.19 1.67A60.11 60.11 0 0 1 55.06 180H32a4 4 0 0 0 0 8h23.06a68.15 68.15 0 0 0 55.34-28.48l1.19-1.67a4 4 0 0 0-.93-5.58"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.83 181.17a4 4 0 0 1 0 5.66l-24 24a4 4 0 0 1-5.66-5.66L222.34 188h-21.4a68.15 68.15 0 0 1-55.34-28.48l-41.71-58.39A60.11 60.11 0 0 0 55.06 76H32a4 4 0 0 1 0-8h23.06a68.15 68.15 0 0 1 55.34 28.48l41.71 58.39A60.11 60.11 0 0 0 200.94 180h21.4l-17.17-17.17a4 4 0 0 1 5.66-5.66Zm-89.49-77.44a4 4 0 0 0 5.58-.93l1.19-1.67A60.11 60.11 0 0 1 200.94 76h21.4l-17.17 17.17a4 4 0 0 0 5.66 5.66l24-24a4 4 0 0 0 0-5.66l-24-24a4 4 0 0 0-5.66 5.66L222.34 68h-21.4a68.15 68.15 0 0 0-55.34 28.48l-1.19 1.67a4 4 0 0 0 .93 5.58m-34.68 48.54a4 4 0 0 0-5.58.93l-1.19 1.67A60.11 60.11 0 0 1 55.06 180H32a4 4 0 0 0 0 8h23.06a68.15 68.15 0 0 0 55.34-28.48l1.19-1.67a4 4 0 0 0-.93-5.58"/></svg>
</template>

CSS

.icon-shuffle-thin {
  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%22M234.83%20181.17a4%204%200%200%201%200%205.66l-24%2024a4%204%200%200%201-5.66-5.66L222.34%20188h-21.4a68.15%2068.15%200%200%201-55.34-28.48l-41.71-58.39A60.11%2060.11%200%200%200%2055.06%2076H32a4%204%200%200%201%200-8h23.06a68.15%2068.15%200%200%201%2055.34%2028.48l41.71%2058.39A60.11%2060.11%200%200%200%20200.94%20180h21.4l-17.17-17.17a4%204%200%200%201%205.66-5.66Zm-89.49-77.44a4%204%200%200%200%205.58-.93l1.19-1.67A60.11%2060.11%200%200%201%20200.94%2076h21.4l-17.17%2017.17a4%204%200%200%200%205.66%205.66l24-24a4%204%200%200%200%200-5.66l-24-24a4%204%200%200%200-5.66%205.66L222.34%2068h-21.4a68.15%2068.15%200%200%200-55.34%2028.48l-1.19%201.67a4%204%200%200%200%20.93%205.58m-34.68%2048.54a4%204%200%200%200-5.58.93l-1.19%201.67A60.11%2060.11%200%200%201%2055.06%20180H32a4%204%200%200%200%200%208h23.06a68.15%2068.15%200%200%200%2055.34-28.48l1.19-1.67a4%204%200%200%200-.93-5.58%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%22M234.83%20181.17a4%204%200%200%201%200%205.66l-24%2024a4%204%200%200%201-5.66-5.66L222.34%20188h-21.4a68.15%2068.15%200%200%201-55.34-28.48l-41.71-58.39A60.11%2060.11%200%200%200%2055.06%2076H32a4%204%200%200%201%200-8h23.06a68.15%2068.15%200%200%201%2055.34%2028.48l41.71%2058.39A60.11%2060.11%200%200%200%20200.94%20180h21.4l-17.17-17.17a4%204%200%200%201%205.66-5.66Zm-89.49-77.44a4%204%200%200%200%205.58-.93l1.19-1.67A60.11%2060.11%200%200%201%20200.94%2076h21.4l-17.17%2017.17a4%204%200%200%200%205.66%205.66l24-24a4%204%200%200%200%200-5.66l-24-24a4%204%200%200%200-5.66%205.66L222.34%2068h-21.4a68.15%2068.15%200%200%200-55.34%2028.48l-1.19%201.67a4%204%200%200%200%20.93%205.58m-34.68%2048.54a4%204%200%200%200-5.58.93l-1.19%201.67A60.11%2060.11%200%200%201%2055.06%20180H32a4%204%200%200%200%200%208h23.06a68.15%2068.15%200%200%200%2055.34-28.48l1.19-1.67a4%204%200%200%200-.93-5.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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