arrow shuffle off icon
arrow-shuffle-off-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-24-regulararrow-shuffle-off-28-filledarrow-shuffle-off-28-regulararrow-shuffle-off-32-filledarrow-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 32 32"><path fill="currentColor" d="m20.057 21.471l8.236 8.236a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l6.094 6.095A12 12 0 0 0 4 9a1 1 0 0 0 0 2c3.632 0 6.104 1.716 8.503 3.957l.522-.518l1.06 1.06C11.136 18.447 8.432 21 4 21a1 1 0 1 0 0 2c5.34 0 8.587-3.172 11.5-6.085l1.06 1.06q-.237.24-.482.483c1.196 1.123 2.488 2.194 3.98 3.014m7.418 2.468l-3.055-3.054q.559.084 1.158.107l-1.785-1.785a1 1 0 0 1 1.414-1.414l3.5 3.5a1 1 0 0 1 0 1.414zm-9.458-9.457L16.6 13.064c2.349-2.117 5.106-3.938 8.993-4.058l-1.799-1.8a1 1 0 0 1 1.414-1.413l3.5 3.5a1 1 0 0 1 0 1.414l-3.5 3.5a1 1 0 0 1-1.414-1.414l1.785-1.785c-3.148.118-5.414 1.554-7.56 3.474"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.057 21.471l8.236 8.236a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l6.094 6.095A12 12 0 0 0 4 9a1 1 0 0 0 0 2c3.632 0 6.104 1.716 8.503 3.957l.522-.518l1.06 1.06C11.136 18.447 8.432 21 4 21a1 1 0 1 0 0 2c5.34 0 8.587-3.172 11.5-6.085l1.06 1.06q-.237.24-.482.483c1.196 1.123 2.488 2.194 3.98 3.014m7.418 2.468l-3.055-3.054q.559.084 1.158.107l-1.785-1.785a1 1 0 0 1 1.414-1.414l3.5 3.5a1 1 0 0 1 0 1.414zm-9.458-9.457L16.6 13.064c2.349-2.117 5.106-3.938 8.993-4.058l-1.799-1.8a1 1 0 0 1 1.414-1.413l3.5 3.5a1 1 0 0 1 0 1.414l-3.5 3.5a1 1 0 0 1-1.414-1.414l1.785-1.785c-3.148.118-5.414 1.554-7.56 3.474"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.057 21.471l8.236 8.236a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l6.094 6.095A12 12 0 0 0 4 9a1 1 0 0 0 0 2c3.632 0 6.104 1.716 8.503 3.957l.522-.518l1.06 1.06C11.136 18.447 8.432 21 4 21a1 1 0 1 0 0 2c5.34 0 8.587-3.172 11.5-6.085l1.06 1.06q-.237.24-.482.483c1.196 1.123 2.488 2.194 3.98 3.014m7.418 2.468l-3.055-3.054q.559.084 1.158.107l-1.785-1.785a1 1 0 0 1 1.414-1.414l3.5 3.5a1 1 0 0 1 0 1.414zm-9.458-9.457L16.6 13.064c2.349-2.117 5.106-3.938 8.993-4.058l-1.799-1.8a1 1 0 0 1 1.414-1.413l3.5 3.5a1 1 0 0 1 0 1.414l-3.5 3.5a1 1 0 0 1-1.414-1.414l1.785-1.785c-3.148.118-5.414 1.554-7.56 3.474"/></svg> </template>
CSS
.icon-arrow-shuffle-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.057%2021.471l8.236%208.236a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l6.094%206.095A12%2012%200%200%200%204%209a1%201%200%200%200%200%202c3.632%200%206.104%201.716%208.503%203.957l.522-.518l1.06%201.06C11.136%2018.447%208.432%2021%204%2021a1%201%200%201%200%200%202c5.34%200%208.587-3.172%2011.5-6.085l1.06%201.06q-.237.24-.482.483c1.196%201.123%202.488%202.194%203.98%203.014m7.418%202.468l-3.055-3.054q.559.084%201.158.107l-1.785-1.785a1%201%200%200%201%201.414-1.414l3.5%203.5a1%201%200%200%201%200%201.414zm-9.458-9.457L16.6%2013.064c2.349-2.117%205.106-3.938%208.993-4.058l-1.799-1.8a1%201%200%200%201%201.414-1.413l3.5%203.5a1%201%200%200%201%200%201.414l-3.5%203.5a1%201%200%200%201-1.414-1.414l1.785-1.785c-3.148.118-5.414%201.554-7.56%203.474%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.057%2021.471l8.236%208.236a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l6.094%206.095A12%2012%200%200%200%204%209a1%201%200%200%200%200%202c3.632%200%206.104%201.716%208.503%203.957l.522-.518l1.06%201.06C11.136%2018.447%208.432%2021%204%2021a1%201%200%201%200%200%202c5.34%200%208.587-3.172%2011.5-6.085l1.06%201.06q-.237.24-.482.483c1.196%201.123%202.488%202.194%203.98%203.014m7.418%202.468l-3.055-3.054q.559.084%201.158.107l-1.785-1.785a1%201%200%200%201%201.414-1.414l3.5%203.5a1%201%200%200%201%200%201.414zm-9.458-9.457L16.6%2013.064c2.349-2.117%205.106-3.938%208.993-4.058l-1.799-1.8a1%201%200%200%201%201.414-1.413l3.5%203.5a1%201%200%200%201%200%201.414l-3.5%203.5a1%201%200%200%201-1.414-1.414l1.785-1.785c-3.148.118-5.414%201.554-7.56%203.474%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-32-regular.svg?color=%231a73e8&size=48