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

Name
arrow-shuffle-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M12.28 3.47a.75.75 0 1 0-1.06 1.06l.265.265c-2.095.254-3.37 1.53-4.472 2.631l-.043.044C5.709 8.73 4.658 9.75 2.75 9.75a.75.75 0 0 0 0 1.5c2.561 0 4.007-1.446 5.237-2.676l.043-.044c1.05-1.05 1.953-1.93 3.327-2.198l-.137.138a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06zM2.75 4.75c1.769 0 3.006.69 4.007 1.522q-.215.21-.41.407l-.084.084q-.306.306-.581.57c-.81-.65-1.69-1.083-2.932-1.083a.75.75 0 0 1 0-1.5m8.735 6.455c-1.372-.166-2.392-.77-3.242-1.477q.215-.21.41-.407l.084-.084q.306-.306.581-.57c.602.483 1.24.846 2.039 1l-.137-.137a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowShuffle16Filled(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.28 3.47a.75.75 0 1 0-1.06 1.06l.265.265c-2.095.254-3.37 1.53-4.472 2.631l-.043.044C5.709 8.73 4.658 9.75 2.75 9.75a.75.75 0 0 0 0 1.5c2.561 0 4.007-1.446 5.237-2.676l.043-.044c1.05-1.05 1.953-1.93 3.327-2.198l-.137.138a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06zM2.75 4.75c1.769 0 3.006.69 4.007 1.522q-.215.21-.41.407l-.084.084q-.306.306-.581.57c-.81-.65-1.69-1.083-2.932-1.083a.75.75 0 0 1 0-1.5m8.735 6.455c-1.372-.166-2.392-.77-3.242-1.477q.215-.21.41-.407l.084-.084q.306-.306.581-.57c.602.483 1.24.846 2.039 1l-.137-.137a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06z"/></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.28 3.47a.75.75 0 1 0-1.06 1.06l.265.265c-2.095.254-3.37 1.53-4.472 2.631l-.043.044C5.709 8.73 4.658 9.75 2.75 9.75a.75.75 0 0 0 0 1.5c2.561 0 4.007-1.446 5.237-2.676l.043-.044c1.05-1.05 1.953-1.93 3.327-2.198l-.137.138a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06zM2.75 4.75c1.769 0 3.006.69 4.007 1.522q-.215.21-.41.407l-.084.084q-.306.306-.581.57c-.81-.65-1.69-1.083-2.932-1.083a.75.75 0 0 1 0-1.5m8.735 6.455c-1.372-.166-2.392-.77-3.242-1.477q.215-.21.41-.407l.084-.084q.306-.306.581-.57c.602.483 1.24.846 2.039 1l-.137-.137a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06z"/></svg>
</template>

CSS

.icon-arrow-shuffle-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.28%203.47a.75.75%200%201%200-1.06%201.06l.265.265c-2.095.254-3.37%201.53-4.472%202.631l-.043.044C5.709%208.73%204.658%209.75%202.75%209.75a.75.75%200%200%200%200%201.5c2.561%200%204.007-1.446%205.237-2.676l.043-.044c1.05-1.05%201.953-1.93%203.327-2.198l-.137.138a.75.75%200%200%200%201.06%201.06l1.5-1.5a.75.75%200%200%200%200-1.06zM2.75%204.75c1.769%200%203.006.69%204.007%201.522q-.215.21-.41.407l-.084.084q-.306.306-.581.57c-.81-.65-1.69-1.083-2.932-1.083a.75.75%200%200%201%200-1.5m8.735%206.455c-1.372-.166-2.392-.77-3.242-1.477q.215-.21.41-.407l.084-.084q.306-.306.581-.57c.602.483%201.24.846%202.039%201l-.137-.137a.75.75%200%200%201%201.06-1.06l1.5%201.5a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%201%201-1.06-1.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.28%203.47a.75.75%200%201%200-1.06%201.06l.265.265c-2.095.254-3.37%201.53-4.472%202.631l-.043.044C5.709%208.73%204.658%209.75%202.75%209.75a.75.75%200%200%200%200%201.5c2.561%200%204.007-1.446%205.237-2.676l.043-.044c1.05-1.05%201.953-1.93%203.327-2.198l-.137.138a.75.75%200%200%200%201.06%201.06l1.5-1.5a.75.75%200%200%200%200-1.06zM2.75%204.75c1.769%200%203.006.69%204.007%201.522q-.215.21-.41.407l-.084.084q-.306.306-.581.57c-.81-.65-1.69-1.083-2.932-1.083a.75.75%200%200%201%200-1.5m8.735%206.455c-1.372-.166-2.392-.77-3.242-1.477q.215-.21.41-.407l.084-.084q.306-.306.581-.57c.602.483%201.24.846%202.039%201l-.137-.137a.75.75%200%200%201%201.06-1.06l1.5%201.5a.75.75%200%200%201%200%201.06l-1.5%201.5a.75.75%200%201%201-1.06-1.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-16-filled.svg?color=%231a73e8&size=48