arrow shuffle off icon
arrow-shuffle-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-32-regulararrow-shuffle-off-48-filled
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 48 48"><path fill="currentColor" d="m30.383 32.15l11.483 11.484a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768L14.57 16.338C11.989 14.928 8.977 14 5.25 14a1.25 1.25 0 1 0 0 2.5c6.017 0 9.863 2.707 13.52 6.116q.469-.457.948-.93l.1-.1l1.415 1.415l-.03.028l-.08.08C16.664 27.506 12.56 31.5 5.25 31.5a1.25 1.25 0 1 0 0 2.5c8.388 0 13.151-4.696 17.546-9.03l.082-.08l.123-.121l1.414 1.414l-.133.131l-.187.185l-.652.641c2.04 1.91 4.26 3.727 6.94 5.01m8.92 1.85l-2.611-2.611q.985.11 2.058.111h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-2.349 2.348l-1.767-1.767l.214-.215zM26.648 21.345l-1.775-1.775C28.407 16.52 32.606 14 38.75 14h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-5.5 5.5a1.25 1.25 0 0 1-1.768-1.768l3.366-3.366h-.982c-5.246 0-8.842 2.058-12.102 4.845"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m30.383 32.15l11.483 11.484a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768L14.57 16.338C11.989 14.928 8.977 14 5.25 14a1.25 1.25 0 1 0 0 2.5c6.017 0 9.863 2.707 13.52 6.116q.469-.457.948-.93l.1-.1l1.415 1.415l-.03.028l-.08.08C16.664 27.506 12.56 31.5 5.25 31.5a1.25 1.25 0 1 0 0 2.5c8.388 0 13.151-4.696 17.546-9.03l.082-.08l.123-.121l1.414 1.414l-.133.131l-.187.185l-.652.641c2.04 1.91 4.26 3.727 6.94 5.01m8.92 1.85l-2.611-2.611q.985.11 2.058.111h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-2.349 2.348l-1.767-1.767l.214-.215zM26.648 21.345l-1.775-1.775C28.407 16.52 32.606 14 38.75 14h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-5.5 5.5a1.25 1.25 0 0 1-1.768-1.768l3.366-3.366h-.982c-5.246 0-8.842 2.058-12.102 4.845"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m30.383 32.15l11.483 11.484a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768L14.57 16.338C11.989 14.928 8.977 14 5.25 14a1.25 1.25 0 1 0 0 2.5c6.017 0 9.863 2.707 13.52 6.116q.469-.457.948-.93l.1-.1l1.415 1.415l-.03.028l-.08.08C16.664 27.506 12.56 31.5 5.25 31.5a1.25 1.25 0 1 0 0 2.5c8.388 0 13.151-4.696 17.546-9.03l.082-.08l.123-.121l1.414 1.414l-.133.131l-.187.185l-.652.641c2.04 1.91 4.26 3.727 6.94 5.01m8.92 1.85l-2.611-2.611q.985.11 2.058.111h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-2.349 2.348l-1.767-1.767l.214-.215zM26.648 21.345l-1.775-1.775C28.407 16.52 32.606 14 38.75 14h.982l-3.366-3.366a1.25 1.25 0 0 1 1.768-1.768l5.5 5.5a1.25 1.25 0 0 1 0 1.768l-5.5 5.5a1.25 1.25 0 0 1-1.768-1.768l3.366-3.366h-.982c-5.246 0-8.842 2.058-12.102 4.845"/></svg> </template>
CSS
.icon-arrow-shuffle-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.383%2032.15l11.483%2011.484a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768L14.57%2016.338C11.989%2014.928%208.977%2014%205.25%2014a1.25%201.25%200%201%200%200%202.5c6.017%200%209.863%202.707%2013.52%206.116q.469-.457.948-.93l.1-.1l1.415%201.415l-.03.028l-.08.08C16.664%2027.506%2012.56%2031.5%205.25%2031.5a1.25%201.25%200%201%200%200%202.5c8.388%200%2013.151-4.696%2017.546-9.03l.082-.08l.123-.121l1.414%201.414l-.133.131l-.187.185l-.652.641c2.04%201.91%204.26%203.727%206.94%205.01m8.92%201.85l-2.611-2.611q.985.11%202.058.111h.982l-3.366-3.366a1.25%201.25%200%200%201%201.768-1.768l5.5%205.5a1.25%201.25%200%200%201%200%201.768l-2.349%202.348l-1.767-1.767l.214-.215zM26.648%2021.345l-1.775-1.775C28.407%2016.52%2032.606%2014%2038.75%2014h.982l-3.366-3.366a1.25%201.25%200%200%201%201.768-1.768l5.5%205.5a1.25%201.25%200%200%201%200%201.768l-5.5%205.5a1.25%201.25%200%200%201-1.768-1.768l3.366-3.366h-.982c-5.246%200-8.842%202.058-12.102%204.845%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30.383%2032.15l11.483%2011.484a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768L14.57%2016.338C11.989%2014.928%208.977%2014%205.25%2014a1.25%201.25%200%201%200%200%202.5c6.017%200%209.863%202.707%2013.52%206.116q.469-.457.948-.93l.1-.1l1.415%201.415l-.03.028l-.08.08C16.664%2027.506%2012.56%2031.5%205.25%2031.5a1.25%201.25%200%201%200%200%202.5c8.388%200%2013.151-4.696%2017.546-9.03l.082-.08l.123-.121l1.414%201.414l-.133.131l-.187.185l-.652.641c2.04%201.91%204.26%203.727%206.94%205.01m8.92%201.85l-2.611-2.611q.985.11%202.058.111h.982l-3.366-3.366a1.25%201.25%200%200%201%201.768-1.768l5.5%205.5a1.25%201.25%200%200%201%200%201.768l-2.349%202.348l-1.767-1.767l.214-.215zM26.648%2021.345l-1.775-1.775C28.407%2016.52%2032.606%2014%2038.75%2014h.982l-3.366-3.366a1.25%201.25%200%200%201%201.768-1.768l5.5%205.5a1.25%201.25%200%200%201%200%201.768l-5.5%205.5a1.25%201.25%200%200%201-1.768-1.768l3.366-3.366h-.982c-5.246%200-8.842%202.058-12.102%204.845%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-48-regular.svg?color=%231a73e8&size=48