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

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

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the shuffle on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 23q-.825 0-1.412-.587T1 21V3q0-.825.588-1.412T3 1h18q.825 0 1.413.588T23 3v18q0 .825-.587 1.413T21 23zm12-3h4q.425 0 .713-.288T20 19v-4q0-.425-.288-.712T19 14t-.712.288T18 15v1.55l-2.425-2.425q-.3-.3-.712-.3t-.713.3t-.312.7t.287.7L16.6 18H15q-.425 0-.712.288T14 19t.288.713T15 20m-10.7-.3q.275.275.7.275t.7-.275L18 7.4V9q0 .425.288.712T19 10t.713-.288T20 9V5q0-.425-.288-.712T19 4h-4q-.425 0-.712.288T14 5t.288.713T15 6h1.6L4.3 18.3q-.275.275-.275.7t.275.7m-.025-14l4.2 4.175q.275.275.7.275t.7-.275q.3-.3.288-.712t-.288-.688L5.675 4.3q-.3-.275-.712-.275t-.688.275T4 5t.275.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShuffleOnRounded(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="M3 23q-.825 0-1.412-.587T1 21V3q0-.825.588-1.412T3 1h18q.825 0 1.413.588T23 3v18q0 .825-.587 1.413T21 23zm12-3h4q.425 0 .713-.288T20 19v-4q0-.425-.288-.712T19 14t-.712.288T18 15v1.55l-2.425-2.425q-.3-.3-.712-.3t-.713.3t-.312.7t.287.7L16.6 18H15q-.425 0-.712.288T14 19t.288.713T15 20m-10.7-.3q.275.275.7.275t.7-.275L18 7.4V9q0 .425.288.712T19 10t.713-.288T20 9V5q0-.425-.288-.712T19 4h-4q-.425 0-.712.288T14 5t.288.713T15 6h1.6L4.3 18.3q-.275.275-.275.7t.275.7m-.025-14l4.2 4.175q.275.275.7.275t.7-.275q.3-.3.288-.712t-.288-.688L5.675 4.3q-.3-.275-.712-.275t-.688.275T4 5t.275.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 23q-.825 0-1.412-.587T1 21V3q0-.825.588-1.412T3 1h18q.825 0 1.413.588T23 3v18q0 .825-.587 1.413T21 23zm12-3h4q.425 0 .713-.288T20 19v-4q0-.425-.288-.712T19 14t-.712.288T18 15v1.55l-2.425-2.425q-.3-.3-.712-.3t-.713.3t-.312.7t.287.7L16.6 18H15q-.425 0-.712.288T14 19t.288.713T15 20m-10.7-.3q.275.275.7.275t.7-.275L18 7.4V9q0 .425.288.712T19 10t.713-.288T20 9V5q0-.425-.288-.712T19 4h-4q-.425 0-.712.288T14 5t.288.713T15 6h1.6L4.3 18.3q-.275.275-.275.7t.275.7m-.025-14l4.2 4.175q.275.275.7.275t.7-.275q.3-.3.288-.712t-.288-.688L5.675 4.3q-.3-.275-.712-.275t-.688.275T4 5t.275.7"/></svg>
</template>

CSS

.icon-shuffle-on-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%22M3%2023q-.825%200-1.412-.587T1%2021V3q0-.825.588-1.412T3%201h18q.825%200%201.413.588T23%203v18q0%20.825-.587%201.413T21%2023zm12-3h4q.425%200%20.713-.288T20%2019v-4q0-.425-.288-.712T19%2014t-.712.288T18%2015v1.55l-2.425-2.425q-.3-.3-.712-.3t-.713.3t-.312.7t.287.7L16.6%2018H15q-.425%200-.712.288T14%2019t.288.713T15%2020m-10.7-.3q.275.275.7.275t.7-.275L18%207.4V9q0%20.425.288.712T19%2010t.713-.288T20%209V5q0-.425-.288-.712T19%204h-4q-.425%200-.712.288T14%205t.288.713T15%206h1.6L4.3%2018.3q-.275.275-.275.7t.275.7m-.025-14l4.2%204.175q.275.275.7.275t.7-.275q.3-.3.288-.712t-.288-.688L5.675%204.3q-.3-.275-.712-.275t-.688.275T4%205t.275.7%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%22M3%2023q-.825%200-1.412-.587T1%2021V3q0-.825.588-1.412T3%201h18q.825%200%201.413.588T23%203v18q0%20.825-.587%201.413T21%2023zm12-3h4q.425%200%20.713-.288T20%2019v-4q0-.425-.288-.712T19%2014t-.712.288T18%2015v1.55l-2.425-2.425q-.3-.3-.712-.3t-.713.3t-.312.7t.287.7L16.6%2018H15q-.425%200-.712.288T14%2019t.288.713T15%2020m-10.7-.3q.275.275.7.275t.7-.275L18%207.4V9q0%20.425.288.712T19%2010t.713-.288T20%209V5q0-.425-.288-.712T19%204h-4q-.425%200-.712.288T14%205t.288.713T15%206h1.6L4.3%2018.3q-.275.275-.275.7t.275.7m-.025-14l4.2%204.175q.275.275.7.275t.7-.275q.3-.3.288-.712t-.288-.688L5.675%204.3q-.3-.275-.712-.275t-.688.275T4%205t.275.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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