arrow shuffle off icon
arrow-shuffle-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
arrow-shuffle-off-16-filledarrow-shuffle-off-16-regulararrow-shuffle-off-20-filledarrow-shuffle-off-20-regulararrow-shuffle-off-24-filledarrow-shuffle-off-28-filledarrow-shuffle-off-28-regulararrow-shuffle-off-32-filledarrow-shuffle-off-32-regulararrow-shuffle-off-48-filledarrow-shuffle-off-48-regular
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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.696 4.696A9.25 9.25 0 0 0 2.75 7a.75.75 0 1 0 0 1.5c2.65 0 4.533 1.231 6.386 2.832q.292-.264.594-.542l.707.708C8.122 13.627 6.019 15.5 2.75 15.5a.75.75 0 0 0 0 1.5c3.918 0 6.423-2.302 8.692-4.388l.057-.052l.708.708l-.023.02l-.132.122l-.303.278c.937.82 1.943 1.608 3.087 2.21l5.883 5.883a.75.75 0 0 0 1.061-1.061zm15.38 13.259l2.211 2.21l.91-.909a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.061 1.06l1.22 1.22h-.19q-.3 0-.59-.021M12.7 9.517l1.07 1.07C15.346 9.365 17.028 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.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06L19.44 7h-.19c-2.74 0-4.79 1.127-6.55 2.517"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff24Regular(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.28 2.22a.75.75 0 1 0-1.06 1.06l4.696 4.696A9.25 9.25 0 0 0 2.75 7a.75.75 0 1 0 0 1.5c2.65 0 4.533 1.231 6.386 2.832q.292-.264.594-.542l.707.708C8.122 13.627 6.019 15.5 2.75 15.5a.75.75 0 0 0 0 1.5c3.918 0 6.423-2.302 8.692-4.388l.057-.052l.708.708l-.023.02l-.132.122l-.303.278c.937.82 1.943 1.608 3.087 2.21l5.883 5.883a.75.75 0 0 0 1.061-1.061zm15.38 13.259l2.211 2.21l.91-.909a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.061 1.06l1.22 1.22h-.19q-.3 0-.59-.021M12.7 9.517l1.07 1.07C15.346 9.365 17.028 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.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06L19.44 7h-.19c-2.74 0-4.79 1.127-6.55 2.517"/></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.28 2.22a.75.75 0 1 0-1.06 1.06l4.696 4.696A9.25 9.25 0 0 0 2.75 7a.75.75 0 1 0 0 1.5c2.65 0 4.533 1.231 6.386 2.832q.292-.264.594-.542l.707.708C8.122 13.627 6.019 15.5 2.75 15.5a.75.75 0 0 0 0 1.5c3.918 0 6.423-2.302 8.692-4.388l.057-.052l.708.708l-.023.02l-.132.122l-.303.278c.937.82 1.943 1.608 3.087 2.21l5.883 5.883a.75.75 0 0 0 1.061-1.061zm15.38 13.259l2.211 2.21l.91-.909a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.061 1.06l1.22 1.22h-.19q-.3 0-.59-.021M12.7 9.517l1.07 1.07C15.346 9.365 17.028 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.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06L19.44 7h-.19c-2.74 0-4.79 1.127-6.55 2.517"/></svg> </template>
CSS
.icon-arrow-shuffle-off-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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l4.696%204.696A9.25%209.25%200%200%200%202.75%207a.75.75%200%201%200%200%201.5c2.65%200%204.533%201.231%206.386%202.832q.292-.264.594-.542l.707.708C8.122%2013.627%206.019%2015.5%202.75%2015.5a.75.75%200%200%200%200%201.5c3.918%200%206.423-2.302%208.692-4.388l.057-.052l.708.708l-.023.02l-.132.122l-.303.278c.937.82%201.943%201.608%203.087%202.21l5.883%205.883a.75.75%200%200%200%201.061-1.061zm15.38%2013.259l2.211%202.21l.91-.909a.75.75%200%200%200%200-1.06l-2.5-2.5a.75.75%200%201%200-1.061%201.06l1.22%201.22h-.19q-.3%200-.59-.021M12.7%209.517l1.07%201.07C15.346%209.365%2017.028%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.06l-2.5-2.5a.75.75%200%201%200-1.06%201.06L19.44%207h-.19c-2.74%200-4.79%201.127-6.55%202.517%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.28%202.22a.75.75%200%201%200-1.06%201.06l4.696%204.696A9.25%209.25%200%200%200%202.75%207a.75.75%200%201%200%200%201.5c2.65%200%204.533%201.231%206.386%202.832q.292-.264.594-.542l.707.708C8.122%2013.627%206.019%2015.5%202.75%2015.5a.75.75%200%200%200%200%201.5c3.918%200%206.423-2.302%208.692-4.388l.057-.052l.708.708l-.023.02l-.132.122l-.303.278c.937.82%201.943%201.608%203.087%202.21l5.883%205.883a.75.75%200%200%200%201.061-1.061zm15.38%2013.259l2.211%202.21l.91-.909a.75.75%200%200%200%200-1.06l-2.5-2.5a.75.75%200%201%200-1.061%201.06l1.22%201.22h-.19q-.3%200-.59-.021M12.7%209.517l1.07%201.07C15.346%209.365%2017.028%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.06l-2.5-2.5a.75.75%200%201%200-1.06%201.06L19.44%207h-.19c-2.74%200-4.79%201.127-6.55%202.517%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-shuffle-off-24-regular.svg?color=%231a73e8&size=48