shuffle-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
shuffle-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
shuffle-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

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="M14.73 19q-.213 0-.356-.143t-.143-.357t.143-.357t.357-.143h2.6l-3.168-3.167q-.146-.147-.153-.348t.16-.366q.164-.165.356-.165t.357.165L18 17.242V14.79q0-.214.143-.357t.357-.143t.357.143t.143.357v3.403q0 .349-.23.578t-.578.23zm-9.584-.146q-.16-.16-.16-.354t.16-.354L17.292 6h-2.561q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.461q.349 0 .578.23t.23.578v3.404q0 .213-.143.356t-.357.144t-.357-.144T18 9.212V6.708L5.854 18.854q-.14.14-.344.15t-.364-.15m-.005-13.02Q5 5.695 5.01 5.492t.15-.345t.341-.14t.347.14l3.893 3.906q.14.14.143.332q.003.191-.143.337q-.141.14-.345.14t-.344-.14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShuffleRounded(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="M14.73 19q-.213 0-.356-.143t-.143-.357t.143-.357t.357-.143h2.6l-3.168-3.167q-.146-.147-.153-.348t.16-.366q.164-.165.356-.165t.357.165L18 17.242V14.79q0-.214.143-.357t.357-.143t.357.143t.143.357v3.403q0 .349-.23.578t-.578.23zm-9.584-.146q-.16-.16-.16-.354t.16-.354L17.292 6h-2.561q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.461q.349 0 .578.23t.23.578v3.404q0 .213-.143.356t-.357.144t-.357-.144T18 9.212V6.708L5.854 18.854q-.14.14-.344.15t-.364-.15m-.005-13.02Q5 5.695 5.01 5.492t.15-.345t.341-.14t.347.14l3.893 3.906q.14.14.143.332q.003.191-.143.337q-.141.14-.345.14t-.344-.14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.73 19q-.213 0-.356-.143t-.143-.357t.143-.357t.357-.143h2.6l-3.168-3.167q-.146-.147-.153-.348t.16-.366q.164-.165.356-.165t.357.165L18 17.242V14.79q0-.214.143-.357t.357-.143t.357.143t.143.357v3.403q0 .349-.23.578t-.578.23zm-9.584-.146q-.16-.16-.16-.354t.16-.354L17.292 6h-2.561q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.461q.349 0 .578.23t.23.578v3.404q0 .213-.143.356t-.357.144t-.357-.144T18 9.212V6.708L5.854 18.854q-.14.14-.344.15t-.364-.15m-.005-13.02Q5 5.695 5.01 5.492t.15-.345t.341-.14t.347.14l3.893 3.906q.14.14.143.332q.003.191-.143.337q-.141.14-.345.14t-.344-.14z"/></svg>
</template>

CSS

.icon-shuffle-rounded {
  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%22M14.73%2019q-.213%200-.356-.143t-.143-.357t.143-.357t.357-.143h2.6l-3.168-3.167q-.146-.147-.153-.348t.16-.366q.164-.165.356-.165t.357.165L18%2017.242V14.79q0-.214.143-.357t.357-.143t.357.143t.143.357v3.403q0%20.349-.23.578t-.578.23zm-9.584-.146q-.16-.16-.16-.354t.16-.354L17.292%206h-2.561q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h3.461q.349%200%20.578.23t.23.578v3.404q0%20.213-.143.356t-.357.144t-.357-.144T18%209.212V6.708L5.854%2018.854q-.14.14-.344.15t-.364-.15m-.005-13.02Q5%205.695%205.01%205.492t.15-.345t.341-.14t.347.14l3.893%203.906q.14.14.143.332q.003.191-.143.337q-.141.14-.345.14t-.344-.14z%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%22M14.73%2019q-.213%200-.356-.143t-.143-.357t.143-.357t.357-.143h2.6l-3.168-3.167q-.146-.147-.153-.348t.16-.366q.164-.165.356-.165t.357.165L18%2017.242V14.79q0-.214.143-.357t.357-.143t.357.143t.143.357v3.403q0%20.349-.23.578t-.578.23zm-9.584-.146q-.16-.16-.16-.354t.16-.354L17.292%206h-2.561q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h3.461q.349%200%20.578.23t.23.578v3.404q0%20.213-.143.356t-.357.144t-.357-.144T18%209.212V6.708L5.854%2018.854q-.14.14-.344.15t-.364-.15m-.005-13.02Q5%205.695%205.01%205.492t.15-.345t.341-.14t.347.14l3.893%203.906q.14.14.143.332q.003.191-.143.337q-.141.14-.345.14t-.344-.14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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