arrow shuffle off icon
arrow-shuffle-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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-filledarrow-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.708L6.094 6.8C5.078 6.312 3.91 6 2.5 6a.5.5 0 1 0 0 1c2.418 0 4.017 1.023 5.52 2.327l.311-.288l.708.707C7.202 11.458 5.469 13 2.5 13a.5.5 0 0 0 0 1c3.409 0 5.405-1.828 7.247-3.546l.707.707l-.21.197c.537.471 1.104.925 1.726 1.32l5.176 5.176a.5.5 0 0 0 .708-.708zM14.972 12.85l1.141 1.142l.182.005l-.088.089l.707.707l.94-.94a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.708.707l1.144 1.144a7.5 7.5 0 0 1-1.318-.147m-4.45-4.449l.711.71c1.387-1.162 2.888-2.055 5.057-2.109l-1.144 1.144a.5.5 0 0 0 .708.707l2-2a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.708.707l1.15 1.149c-2.538.055-4.28 1.135-5.773 2.4"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff20Regular(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.708L6.094 6.8C5.078 6.312 3.91 6 2.5 6a.5.5 0 1 0 0 1c2.418 0 4.017 1.023 5.52 2.327l.311-.288l.708.707C7.202 11.458 5.469 13 2.5 13a.5.5 0 0 0 0 1c3.409 0 5.405-1.828 7.247-3.546l.707.707l-.21.197c.537.471 1.104.925 1.726 1.32l5.176 5.176a.5.5 0 0 0 .708-.708zM14.972 12.85l1.141 1.142l.182.005l-.088.089l.707.707l.94-.94a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.708.707l1.144 1.144a7.5 7.5 0 0 1-1.318-.147m-4.45-4.449l.711.71c1.387-1.162 2.888-2.055 5.057-2.109l-1.144 1.144a.5.5 0 0 0 .708.707l2-2a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.708.707l1.15 1.149c-2.538.055-4.28 1.135-5.773 2.4"/></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.708L6.094 6.8C5.078 6.312 3.91 6 2.5 6a.5.5 0 1 0 0 1c2.418 0 4.017 1.023 5.52 2.327l.311-.288l.708.707C7.202 11.458 5.469 13 2.5 13a.5.5 0 0 0 0 1c3.409 0 5.405-1.828 7.247-3.546l.707.707l-.21.197c.537.471 1.104.925 1.726 1.32l5.176 5.176a.5.5 0 0 0 .708-.708zM14.972 12.85l1.141 1.142l.182.005l-.088.089l.707.707l.94-.94a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.708.707l1.144 1.144a7.5 7.5 0 0 1-1.318-.147m-4.45-4.449l.711.71c1.387-1.162 2.888-2.055 5.057-2.109l-1.144 1.144a.5.5 0 0 0 .708.707l2-2a.5.5 0 0 0 0-.707l-2-2a.5.5 0 0 0-.708.707l1.15 1.149c-2.538.055-4.28 1.135-5.773 2.4"/></svg> </template>
CSS
.icon-arrow-shuffle-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708L6.094%206.8C5.078%206.312%203.91%206%202.5%206a.5.5%200%201%200%200%201c2.418%200%204.017%201.023%205.52%202.327l.311-.288l.708.707C7.202%2011.458%205.469%2013%202.5%2013a.5.5%200%200%200%200%201c3.409%200%205.405-1.828%207.247-3.546l.707.707l-.21.197c.537.471%201.104.925%201.726%201.32l5.176%205.176a.5.5%200%200%200%20.708-.708zM14.972%2012.85l1.141%201.142l.182.005l-.088.089l.707.707l.94-.94a.5.5%200%200%200%200-.707l-2-2a.5.5%200%200%200-.708.707l1.144%201.144a7.5%207.5%200%200%201-1.318-.147m-4.45-4.449l.711.71c1.387-1.162%202.888-2.055%205.057-2.109l-1.144%201.144a.5.5%200%200%200%20.708.707l2-2a.5.5%200%200%200%200-.707l-2-2a.5.5%200%200%200-.708.707l1.15%201.149c-2.538.055-4.28%201.135-5.773%202.4%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.708L6.094%206.8C5.078%206.312%203.91%206%202.5%206a.5.5%200%201%200%200%201c2.418%200%204.017%201.023%205.52%202.327l.311-.288l.708.707C7.202%2011.458%205.469%2013%202.5%2013a.5.5%200%200%200%200%201c3.409%200%205.405-1.828%207.247-3.546l.707.707l-.21.197c.537.471%201.104.925%201.726%201.32l5.176%205.176a.5.5%200%200%200%20.708-.708zM14.972%2012.85l1.141%201.142l.182.005l-.088.089l.707.707l.94-.94a.5.5%200%200%200%200-.707l-2-2a.5.5%200%200%200-.708.707l1.144%201.144a7.5%207.5%200%200%201-1.318-.147m-4.45-4.449l.711.71c1.387-1.162%202.888-2.055%205.057-2.109l-1.144%201.144a.5.5%200%200%200%20.708.707l2-2a.5.5%200%200%200%200-.707l-2-2a.5.5%200%200%200-.708.707l1.15%201.149c-2.538.055-4.28%201.135-5.773%202.4%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-regular.svg?color=%231a73e8&size=48