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

Name
arrow-shuffle-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M21.78 5.72a.75.75 0 1 0-1.06 1.06l1.72 1.72h-.19c-4.68 0-7.312 2.564-9.728 4.919l-.045.044C10.03 15.846 7.79 18 3.75 18a.75.75 0 0 0 0 1.5c4.68 0 7.312-2.564 9.728-4.919l.045-.044C15.97 12.154 18.21 10 22.25 10h.19l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06zM3.75 8.5c3.919 0 6.401 1.798 8.524 3.765q-.203.196-.401.39l-.094.092l-.584.565C9.187 11.463 7.08 10 3.75 10a.75.75 0 0 1 0-1.5m18.5 11c-3.919 0-6.401-1.798-8.524-3.765q.204-.196.401-.39l.094-.092l.584-.565C16.813 16.537 18.92 18 22.25 18h.19l-1.72-1.72a.75.75 0 1 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowShuffle28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.78 5.72a.75.75 0 1 0-1.06 1.06l1.72 1.72h-.19c-4.68 0-7.312 2.564-9.728 4.919l-.045.044C10.03 15.846 7.79 18 3.75 18a.75.75 0 0 0 0 1.5c4.68 0 7.312-2.564 9.728-4.919l.045-.044C15.97 12.154 18.21 10 22.25 10h.19l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06zM3.75 8.5c3.919 0 6.401 1.798 8.524 3.765q-.203.196-.401.39l-.094.092l-.584.565C9.187 11.463 7.08 10 3.75 10a.75.75 0 0 1 0-1.5m18.5 11c-3.919 0-6.401-1.798-8.524-3.765q.204-.196.401-.39l.094-.092l.584-.565C16.813 16.537 18.92 18 22.25 18h.19l-1.72-1.72a.75.75 0 1 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.78 5.72a.75.75 0 1 0-1.06 1.06l1.72 1.72h-.19c-4.68 0-7.312 2.564-9.728 4.919l-.045.044C10.03 15.846 7.79 18 3.75 18a.75.75 0 0 0 0 1.5c4.68 0 7.312-2.564 9.728-4.919l.045-.044C15.97 12.154 18.21 10 22.25 10h.19l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06zM3.75 8.5c3.919 0 6.401 1.798 8.524 3.765q-.203.196-.401.39l-.094.092l-.584.565C9.187 11.463 7.08 10 3.75 10a.75.75 0 0 1 0-1.5m18.5 11c-3.919 0-6.401-1.798-8.524-3.765q.204-.196.401-.39l.094-.092l.584-.565C16.813 16.537 18.92 18 22.25 18h.19l-1.72-1.72a.75.75 0 1 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72z"/></svg>
</template>

CSS

.icon-arrow-shuffle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.78%205.72a.75.75%200%201%200-1.06%201.06l1.72%201.72h-.19c-4.68%200-7.312%202.564-9.728%204.919l-.045.044C10.03%2015.846%207.79%2018%203.75%2018a.75.75%200%200%200%200%201.5c4.68%200%207.312-2.564%209.728-4.919l.045-.044C15.97%2012.154%2018.21%2010%2022.25%2010h.19l-1.72%201.72a.75.75%200%201%200%201.06%201.06l3-3a.75.75%200%200%200%200-1.06zM3.75%208.5c3.919%200%206.401%201.798%208.524%203.765q-.203.196-.401.39l-.094.092l-.584.565C9.187%2011.463%207.08%2010%203.75%2010a.75.75%200%200%201%200-1.5m18.5%2011c-3.919%200-6.401-1.798-8.524-3.765q.204-.196.401-.39l.094-.092l.584-.565C16.813%2016.537%2018.92%2018%2022.25%2018h.19l-1.72-1.72a.75.75%200%201%201%201.06-1.06l3%203a.75.75%200%200%201%200%201.06l-3%203a.75.75%200%201%201-1.06-1.06l1.72-1.72z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.78%205.72a.75.75%200%201%200-1.06%201.06l1.72%201.72h-.19c-4.68%200-7.312%202.564-9.728%204.919l-.045.044C10.03%2015.846%207.79%2018%203.75%2018a.75.75%200%200%200%200%201.5c4.68%200%207.312-2.564%209.728-4.919l.045-.044C15.97%2012.154%2018.21%2010%2022.25%2010h.19l-1.72%201.72a.75.75%200%201%200%201.06%201.06l3-3a.75.75%200%200%200%200-1.06zM3.75%208.5c3.919%200%206.401%201.798%208.524%203.765q-.203.196-.401.39l-.094.092l-.584.565C9.187%2011.463%207.08%2010%203.75%2010a.75.75%200%200%201%200-1.5m18.5%2011c-3.919%200-6.401-1.798-8.524-3.765q.204-.196.401-.39l.094-.092l.584-.565C16.813%2016.537%2018.92%2018%2022.25%2018h.19l-1.72-1.72a.75.75%200%201%201%201.06-1.06l3%203a.75.75%200%200%201%200%201.06l-3%203a.75.75%200%201%201-1.06-1.06l1.72-1.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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