arrow shuffle off icon
arrow-shuffle-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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-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 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.265 6.266C7.155 8.907 5.615 8.5 3.75 8.5a.75.75 0 0 0 0 1.5c3.33 0 5.437 1.463 7.445 3.312q.265-.255.537-.52l.707.708C10.007 15.868 7.769 18 3.75 18a.75.75 0 0 0 0 1.5c4.68 0 7.312-2.564 9.728-4.919l.022-.02l.707.707l-.08.077l-.4.39c1.05.974 2.189 1.906 3.546 2.6l7.446 7.445a.75.75 0 0 0 1.061-1.06zm12.424 10.302l-1.066-1.066C16.569 9.831 18.878 8.5 22.25 8.5h.19l-1.72-1.72a.75.75 0 0 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06L22.44 10h-.19c-2.839 0-4.789 1.063-6.546 2.522m7.917 7.917l-2.498-2.498q.54.059 1.127.059h.19l-1.72-1.72a.75.75 0 1 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.265 6.266C7.155 8.907 5.615 8.5 3.75 8.5a.75.75 0 0 0 0 1.5c3.33 0 5.437 1.463 7.445 3.312q.265-.255.537-.52l.707.708C10.007 15.868 7.769 18 3.75 18a.75.75 0 0 0 0 1.5c4.68 0 7.312-2.564 9.728-4.919l.022-.02l.707.707l-.08.077l-.4.39c1.05.974 2.189 1.906 3.546 2.6l7.446 7.445a.75.75 0 0 0 1.061-1.06zm12.424 10.302l-1.066-1.066C16.569 9.831 18.878 8.5 22.25 8.5h.19l-1.72-1.72a.75.75 0 0 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06L22.44 10h-.19c-2.839 0-4.789 1.063-6.546 2.522m7.917 7.917l-2.498-2.498q.54.059 1.127.059h.19l-1.72-1.72a.75.75 0 1 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.265 6.266C7.155 8.907 5.615 8.5 3.75 8.5a.75.75 0 0 0 0 1.5c3.33 0 5.437 1.463 7.445 3.312q.265-.255.537-.52l.707.708C10.007 15.868 7.769 18 3.75 18a.75.75 0 0 0 0 1.5c4.68 0 7.312-2.564 9.728-4.919l.022-.02l.707.707l-.08.077l-.4.39c1.05.974 2.189 1.906 3.546 2.6l7.446 7.445a.75.75 0 0 0 1.061-1.06zm12.424 10.302l-1.066-1.066C16.569 9.831 18.878 8.5 22.25 8.5h.19l-1.72-1.72a.75.75 0 0 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06L22.44 10h-.19c-2.839 0-4.789 1.063-6.546 2.522m7.917 7.917l-2.498-2.498q.54.059 1.127.059h.19l-1.72-1.72a.75.75 0 1 1 1.06-1.06l3 3a.75.75 0 0 1 0 1.06z"/></svg> </template>
CSS
.icon-arrow-shuffle-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l6.265%206.266C7.155%208.907%205.615%208.5%203.75%208.5a.75.75%200%200%200%200%201.5c3.33%200%205.437%201.463%207.445%203.312q.265-.255.537-.52l.707.708C10.007%2015.868%207.769%2018%203.75%2018a.75.75%200%200%200%200%201.5c4.68%200%207.312-2.564%209.728-4.919l.022-.02l.707.707l-.08.077l-.4.39c1.05.974%202.189%201.906%203.546%202.6l7.446%207.445a.75.75%200%200%200%201.061-1.06zm12.424%2010.302l-1.066-1.066C16.569%209.831%2018.878%208.5%2022.25%208.5h.19l-1.72-1.72a.75.75%200%200%201%201.06-1.06l3%203a.75.75%200%200%201%200%201.06l-3%203a.75.75%200%201%201-1.06-1.06L22.44%2010h-.19c-2.839%200-4.789%201.063-6.546%202.522m7.917%207.917l-2.498-2.498q.54.059%201.127.059h.19l-1.72-1.72a.75.75%200%201%201%201.06-1.06l3%203a.75.75%200%200%201%200%201.06z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l6.265%206.266C7.155%208.907%205.615%208.5%203.75%208.5a.75.75%200%200%200%200%201.5c3.33%200%205.437%201.463%207.445%203.312q.265-.255.537-.52l.707.708C10.007%2015.868%207.769%2018%203.75%2018a.75.75%200%200%200%200%201.5c4.68%200%207.312-2.564%209.728-4.919l.022-.02l.707.707l-.08.077l-.4.39c1.05.974%202.189%201.906%203.546%202.6l7.446%207.445a.75.75%200%200%200%201.061-1.06zm12.424%2010.302l-1.066-1.066C16.569%209.831%2018.878%208.5%2022.25%208.5h.19l-1.72-1.72a.75.75%200%200%201%201.06-1.06l3%203a.75.75%200%200%201%200%201.06l-3%203a.75.75%200%201%201-1.06-1.06L22.44%2010h-.19c-2.839%200-4.789%201.063-6.546%202.522m7.917%207.917l-2.498-2.498q.54.059%201.127.059h.19l-1.72-1.72a.75.75%200%201%201%201.06-1.06l3%203a.75.75%200%200%201%200%201.06z%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-28-regular.svg?color=%231a73e8&size=48