arrow shuffle off icon
arrow-shuffle-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
arrow-shuffle-off-16-filledarrow-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-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 16 16"><path fill="currentColor" d="m11.647 12.354l2.5 2.5a.5.5 0 0 0 .707-.708l-13-13a.5.5 0 1 0-.708.708l3.569 3.568A5.9 5.9 0 0 0 2.5 5a.5.5 0 0 0 0 1c1.45 0 2.5.564 3.484 1.345q.17-.149.345-.308l.709.708C5.7 8.957 4.472 10 2.5 10a.5.5 0 0 0 0 1c2.411 0 3.906-1.33 5.245-2.547l.708.707l-.19.174a9 9 0 0 0 1.213.85l2.17 2.169zm.46-2.368l1.307 1.307l.44-.44a.5.5 0 0 0 0-.707l-1.5-1.5a.5.5 0 0 0-.708 0a.5.5 0 0 0 0 .708l.643.642zM8.556 6.435l.715.714c.863-.64 1.796-1.098 3.018-1.145l-.643.642a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 0 0-.708.708l.65.65c-1.567.049-2.74.667-3.74 1.43"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.647 12.354l2.5 2.5a.5.5 0 0 0 .707-.708l-13-13a.5.5 0 1 0-.708.708l3.569 3.568A5.9 5.9 0 0 0 2.5 5a.5.5 0 0 0 0 1c1.45 0 2.5.564 3.484 1.345q.17-.149.345-.308l.709.708C5.7 8.957 4.472 10 2.5 10a.5.5 0 0 0 0 1c2.411 0 3.906-1.33 5.245-2.547l.708.707l-.19.174a9 9 0 0 0 1.213.85l2.17 2.169zm.46-2.368l1.307 1.307l.44-.44a.5.5 0 0 0 0-.707l-1.5-1.5a.5.5 0 0 0-.708 0a.5.5 0 0 0 0 .708l.643.642zM8.556 6.435l.715.714c.863-.64 1.796-1.098 3.018-1.145l-.643.642a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 0 0-.708.708l.65.65c-1.567.049-2.74.667-3.74 1.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.647 12.354l2.5 2.5a.5.5 0 0 0 .707-.708l-13-13a.5.5 0 1 0-.708.708l3.569 3.568A5.9 5.9 0 0 0 2.5 5a.5.5 0 0 0 0 1c1.45 0 2.5.564 3.484 1.345q.17-.149.345-.308l.709.708C5.7 8.957 4.472 10 2.5 10a.5.5 0 0 0 0 1c2.411 0 3.906-1.33 5.245-2.547l.708.707l-.19.174a9 9 0 0 0 1.213.85l2.17 2.169zm.46-2.368l1.307 1.307l.44-.44a.5.5 0 0 0 0-.707l-1.5-1.5a.5.5 0 0 0-.708 0a.5.5 0 0 0 0 .708l.643.642zM8.556 6.435l.715.714c.863-.64 1.796-1.098 3.018-1.145l-.643.642a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 0 0-.708.708l.65.65c-1.567.049-2.74.667-3.74 1.43"/></svg> </template>
CSS
.icon-arrow-shuffle-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.647%2012.354l2.5%202.5a.5.5%200%200%200%20.707-.708l-13-13a.5.5%200%201%200-.708.708l3.569%203.568A5.9%205.9%200%200%200%202.5%205a.5.5%200%200%200%200%201c1.45%200%202.5.564%203.484%201.345q.17-.149.345-.308l.709.708C5.7%208.957%204.472%2010%202.5%2010a.5.5%200%200%200%200%201c2.411%200%203.906-1.33%205.245-2.547l.708.707l-.19.174a9%209%200%200%200%201.213.85l2.17%202.169zm.46-2.368l1.307%201.307l.44-.44a.5.5%200%200%200%200-.707l-1.5-1.5a.5.5%200%200%200-.708%200a.5.5%200%200%200%200%20.708l.643.642zM8.556%206.435l.715.714c.863-.64%201.796-1.098%203.018-1.145l-.643.642a.5.5%200%200%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708l-1.5-1.5a.5.5%200%200%200-.708.708l.65.65c-1.567.049-2.74.667-3.74%201.43%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.647%2012.354l2.5%202.5a.5.5%200%200%200%20.707-.708l-13-13a.5.5%200%201%200-.708.708l3.569%203.568A5.9%205.9%200%200%200%202.5%205a.5.5%200%200%200%200%201c1.45%200%202.5.564%203.484%201.345q.17-.149.345-.308l.709.708C5.7%208.957%204.472%2010%202.5%2010a.5.5%200%200%200%200%201c2.411%200%203.906-1.33%205.245-2.547l.708.707l-.19.174a9%209%200%200%200%201.213.85l2.17%202.169zm.46-2.368l1.307%201.307l.44-.44a.5.5%200%200%200%200-.707l-1.5-1.5a.5.5%200%200%200-.708%200a.5.5%200%200%200%200%20.708l.643.642zM8.556%206.435l.715.714c.863-.64%201.796-1.098%203.018-1.145l-.643.642a.5.5%200%200%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708l-1.5-1.5a.5.5%200%200%200-.708.708l.65.65c-1.567.049-2.74.667-3.74%201.43%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-16-regular.svg?color=%231a73e8&size=48