arrow-shuffle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
arrow-shuffle-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the arrow shuffle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.134 8.866a1.25 1.25 0 0 0-1.768 1.768L39.732 14h-.982c-8.388 0-13.151 4.696-17.546 9.03l-.082.08C16.665 27.505 12.56 31.5 5.25 31.5a1.25 1.25 0 1 0 0 2.5c8.388 0 13.151-4.696 17.546-9.03l.082-.08c4.457-4.395 8.562-8.39 15.872-8.39h.982l-3.366 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768zM5.25 14c6.993 0 11.466 3.264 15.307 6.86q-.33.323-.65.64l-.189.186l-.947.93C15.113 19.207 11.267 16.5 5.25 16.5a1.25 1.25 0 1 1 0-2.5m33.5 20c-6.992 0-11.466-3.264-15.307-6.86l.652-.641l.187-.185l.947-.93c3.659 3.409 7.504 6.116 13.521 6.116h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-5.5 5.5a1.25 1.25 0 0 1-1.768-1.768L39.732 34z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowShuffle48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.134 8.866a1.25 1.25 0 0 0-1.768 1.768L39.732 14h-.982c-8.388 0-13.151 4.696-17.546 9.03l-.082.08C16.665 27.505 12.56 31.5 5.25 31.5a1.25 1.25 0 1 0 0 2.5c8.388 0 13.151-4.696 17.546-9.03l.082-.08c4.457-4.395 8.562-8.39 15.872-8.39h.982l-3.366 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768zM5.25 14c6.993 0 11.466 3.264 15.307 6.86q-.33.323-.65.64l-.189.186l-.947.93C15.113 19.207 11.267 16.5 5.25 16.5a1.25 1.25 0 1 1 0-2.5m33.5 20c-6.992 0-11.466-3.264-15.307-6.86l.652-.641l.187-.185l.947-.93c3.659 3.409 7.504 6.116 13.521 6.116h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-5.5 5.5a1.25 1.25 0 0 1-1.768-1.768L39.732 34z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.134 8.866a1.25 1.25 0 0 0-1.768 1.768L39.732 14h-.982c-8.388 0-13.151 4.696-17.546 9.03l-.082.08C16.665 27.505 12.56 31.5 5.25 31.5a1.25 1.25 0 1 0 0 2.5c8.388 0 13.151-4.696 17.546-9.03l.082-.08c4.457-4.395 8.562-8.39 15.872-8.39h.982l-3.366 3.366a1.25 1.25 0 0 0 1.768 1.768l5.5-5.5a1.25 1.25 0 0 0 0-1.768zM5.25 14c6.993 0 11.466 3.264 15.307 6.86q-.33.323-.65.64l-.189.186l-.947.93C15.113 19.207 11.267 16.5 5.25 16.5a1.25 1.25 0 1 1 0-2.5m33.5 20c-6.992 0-11.466-3.264-15.307-6.86l.652-.641l.187-.185l.947-.93c3.659 3.409 7.504 6.116 13.521 6.116h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-5.5 5.5a1.25 1.25 0 0 1-1.768-1.768L39.732 34z"/></svg>
</template>

CSS

.icon-arrow-shuffle-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.134%208.866a1.25%201.25%200%200%200-1.768%201.768L39.732%2014h-.982c-8.388%200-13.151%204.696-17.546%209.03l-.082.08C16.665%2027.505%2012.56%2031.5%205.25%2031.5a1.25%201.25%200%201%200%200%202.5c8.388%200%2013.151-4.696%2017.546-9.03l.082-.08c4.457-4.395%208.562-8.39%2015.872-8.39h.982l-3.366%203.366a1.25%201.25%200%200%200%201.768%201.768l5.5-5.5a1.25%201.25%200%200%200%200-1.768zM5.25%2014c6.993%200%2011.466%203.264%2015.307%206.86q-.33.323-.65.64l-.189.186l-.947.93C15.113%2019.207%2011.267%2016.5%205.25%2016.5a1.25%201.25%200%201%201%200-2.5m33.5%2020c-6.992%200-11.466-3.264-15.307-6.86l.652-.641l.187-.185l.947-.93c3.659%203.409%207.504%206.116%2013.521%206.116h.982l-3.366-3.366a1.25%201.25%200%200%201%201.768-1.768l5.5%205.5a1.25%201.25%200%200%201%200%201.768l-5.5%205.5a1.25%201.25%200%200%201-1.768-1.768L39.732%2034z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.134%208.866a1.25%201.25%200%200%200-1.768%201.768L39.732%2014h-.982c-8.388%200-13.151%204.696-17.546%209.03l-.082.08C16.665%2027.505%2012.56%2031.5%205.25%2031.5a1.25%201.25%200%201%200%200%202.5c8.388%200%2013.151-4.696%2017.546-9.03l.082-.08c4.457-4.395%208.562-8.39%2015.872-8.39h.982l-3.366%203.366a1.25%201.25%200%200%200%201.768%201.768l5.5-5.5a1.25%201.25%200%200%200%200-1.768zM5.25%2014c6.993%200%2011.466%203.264%2015.307%206.86q-.33.323-.65.64l-.189.186l-.947.93C15.113%2019.207%2011.267%2016.5%205.25%2016.5a1.25%201.25%200%201%201%200-2.5m33.5%2020c-6.992%200-11.466-3.264-15.307-6.86l.652-.641l.187-.185l.947-.93c3.659%203.409%207.504%206.116%2013.521%206.116h.982l-3.366-3.366a1.25%201.25%200%200%201%201.768-1.768l5.5%205.5a1.25%201.25%200%200%201%200%201.768l-5.5%205.5a1.25%201.25%200%200%201-1.768-1.768L39.732%2034z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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