arrow shuffle off icon
arrow-shuffle-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
arrow-shuffle-off-16-filledarrow-shuffle-off-16-regulararrow-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-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 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l3.002 3.001A7.9 7.9 0 0 0 2.75 5.5a.75.75 0 0 0 0 1.5c2.237 0 3.67.971 5.02 2.286q.192-.202.392-.417l.707.708C7.14 11.428 5.596 13 2.75 13a.75.75 0 0 0 0 1.5c3.528 0 5.473-2.033 7.18-3.862l.708.707l-.436.464c.849.824 1.805 1.592 2.995 2.095l1.43 1.43a.75.75 0 0 0 1.04 1.04l1.48 1.48a.5.5 0 0 0 .707-.708zm12.158 10.745l2.079 2.079l.69-.69a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.061 1.06l.668.669a6 6 0 0 1-.376-.058m-4.754-4.754l1.062 1.062c1.142-1.095 2.354-1.937 4.068-2.148l-.668.669a.75.75 0 0 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.753.754c-2.312.208-3.896 1.333-5.215 2.603"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l3.002 3.001A7.9 7.9 0 0 0 2.75 5.5a.75.75 0 0 0 0 1.5c2.237 0 3.67.971 5.02 2.286q.192-.202.392-.417l.707.708C7.14 11.428 5.596 13 2.75 13a.75.75 0 0 0 0 1.5c3.528 0 5.473-2.033 7.18-3.862l.708.707l-.436.464c.849.824 1.805 1.592 2.995 2.095l1.43 1.43a.75.75 0 0 0 1.04 1.04l1.48 1.48a.5.5 0 0 0 .707-.708zm12.158 10.745l2.079 2.079l.69-.69a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.061 1.06l.668.669a6 6 0 0 1-.376-.058m-4.754-4.754l1.062 1.062c1.142-1.095 2.354-1.937 4.068-2.148l-.668.669a.75.75 0 0 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.753.754c-2.312.208-3.896 1.333-5.215 2.603"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l3.002 3.001A7.9 7.9 0 0 0 2.75 5.5a.75.75 0 0 0 0 1.5c2.237 0 3.67.971 5.02 2.286q.192-.202.392-.417l.707.708C7.14 11.428 5.596 13 2.75 13a.75.75 0 0 0 0 1.5c3.528 0 5.473-2.033 7.18-3.862l.708.707l-.436.464c.849.824 1.805 1.592 2.995 2.095l1.43 1.43a.75.75 0 0 0 1.04 1.04l1.48 1.48a.5.5 0 0 0 .707-.708zm12.158 10.745l2.079 2.079l.69-.69a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.061 1.06l.668.669a6 6 0 0 1-.376-.058m-4.754-4.754l1.062 1.062c1.142-1.095 2.354-1.937 4.068-2.148l-.668.669a.75.75 0 0 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.753.754c-2.312.208-3.896 1.333-5.215 2.603"/></svg> </template>
CSS
.icon-arrow-shuffle-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l3.002%203.001A7.9%207.9%200%200%200%202.75%205.5a.75.75%200%200%200%200%201.5c2.237%200%203.67.971%205.02%202.286q.192-.202.392-.417l.707.708C7.14%2011.428%205.596%2013%202.75%2013a.75.75%200%200%200%200%201.5c3.528%200%205.473-2.033%207.18-3.862l.708.707l-.436.464c.849.824%201.805%201.592%202.995%202.095l1.43%201.43a.75.75%200%200%200%201.04%201.04l1.48%201.48a.5.5%200%200%200%20.707-.708zm12.158%2010.745l2.079%202.079l.69-.69a.75.75%200%200%200%200-1.06l-2-2a.75.75%200%201%200-1.061%201.06l.668.669a6%206%200%200%201-.376-.058m-4.754-4.754l1.062%201.062c1.142-1.095%202.354-1.937%204.068-2.148l-.668.669a.75.75%200%200%200%201.06%201.06l2-2a.75.75%200%200%200%200-1.06l-2-2a.75.75%200%201%200-1.06%201.06l.753.754c-2.312.208-3.896%201.333-5.215%202.603%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l3.002%203.001A7.9%207.9%200%200%200%202.75%205.5a.75.75%200%200%200%200%201.5c2.237%200%203.67.971%205.02%202.286q.192-.202.392-.417l.707.708C7.14%2011.428%205.596%2013%202.75%2013a.75.75%200%200%200%200%201.5c3.528%200%205.473-2.033%207.18-3.862l.708.707l-.436.464c.849.824%201.805%201.592%202.995%202.095l1.43%201.43a.75.75%200%200%200%201.04%201.04l1.48%201.48a.5.5%200%200%200%20.707-.708zm12.158%2010.745l2.079%202.079l.69-.69a.75.75%200%200%200%200-1.06l-2-2a.75.75%200%201%200-1.061%201.06l.668.669a6%206%200%200%201-.376-.058m-4.754-4.754l1.062%201.062c1.142-1.095%202.354-1.937%204.068-2.148l-.668.669a.75.75%200%200%200%201.06%201.06l2-2a.75.75%200%200%200%200-1.06l-2-2a.75.75%200%201%200-1.06%201.06l.753.754c-2.312.208-3.896%201.333-5.215%202.603%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-20-filled.svg?color=%231a73e8&size=48