arrow shuffle off icon

arrow-shuffle-off-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
arrow-shuffle-off-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow shuffle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m25.048 26.462l3.245 3.245a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l5.57 5.57A12.2 12.2 0 0 0 4.25 8.75a1.25 1.25 0 0 0 0 2.5c3.43 0 5.726 1.563 7.95 3.691q.32-.328.652-.675l1.061 1.061C11.078 18.281 8.56 20.75 4.25 20.75a1.25 1.25 0 0 0 0 2.5c5.452 0 8.647-3.249 11.432-6.154l1.06 1.06q-.33.346-.678.705c1.366 1.31 2.892 2.541 4.748 3.365l2.476 2.476a1.25 1.25 0 0 0 1.76 1.76m-.882-5.831l3.36 3.36l1.108-1.107a1.25 1.25 0 0 0 0-1.768l-3.5-3.5a1.25 1.25 0 1 0-1.768 1.768l1.313 1.312a10 10 0 0 1-.513-.066m-7.788-7.789l1.771 1.772c1.877-1.736 3.843-3.038 6.53-3.311l-1.313 1.313a1.25 1.25 0 1 0 1.768 1.768l3.5-3.5a1.25 1.25 0 0 0 0-1.768l-3.5-3.5a1.25 1.25 0 0 0-1.768 1.768l1.403 1.402c-3.643.271-6.226 2.04-8.391 4.056"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowShuffleOff32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m25.048 26.462l3.245 3.245a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l5.57 5.57A12.2 12.2 0 0 0 4.25 8.75a1.25 1.25 0 0 0 0 2.5c3.43 0 5.726 1.563 7.95 3.691q.32-.328.652-.675l1.061 1.061C11.078 18.281 8.56 20.75 4.25 20.75a1.25 1.25 0 0 0 0 2.5c5.452 0 8.647-3.249 11.432-6.154l1.06 1.06q-.33.346-.678.705c1.366 1.31 2.892 2.541 4.748 3.365l2.476 2.476a1.25 1.25 0 0 0 1.76 1.76m-.882-5.831l3.36 3.36l1.108-1.107a1.25 1.25 0 0 0 0-1.768l-3.5-3.5a1.25 1.25 0 1 0-1.768 1.768l1.313 1.312a10 10 0 0 1-.513-.066m-7.788-7.789l1.771 1.772c1.877-1.736 3.843-3.038 6.53-3.311l-1.313 1.313a1.25 1.25 0 1 0 1.768 1.768l3.5-3.5a1.25 1.25 0 0 0 0-1.768l-3.5-3.5a1.25 1.25 0 0 0-1.768 1.768l1.403 1.402c-3.643.271-6.226 2.04-8.391 4.056"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m25.048 26.462l3.245 3.245a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l5.57 5.57A12.2 12.2 0 0 0 4.25 8.75a1.25 1.25 0 0 0 0 2.5c3.43 0 5.726 1.563 7.95 3.691q.32-.328.652-.675l1.061 1.061C11.078 18.281 8.56 20.75 4.25 20.75a1.25 1.25 0 0 0 0 2.5c5.452 0 8.647-3.249 11.432-6.154l1.06 1.06q-.33.346-.678.705c1.366 1.31 2.892 2.541 4.748 3.365l2.476 2.476a1.25 1.25 0 0 0 1.76 1.76m-.882-5.831l3.36 3.36l1.108-1.107a1.25 1.25 0 0 0 0-1.768l-3.5-3.5a1.25 1.25 0 1 0-1.768 1.768l1.313 1.312a10 10 0 0 1-.513-.066m-7.788-7.789l1.771 1.772c1.877-1.736 3.843-3.038 6.53-3.311l-1.313 1.313a1.25 1.25 0 1 0 1.768 1.768l3.5-3.5a1.25 1.25 0 0 0 0-1.768l-3.5-3.5a1.25 1.25 0 0 0-1.768 1.768l1.403 1.402c-3.643.271-6.226 2.04-8.391 4.056"/></svg>
</template>

CSS

.icon-arrow-shuffle-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.048%2026.462l3.245%203.245a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l5.57%205.57A12.2%2012.2%200%200%200%204.25%208.75a1.25%201.25%200%200%200%200%202.5c3.43%200%205.726%201.563%207.95%203.691q.32-.328.652-.675l1.061%201.061C11.078%2018.281%208.56%2020.75%204.25%2020.75a1.25%201.25%200%200%200%200%202.5c5.452%200%208.647-3.249%2011.432-6.154l1.06%201.06q-.33.346-.678.705c1.366%201.31%202.892%202.541%204.748%203.365l2.476%202.476a1.25%201.25%200%200%200%201.76%201.76m-.882-5.831l3.36%203.36l1.108-1.107a1.25%201.25%200%200%200%200-1.768l-3.5-3.5a1.25%201.25%200%201%200-1.768%201.768l1.313%201.312a10%2010%200%200%201-.513-.066m-7.788-7.789l1.771%201.772c1.877-1.736%203.843-3.038%206.53-3.311l-1.313%201.313a1.25%201.25%200%201%200%201.768%201.768l3.5-3.5a1.25%201.25%200%200%200%200-1.768l-3.5-3.5a1.25%201.25%200%200%200-1.768%201.768l1.403%201.402c-3.643.271-6.226%202.04-8.391%204.056%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m25.048%2026.462l3.245%203.245a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l5.57%205.57A12.2%2012.2%200%200%200%204.25%208.75a1.25%201.25%200%200%200%200%202.5c3.43%200%205.726%201.563%207.95%203.691q.32-.328.652-.675l1.061%201.061C11.078%2018.281%208.56%2020.75%204.25%2020.75a1.25%201.25%200%200%200%200%202.5c5.452%200%208.647-3.249%2011.432-6.154l1.06%201.06q-.33.346-.678.705c1.366%201.31%202.892%202.541%204.748%203.365l2.476%202.476a1.25%201.25%200%200%200%201.76%201.76m-.882-5.831l3.36%203.36l1.108-1.107a1.25%201.25%200%200%200%200-1.768l-3.5-3.5a1.25%201.25%200%201%200-1.768%201.768l1.313%201.312a10%2010%200%200%201-.513-.066m-7.788-7.789l1.771%201.772c1.877-1.736%203.843-3.038%206.53-3.311l-1.313%201.313a1.25%201.25%200%201%200%201.768%201.768l3.5-3.5a1.25%201.25%200%200%200%200-1.768l-3.5-3.5a1.25%201.25%200%200%200-1.768%201.768l1.403%201.402c-3.643.271-6.226%202.04-8.391%204.056%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-32-filled.svg?color=%231a73e8&size=48