arrow shuffle icon
arrow-shuffle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
Use the arrow shuffle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.28 4.72a.75.75 0 1 0-1.06 1.06L19.44 7h-.19c-3.918 0-6.423 2.302-8.692 4.388l-.066.06C8.154 13.597 6.044 15.5 2.75 15.5a.75.75 0 0 0 0 1.5c3.918 0 6.423-2.302 8.692-4.388l.066-.06C13.846 10.403 15.956 8.5 19.25 8.5h.19l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06zM2.75 7c3.248 0 5.525 1.582 7.501 3.311l-.303.279l-.132.121q-.347.32-.68.62C7.283 9.732 5.4 8.5 2.75 8.5a.75.75 0 1 1 0-1.5m16.5 10c-3.248 0-5.525-1.582-7.501-3.312l.302-.277l.133-.122q.347-.32.68-.62c1.853 1.6 3.736 2.83 6.386 2.83h.19l-1.22-1.219a.75.75 0 0 1 1.06-1.06l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06L19.44 17z"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffle24Regular(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="M19.28 4.72a.75.75 0 1 0-1.06 1.06L19.44 7h-.19c-3.918 0-6.423 2.302-8.692 4.388l-.066.06C8.154 13.597 6.044 15.5 2.75 15.5a.75.75 0 0 0 0 1.5c3.918 0 6.423-2.302 8.692-4.388l.066-.06C13.846 10.403 15.956 8.5 19.25 8.5h.19l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06zM2.75 7c3.248 0 5.525 1.582 7.501 3.311l-.303.279l-.132.121q-.347.32-.68.62C7.283 9.732 5.4 8.5 2.75 8.5a.75.75 0 1 1 0-1.5m16.5 10c-3.248 0-5.525-1.582-7.501-3.312l.302-.277l.133-.122q.347-.32.68-.62c1.853 1.6 3.736 2.83 6.386 2.83h.19l-1.22-1.219a.75.75 0 0 1 1.06-1.06l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06L19.44 17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.28 4.72a.75.75 0 1 0-1.06 1.06L19.44 7h-.19c-3.918 0-6.423 2.302-8.692 4.388l-.066.06C8.154 13.597 6.044 15.5 2.75 15.5a.75.75 0 0 0 0 1.5c3.918 0 6.423-2.302 8.692-4.388l.066-.06C13.846 10.403 15.956 8.5 19.25 8.5h.19l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06zM2.75 7c3.248 0 5.525 1.582 7.501 3.311l-.303.279l-.132.121q-.347.32-.68.62C7.283 9.732 5.4 8.5 2.75 8.5a.75.75 0 1 1 0-1.5m16.5 10c-3.248 0-5.525-1.582-7.501-3.312l.302-.277l.133-.122q.347-.32.68-.62c1.853 1.6 3.736 2.83 6.386 2.83h.19l-1.22-1.219a.75.75 0 0 1 1.06-1.06l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06L19.44 17z"/></svg> </template>
CSS
.icon-arrow-shuffle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.28%204.72a.75.75%200%201%200-1.06%201.06L19.44%207h-.19c-3.918%200-6.423%202.302-8.692%204.388l-.066.06C8.154%2013.597%206.044%2015.5%202.75%2015.5a.75.75%200%200%200%200%201.5c3.918%200%206.423-2.302%208.692-4.388l.066-.06C13.846%2010.403%2015.956%208.5%2019.25%208.5h.19l-1.22%201.22a.75.75%200%201%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06zM2.75%207c3.248%200%205.525%201.582%207.501%203.311l-.303.279l-.132.121q-.347.32-.68.62C7.283%209.732%205.4%208.5%202.75%208.5a.75.75%200%201%201%200-1.5m16.5%2010c-3.248%200-5.525-1.582-7.501-3.312l.302-.277l.133-.122q.347-.32.68-.62c1.853%201.6%203.736%202.83%206.386%202.83h.19l-1.22-1.219a.75.75%200%200%201%201.06-1.06l2.5%202.5a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.06-1.06L19.44%2017z%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%22M19.28%204.72a.75.75%200%201%200-1.06%201.06L19.44%207h-.19c-3.918%200-6.423%202.302-8.692%204.388l-.066.06C8.154%2013.597%206.044%2015.5%202.75%2015.5a.75.75%200%200%200%200%201.5c3.918%200%206.423-2.302%208.692-4.388l.066-.06C13.846%2010.403%2015.956%208.5%2019.25%208.5h.19l-1.22%201.22a.75.75%200%201%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06zM2.75%207c3.248%200%205.525%201.582%207.501%203.311l-.303.279l-.132.121q-.347.32-.68.62C7.283%209.732%205.4%208.5%202.75%208.5a.75.75%200%201%201%200-1.5m16.5%2010c-3.248%200-5.525-1.582-7.501-3.312l.302-.277l.133-.122q.347-.32.68-.62c1.853%201.6%203.736%202.83%206.386%202.83h.19l-1.22-1.219a.75.75%200%200%201%201.06-1.06l2.5%202.5a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.06-1.06L19.44%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-shuffle-24-regular.svg?color=%231a73e8&size=48