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

Name
arrow-shuffle-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the arrow shuffle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.207 5.793a1 1 0 1 0-1.414 1.414l1.799 1.8c-5.173.158-8.346 3.332-11.216 6.203l-.083.083C11.26 18.326 8.533 21 4 21a1 1 0 1 0 0 2c5.415 0 8.679-3.264 11.624-6.21l.083-.083c2.938-2.938 5.588-5.539 9.87-5.7l-1.784 1.786a1 1 0 1 0 1.414 1.414l3.5-3.5a1 1 0 0 0 0-1.414zM4 9c4.4 0 7.38 2.155 9.922 4.543l-.513.512l-.177.177q-.371.372-.73.726C10.104 12.716 7.632 11 4 11a1 1 0 1 1 0-2m21.592 13.994c-4.178-.129-7.051-2.224-9.514-4.537l.512-.512l.178-.177q.371-.372.73-.726c2.304 2.154 4.676 3.823 8.08 3.95l-1.785-1.785a1 1 0 0 1 1.414-1.414l3.5 3.5a1 1 0 0 1 0 1.414l-3.5 3.5a1 1 0 1 1-1.414-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowShuffle32Regular(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.207 5.793a1 1 0 1 0-1.414 1.414l1.799 1.8c-5.173.158-8.346 3.332-11.216 6.203l-.083.083C11.26 18.326 8.533 21 4 21a1 1 0 1 0 0 2c5.415 0 8.679-3.264 11.624-6.21l.083-.083c2.938-2.938 5.588-5.539 9.87-5.7l-1.784 1.786a1 1 0 1 0 1.414 1.414l3.5-3.5a1 1 0 0 0 0-1.414zM4 9c4.4 0 7.38 2.155 9.922 4.543l-.513.512l-.177.177q-.371.372-.73.726C10.104 12.716 7.632 11 4 11a1 1 0 1 1 0-2m21.592 13.994c-4.178-.129-7.051-2.224-9.514-4.537l.512-.512l.178-.177q.371-.372.73-.726c2.304 2.154 4.676 3.823 8.08 3.95l-1.785-1.785a1 1 0 0 1 1.414-1.414l3.5 3.5a1 1 0 0 1 0 1.414l-3.5 3.5a1 1 0 1 1-1.414-1.414z"/></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.207 5.793a1 1 0 1 0-1.414 1.414l1.799 1.8c-5.173.158-8.346 3.332-11.216 6.203l-.083.083C11.26 18.326 8.533 21 4 21a1 1 0 1 0 0 2c5.415 0 8.679-3.264 11.624-6.21l.083-.083c2.938-2.938 5.588-5.539 9.87-5.7l-1.784 1.786a1 1 0 1 0 1.414 1.414l3.5-3.5a1 1 0 0 0 0-1.414zM4 9c4.4 0 7.38 2.155 9.922 4.543l-.513.512l-.177.177q-.371.372-.73.726C10.104 12.716 7.632 11 4 11a1 1 0 1 1 0-2m21.592 13.994c-4.178-.129-7.051-2.224-9.514-4.537l.512-.512l.178-.177q.371-.372.73-.726c2.304 2.154 4.676 3.823 8.08 3.95l-1.785-1.785a1 1 0 0 1 1.414-1.414l3.5 3.5a1 1 0 0 1 0 1.414l-3.5 3.5a1 1 0 1 1-1.414-1.414z"/></svg>
</template>

CSS

.icon-arrow-shuffle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.207%205.793a1%201%200%201%200-1.414%201.414l1.799%201.8c-5.173.158-8.346%203.332-11.216%206.203l-.083.083C11.26%2018.326%208.533%2021%204%2021a1%201%200%201%200%200%202c5.415%200%208.679-3.264%2011.624-6.21l.083-.083c2.938-2.938%205.588-5.539%209.87-5.7l-1.784%201.786a1%201%200%201%200%201.414%201.414l3.5-3.5a1%201%200%200%200%200-1.414zM4%209c4.4%200%207.38%202.155%209.922%204.543l-.513.512l-.177.177q-.371.372-.73.726C10.104%2012.716%207.632%2011%204%2011a1%201%200%201%201%200-2m21.592%2013.994c-4.178-.129-7.051-2.224-9.514-4.537l.512-.512l.178-.177q.371-.372.73-.726c2.304%202.154%204.676%203.823%208.08%203.95l-1.785-1.785a1%201%200%200%201%201.414-1.414l3.5%203.5a1%201%200%200%201%200%201.414l-3.5%203.5a1%201%200%201%201-1.414-1.414z%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.207%205.793a1%201%200%201%200-1.414%201.414l1.799%201.8c-5.173.158-8.346%203.332-11.216%206.203l-.083.083C11.26%2018.326%208.533%2021%204%2021a1%201%200%201%200%200%202c5.415%200%208.679-3.264%2011.624-6.21l.083-.083c2.938-2.938%205.588-5.539%209.87-5.7l-1.784%201.786a1%201%200%201%200%201.414%201.414l3.5-3.5a1%201%200%200%200%200-1.414zM4%209c4.4%200%207.38%202.155%209.922%204.543l-.513.512l-.177.177q-.371.372-.73.726C10.104%2012.716%207.632%2011%204%2011a1%201%200%201%201%200-2m21.592%2013.994c-4.178-.129-7.051-2.224-9.514-4.537l.512-.512l.178-.177q.371-.372.73-.726c2.304%202.154%204.676%203.823%208.08%203.95l-1.785-1.785a1%201%200%200%201%201.414-1.414l3.5%203.5a1%201%200%200%201%200%201.414l-3.5%203.5a1%201%200%201%201-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-shuffle-32-regular.svg?color=%231a73e8&size=48