arrow shuffle off icon
arrow-shuffle-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-regulararrow-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.06l3.704 3.705A8.8 8.8 0 0 0 3 6.5a1 1 0 0 0 0 2c2.475 0 4.185 1.18 5.886 2.799q.326-.33.67-.683l.707.708C8.045 13.604 6.137 15.5 3 15.5a1 1 0 1 0 0 2c4.05 0 6.503-2.525 8.632-4.715l.045-.047l.707.707l-.097.1q-.279.289-.574.588c1.182 1.13 2.516 2.195 4.173 2.814l1.684 1.684a1 1 0 0 0 1.299 1.299l1.85 1.85a.75.75 0 0 0 1.061-1.06zm14.304 12.182l3.464 3.464l.66-.659a1 1 0 0 0 0-1.414l-2.5-2.5a1 1 0 0 0-1.624 1.11M12.41 9.228l1.42 1.42c1.377-1.188 2.829-2.028 4.744-2.136l-.781.78a1 1 0 0 0 1.414 1.415l2.5-2.5a1 1 0 0 0 0-1.414l-2.5-2.5a1 1 0 1 0-1.414 1.414l.801.802c-2.624.111-4.56 1.299-6.184 2.719"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff24Filled(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.06l3.704 3.705A8.8 8.8 0 0 0 3 6.5a1 1 0 0 0 0 2c2.475 0 4.185 1.18 5.886 2.799q.326-.33.67-.683l.707.708C8.045 13.604 6.137 15.5 3 15.5a1 1 0 1 0 0 2c4.05 0 6.503-2.525 8.632-4.715l.045-.047l.707.707l-.097.1q-.279.289-.574.588c1.182 1.13 2.516 2.195 4.173 2.814l1.684 1.684a1 1 0 0 0 1.299 1.299l1.85 1.85a.75.75 0 0 0 1.061-1.06zm14.304 12.182l3.464 3.464l.66-.659a1 1 0 0 0 0-1.414l-2.5-2.5a1 1 0 0 0-1.624 1.11M12.41 9.228l1.42 1.42c1.377-1.188 2.829-2.028 4.744-2.136l-.781.78a1 1 0 0 0 1.414 1.415l2.5-2.5a1 1 0 0 0 0-1.414l-2.5-2.5a1 1 0 1 0-1.414 1.414l.801.802c-2.624.111-4.56 1.299-6.184 2.719"/></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.06l3.704 3.705A8.8 8.8 0 0 0 3 6.5a1 1 0 0 0 0 2c2.475 0 4.185 1.18 5.886 2.799q.326-.33.67-.683l.707.708C8.045 13.604 6.137 15.5 3 15.5a1 1 0 1 0 0 2c4.05 0 6.503-2.525 8.632-4.715l.045-.047l.707.707l-.097.1q-.279.289-.574.588c1.182 1.13 2.516 2.195 4.173 2.814l1.684 1.684a1 1 0 0 0 1.299 1.299l1.85 1.85a.75.75 0 0 0 1.061-1.06zm14.304 12.182l3.464 3.464l.66-.659a1 1 0 0 0 0-1.414l-2.5-2.5a1 1 0 0 0-1.624 1.11M12.41 9.228l1.42 1.42c1.377-1.188 2.829-2.028 4.744-2.136l-.781.78a1 1 0 0 0 1.414 1.415l2.5-2.5a1 1 0 0 0 0-1.414l-2.5-2.5a1 1 0 1 0-1.414 1.414l.801.802c-2.624.111-4.56 1.299-6.184 2.719"/></svg> </template>
CSS
.icon-arrow-shuffle-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l3.704%203.705A8.8%208.8%200%200%200%203%206.5a1%201%200%200%200%200%202c2.475%200%204.185%201.18%205.886%202.799q.326-.33.67-.683l.707.708C8.045%2013.604%206.137%2015.5%203%2015.5a1%201%200%201%200%200%202c4.05%200%206.503-2.525%208.632-4.715l.045-.047l.707.707l-.097.1q-.279.289-.574.588c1.182%201.13%202.516%202.195%204.173%202.814l1.684%201.684a1%201%200%200%200%201.299%201.299l1.85%201.85a.75.75%200%200%200%201.061-1.06zm14.304%2012.182l3.464%203.464l.66-.659a1%201%200%200%200%200-1.414l-2.5-2.5a1%201%200%200%200-1.624%201.11M12.41%209.228l1.42%201.42c1.377-1.188%202.829-2.028%204.744-2.136l-.781.78a1%201%200%200%200%201.414%201.415l2.5-2.5a1%201%200%200%200%200-1.414l-2.5-2.5a1%201%200%201%200-1.414%201.414l.801.802c-2.624.111-4.56%201.299-6.184%202.719%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.06l3.704%203.705A8.8%208.8%200%200%200%203%206.5a1%201%200%200%200%200%202c2.475%200%204.185%201.18%205.886%202.799q.326-.33.67-.683l.707.708C8.045%2013.604%206.137%2015.5%203%2015.5a1%201%200%201%200%200%202c4.05%200%206.503-2.525%208.632-4.715l.045-.047l.707.707l-.097.1q-.279.289-.574.588c1.182%201.13%202.516%202.195%204.173%202.814l1.684%201.684a1%201%200%200%200%201.299%201.299l1.85%201.85a.75.75%200%200%200%201.061-1.06zm14.304%2012.182l3.464%203.464l.66-.659a1%201%200%200%200%200-1.414l-2.5-2.5a1%201%200%200%200-1.624%201.11M12.41%209.228l1.42%201.42c1.377-1.188%202.829-2.028%204.744-2.136l-.781.78a1%201%200%200%200%201.414%201.415l2.5-2.5a1%201%200%200%200%200-1.414l-2.5-2.5a1%201%200%201%200-1.414%201.414l.801.802c-2.624.111-4.56%201.299-6.184%202.719%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-filled.svg?color=%231a73e8&size=48