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

Name
arrow-shuffle-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.06 8.94a1.5 1.5 0 0 0-2.12 2.12L38.878 14H38.5c-8.49 0-13.192 4.634-17.468 8.848l-.085.084C16.621 27.195 12.703 31 5.5 31a1.5 1.5 0 0 0 0 3c8.49 0 13.192-4.634 17.468-8.848l.085-.084C27.379 20.805 31.297 17 38.5 17h.379l-2.94 2.94a1.5 1.5 0 0 0 2.122 2.12l5.5-5.5a1.5 1.5 0 0 0 0-2.12zM5.5 14c6.932 0 11.339 3.09 15.05 6.517l-.831.817l-.176.173q-.579.571-1.139 1.115C14.946 19.452 11.281 17 5.5 17a1.5 1.5 0 0 1 0-3m33 20c-6.933 0-11.339-3.09-15.05-6.517l.831-.817l.176-.173q.579-.571 1.139-1.115C29.054 28.549 32.719 31 38.5 31h.379l-2.94-2.94a1.5 1.5 0 0 1 2.122-2.12l5.5 5.5a1.5 1.5 0 0 1 0 2.12l-5.5 5.5a1.5 1.5 0 0 1-2.122-2.12L38.88 34z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowShuffle48Filled(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.06 8.94a1.5 1.5 0 0 0-2.12 2.12L38.878 14H38.5c-8.49 0-13.192 4.634-17.468 8.848l-.085.084C16.621 27.195 12.703 31 5.5 31a1.5 1.5 0 0 0 0 3c8.49 0 13.192-4.634 17.468-8.848l.085-.084C27.379 20.805 31.297 17 38.5 17h.379l-2.94 2.94a1.5 1.5 0 0 0 2.122 2.12l5.5-5.5a1.5 1.5 0 0 0 0-2.12zM5.5 14c6.932 0 11.339 3.09 15.05 6.517l-.831.817l-.176.173q-.579.571-1.139 1.115C14.946 19.452 11.281 17 5.5 17a1.5 1.5 0 0 1 0-3m33 20c-6.933 0-11.339-3.09-15.05-6.517l.831-.817l.176-.173q.579-.571 1.139-1.115C29.054 28.549 32.719 31 38.5 31h.379l-2.94-2.94a1.5 1.5 0 0 1 2.122-2.12l5.5 5.5a1.5 1.5 0 0 1 0 2.12l-5.5 5.5a1.5 1.5 0 0 1-2.122-2.12L38.88 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.06 8.94a1.5 1.5 0 0 0-2.12 2.12L38.878 14H38.5c-8.49 0-13.192 4.634-17.468 8.848l-.085.084C16.621 27.195 12.703 31 5.5 31a1.5 1.5 0 0 0 0 3c8.49 0 13.192-4.634 17.468-8.848l.085-.084C27.379 20.805 31.297 17 38.5 17h.379l-2.94 2.94a1.5 1.5 0 0 0 2.122 2.12l5.5-5.5a1.5 1.5 0 0 0 0-2.12zM5.5 14c6.932 0 11.339 3.09 15.05 6.517l-.831.817l-.176.173q-.579.571-1.139 1.115C14.946 19.452 11.281 17 5.5 17a1.5 1.5 0 0 1 0-3m33 20c-6.933 0-11.339-3.09-15.05-6.517l.831-.817l.176-.173q.579-.571 1.139-1.115C29.054 28.549 32.719 31 38.5 31h.379l-2.94-2.94a1.5 1.5 0 0 1 2.122-2.12l5.5 5.5a1.5 1.5 0 0 1 0 2.12l-5.5 5.5a1.5 1.5 0 0 1-2.122-2.12L38.88 34z"/></svg>
</template>

CSS

.icon-arrow-shuffle-48-filled {
  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.06%208.94a1.5%201.5%200%200%200-2.12%202.12L38.878%2014H38.5c-8.49%200-13.192%204.634-17.468%208.848l-.085.084C16.621%2027.195%2012.703%2031%205.5%2031a1.5%201.5%200%200%200%200%203c8.49%200%2013.192-4.634%2017.468-8.848l.085-.084C27.379%2020.805%2031.297%2017%2038.5%2017h.379l-2.94%202.94a1.5%201.5%200%200%200%202.122%202.12l5.5-5.5a1.5%201.5%200%200%200%200-2.12zM5.5%2014c6.932%200%2011.339%203.09%2015.05%206.517l-.831.817l-.176.173q-.579.571-1.139%201.115C14.946%2019.452%2011.281%2017%205.5%2017a1.5%201.5%200%200%201%200-3m33%2020c-6.933%200-11.339-3.09-15.05-6.517l.831-.817l.176-.173q.579-.571%201.139-1.115C29.054%2028.549%2032.719%2031%2038.5%2031h.379l-2.94-2.94a1.5%201.5%200%200%201%202.122-2.12l5.5%205.5a1.5%201.5%200%200%201%200%202.12l-5.5%205.5a1.5%201.5%200%200%201-2.122-2.12L38.88%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.06%208.94a1.5%201.5%200%200%200-2.12%202.12L38.878%2014H38.5c-8.49%200-13.192%204.634-17.468%208.848l-.085.084C16.621%2027.195%2012.703%2031%205.5%2031a1.5%201.5%200%200%200%200%203c8.49%200%2013.192-4.634%2017.468-8.848l.085-.084C27.379%2020.805%2031.297%2017%2038.5%2017h.379l-2.94%202.94a1.5%201.5%200%200%200%202.122%202.12l5.5-5.5a1.5%201.5%200%200%200%200-2.12zM5.5%2014c6.932%200%2011.339%203.09%2015.05%206.517l-.831.817l-.176.173q-.579.571-1.139%201.115C14.946%2019.452%2011.281%2017%205.5%2017a1.5%201.5%200%200%201%200-3m33%2020c-6.933%200-11.339-3.09-15.05-6.517l.831-.817l.176-.173q.579-.571%201.139-1.115C29.054%2028.549%2032.719%2031%2038.5%2031h.379l-2.94-2.94a1.5%201.5%200%200%201%202.122-2.12l5.5%205.5a1.5%201.5%200%200%201%200%202.12l-5.5%205.5a1.5%201.5%200%200%201-2.122-2.12L38.88%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-filled.svg?color=%231a73e8&size=48