arrow shuffle off icon
arrow-shuffle-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- arrow-shuffle-off-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
arrow-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-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="m12 12.707l2.146 2.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.071 3.07A6 6 0 0 0 2.75 4.75a.75.75 0 0 0 0 1.5c1.243 0 2.122.432 2.932 1.082q.228-.217.477-.466l.707.707C5.65 8.786 4.606 9.75 2.75 9.75a.75.75 0 0 0 0 1.5c2.52 0 3.96-1.4 5.177-2.616l.707.707l-.39.387c.556.463 1.186.882 1.94 1.162l.859.86a.75.75 0 0 0 .957.957m-.992-3.82l2.458 2.458l.314-.315a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 0 0-1.271.417M8.326 6.204l1.069 1.068c.58-.452 1.198-.791 1.963-.94l-.137.138a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.265.265c-1.328.161-2.326.732-3.16 1.41"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowShuffleOff16Filled(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="m12 12.707l2.146 2.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.071 3.07A6 6 0 0 0 2.75 4.75a.75.75 0 0 0 0 1.5c1.243 0 2.122.432 2.932 1.082q.228-.217.477-.466l.707.707C5.65 8.786 4.606 9.75 2.75 9.75a.75.75 0 0 0 0 1.5c2.52 0 3.96-1.4 5.177-2.616l.707.707l-.39.387c.556.463 1.186.882 1.94 1.162l.859.86a.75.75 0 0 0 .957.957m-.992-3.82l2.458 2.458l.314-.315a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 0 0-1.271.417M8.326 6.204l1.069 1.068c.58-.452 1.198-.791 1.963-.94l-.137.138a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.265.265c-1.328.161-2.326.732-3.16 1.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12 12.707l2.146 2.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.071 3.07A6 6 0 0 0 2.75 4.75a.75.75 0 0 0 0 1.5c1.243 0 2.122.432 2.932 1.082q.228-.217.477-.466l.707.707C5.65 8.786 4.606 9.75 2.75 9.75a.75.75 0 0 0 0 1.5c2.52 0 3.96-1.4 5.177-2.616l.707.707l-.39.387c.556.463 1.186.882 1.94 1.162l.859.86a.75.75 0 0 0 .957.957m-.992-3.82l2.458 2.458l.314-.315a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 0 0-1.271.417M8.326 6.204l1.069 1.068c.58-.452 1.198-.791 1.963-.94l-.137.138a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.265.265c-1.328.161-2.326.732-3.16 1.41"/></svg> </template>
CSS
.icon-arrow-shuffle-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2012.707l2.146%202.147a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.071%203.07A6%206%200%200%200%202.75%204.75a.75.75%200%200%200%200%201.5c1.243%200%202.122.432%202.932%201.082q.228-.217.477-.466l.707.707C5.65%208.786%204.606%209.75%202.75%209.75a.75.75%200%200%200%200%201.5c2.52%200%203.96-1.4%205.177-2.616l.707.707l-.39.387c.556.463%201.186.882%201.94%201.162l.859.86a.75.75%200%200%200%20.957.957m-.992-3.82l2.458%202.458l.314-.315a.75.75%200%200%200%200-1.06l-1.5-1.5a.75.75%200%200%200-1.271.417M8.326%206.204l1.069%201.068c.58-.452%201.198-.791%201.963-.94l-.137.138a.75.75%200%200%200%201.06%201.06l1.5-1.5a.75.75%200%200%200%200-1.06l-1.5-1.5a.75.75%200%201%200-1.06%201.06l.265.265c-1.328.161-2.326.732-3.16%201.41%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%22m12%2012.707l2.146%202.147a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.071%203.07A6%206%200%200%200%202.75%204.75a.75.75%200%200%200%200%201.5c1.243%200%202.122.432%202.932%201.082q.228-.217.477-.466l.707.707C5.65%208.786%204.606%209.75%202.75%209.75a.75.75%200%200%200%200%201.5c2.52%200%203.96-1.4%205.177-2.616l.707.707l-.39.387c.556.463%201.186.882%201.94%201.162l.859.86a.75.75%200%200%200%20.957.957m-.992-3.82l2.458%202.458l.314-.315a.75.75%200%200%200%200-1.06l-1.5-1.5a.75.75%200%200%200-1.271.417M8.326%206.204l1.069%201.068c.58-.452%201.198-.791%201.963-.94l-.137.138a.75.75%200%200%200%201.06%201.06l1.5-1.5a.75.75%200%200%200%200-1.06l-1.5-1.5a.75.75%200%201%200-1.06%201.06l.265.265c-1.328.161-2.326.732-3.16%201.41%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-filled.svg?color=%231a73e8&size=48