shuffle-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
shuffle-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the shuffle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9.31a1 1 0 0 0 1 1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4.3a1 1 0 0 0-1 1a1 1 0 0 0 1 1h1.89L12 10.59L6.16 4.76a1 1 0 0 0-1.41 1.41L10.58 12l-6.29 6.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L18 7.42Z"/><path fill="currentColor" d="M19 13.68a1 1 0 0 0-1 1v1.91l-2.78-2.79a1 1 0 0 0-1.42 1.42L16.57 18h-1.88a1 1 0 0 0 0 2H19a1 1 0 0 0 1-1.11v-4.21a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function EvaShuffleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9.31a1 1 0 0 0 1 1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4.3a1 1 0 0 0-1 1a1 1 0 0 0 1 1h1.89L12 10.59L6.16 4.76a1 1 0 0 0-1.41 1.41L10.58 12l-6.29 6.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L18 7.42Z"/><path fill="currentColor" d="M19 13.68a1 1 0 0 0-1 1v1.91l-2.78-2.79a1 1 0 0 0-1.42 1.42L16.57 18h-1.88a1 1 0 0 0 0 2H19a1 1 0 0 0 1-1.11v-4.21a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9.31a1 1 0 0 0 1 1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4.3a1 1 0 0 0-1 1a1 1 0 0 0 1 1h1.89L12 10.59L6.16 4.76a1 1 0 0 0-1.41 1.41L10.58 12l-6.29 6.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L18 7.42Z"/><path fill="currentColor" d="M19 13.68a1 1 0 0 0-1 1v1.91l-2.78-2.79a1 1 0 0 0-1.42 1.42L16.57 18h-1.88a1 1 0 0 0 0 2H19a1 1 0 0 0 1-1.11v-4.21a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-shuffle-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%209.31a1%201%200%200%200%201%201a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1h-4.3a1%201%200%200%200-1%201a1%201%200%200%200%201%201h1.89L12%2010.59L6.16%204.76a1%201%200%200%200-1.41%201.41L10.58%2012l-6.29%206.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200L18%207.42Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2013.68a1%201%200%200%200-1%201v1.91l-2.78-2.79a1%201%200%200%200-1.42%201.42L16.57%2018h-1.88a1%201%200%200%200%200%202H19a1%201%200%200%200%201-1.11v-4.21a1%201%200%200%200-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%209.31a1%201%200%200%200%201%201a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1h-4.3a1%201%200%200%200-1%201a1%201%200%200%200%201%201h1.89L12%2010.59L6.16%204.76a1%201%200%200%200-1.41%201.41L10.58%2012l-6.29%206.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200L18%207.42Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2013.68a1%201%200%200%200-1%201v1.91l-2.78-2.79a1%201%200%200%200-1.42%201.42L16.57%2018h-1.88a1%201%200%200%200%200%202H19a1%201%200%200%200%201-1.11v-4.21a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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