shuffle icon

shuffle-line-duotone from Solar by 480 Design · Line Duotone · Video · CC-BY-4.0 Attribution required.

Name
shuffle-line-duotone
Set
Solar
Style
Line Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the shuffle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 17H5.60286C7.26213 17 8.09177 17 8.77953 16.6106C9.46728 16.2212 9.89413 15.5098 10.7478 14.087L13.2522 9.91303C14.1059 8.49021 14.5327 7.7788 15.2205 7.3894C15.9082 7 16.7379 7 18.3971 7H22M20 5L22 7L20 9"/><path d="M2 7H5.60286C7.26213 7 8.09177 7 8.77953 7.3894C9.46728 7.7788 9.89413 8.49021 10.7478 9.91303L13.2522 14.087C14.1059 15.5098 14.5327 16.2212 15.2205 16.6106C15.9082 17 16.7379 17 18.3971 17H22M20 19L22 17L20 15" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarShuffleLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 17H5.60286C7.26213 17 8.09177 17 8.77953 16.6106C9.46728 16.2212 9.89413 15.5098 10.7478 14.087L13.2522 9.91303C14.1059 8.49021 14.5327 7.7788 15.2205 7.3894C15.9082 7 16.7379 7 18.3971 7H22M20 5L22 7L20 9"/><path d="M2 7H5.60286C7.26213 7 8.09177 7 8.77953 7.3894C9.46728 7.7788 9.89413 8.49021 10.7478 9.91303L13.2522 14.087C14.1059 15.5098 14.5327 16.2212 15.2205 16.6106C15.9082 17 16.7379 17 18.3971 17H22M20 19L22 17L20 15" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 17H5.60286C7.26213 17 8.09177 17 8.77953 16.6106C9.46728 16.2212 9.89413 15.5098 10.7478 14.087L13.2522 9.91303C14.1059 8.49021 14.5327 7.7788 15.2205 7.3894C15.9082 7 16.7379 7 18.3971 7H22M20 5L22 7L20 9"/><path d="M2 7H5.60286C7.26213 7 8.09177 7 8.77953 7.3894C9.46728 7.7788 9.89413 8.49021 10.7478 9.91303L13.2522 14.087C14.1059 15.5098 14.5327 16.2212 15.2205 16.6106C15.9082 17 16.7379 17 18.3971 17H22M20 19L22 17L20 15" opacity=".5"/></g></svg>
</template>

CSS

.icon-shuffle-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2017H5.60286C7.26213%2017%208.09177%2017%208.77953%2016.6106C9.46728%2016.2212%209.89413%2015.5098%2010.7478%2014.087L13.2522%209.91303C14.1059%208.49021%2014.5327%207.7788%2015.2205%207.3894C15.9082%207%2016.7379%207%2018.3971%207H22M20%205L22%207L20%209%22%2F%3E%3Cpath%20d%3D%22M2%207H5.60286C7.26213%207%208.09177%207%208.77953%207.3894C9.46728%207.7788%209.89413%208.49021%2010.7478%209.91303L13.2522%2014.087C14.1059%2015.5098%2014.5327%2016.2212%2015.2205%2016.6106C15.9082%2017%2016.7379%2017%2018.3971%2017H22M20%2019L22%2017L20%2015%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2017H5.60286C7.26213%2017%208.09177%2017%208.77953%2016.6106C9.46728%2016.2212%209.89413%2015.5098%2010.7478%2014.087L13.2522%209.91303C14.1059%208.49021%2014.5327%207.7788%2015.2205%207.3894C15.9082%207%2016.7379%207%2018.3971%207H22M20%205L22%207L20%209%22%2F%3E%3Cpath%20d%3D%22M2%207H5.60286C7.26213%207%208.09177%207%208.77953%207.3894C9.46728%207.7788%209.89413%208.49021%2010.7478%209.91303L13.2522%2014.087C14.1059%2015.5098%2014.5327%2016.2212%2015.2205%2016.6106C15.9082%2017%2016.7379%2017%2018.3971%2017H22M20%2019L22%2017L20%2015%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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