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

Name
arrow-repeat-all-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow repeat all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.293 2.293a1 1 0 0 1 1.415 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.415-1.414L17.586 8h-7.335a6.25 6.25 0 0 0-6.246 6h-.004a6.22 6.22 0 0 0 1.297 3.568h-.003a1 1 0 1 1-1.633 1.154A8.2 8.2 0 0 1 2.001 14h.004a8.25 8.25 0 0 1 8.247-8h7.335l-2.293-2.293a1 1 0 0 1 0-1.414M25.997 14h-.004a8.25 8.25 0 0 1-8.247 8h-7.34l2.294 2.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 0 1 1.414 1.414L10.407 20h7.34a6.25 6.25 0 0 0 6.244-6h.005a6.22 6.22 0 0 0-1.297-3.568h.002a1 1 0 1 1 1.633-1.154A8.2 8.2 0 0 1 25.997 14"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeatAll28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.293 2.293a1 1 0 0 1 1.415 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.415-1.414L17.586 8h-7.335a6.25 6.25 0 0 0-6.246 6h-.004a6.22 6.22 0 0 0 1.297 3.568h-.003a1 1 0 1 1-1.633 1.154A8.2 8.2 0 0 1 2.001 14h.004a8.25 8.25 0 0 1 8.247-8h7.335l-2.293-2.293a1 1 0 0 1 0-1.414M25.997 14h-.004a8.25 8.25 0 0 1-8.247 8h-7.34l2.294 2.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 0 1 1.414 1.414L10.407 20h7.34a6.25 6.25 0 0 0 6.244-6h.005a6.22 6.22 0 0 0-1.297-3.568h.002a1 1 0 1 1 1.633-1.154A8.2 8.2 0 0 1 25.997 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.293 2.293a1 1 0 0 1 1.415 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.415-1.414L17.586 8h-7.335a6.25 6.25 0 0 0-6.246 6h-.004a6.22 6.22 0 0 0 1.297 3.568h-.003a1 1 0 1 1-1.633 1.154A8.2 8.2 0 0 1 2.001 14h.004a8.25 8.25 0 0 1 8.247-8h7.335l-2.293-2.293a1 1 0 0 1 0-1.414M25.997 14h-.004a8.25 8.25 0 0 1-8.247 8h-7.34l2.294 2.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 0 1 1.414 1.414L10.407 20h7.34a6.25 6.25 0 0 0 6.244-6h.005a6.22 6.22 0 0 0-1.297-3.568h.002a1 1 0 1 1 1.633-1.154A8.2 8.2 0 0 1 25.997 14"/></svg>
</template>

CSS

.icon-arrow-repeat-all-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.293%202.293a1%201%200%200%201%201.415%200l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-1.415-1.414L17.586%208h-7.335a6.25%206.25%200%200%200-6.246%206h-.004a6.22%206.22%200%200%200%201.297%203.568h-.003a1%201%200%201%201-1.633%201.154A8.2%208.2%200%200%201%202.001%2014h.004a8.25%208.25%200%200%201%208.247-8h7.335l-2.293-2.293a1%201%200%200%201%200-1.414M25.997%2014h-.004a8.25%208.25%200%200%201-8.247%208h-7.34l2.294%202.293a1%201%200%200%201-1.414%201.414l-4-4a1%201%200%200%201%200-1.414l4-4a1%201%200%200%201%201.414%201.414L10.407%2020h7.34a6.25%206.25%200%200%200%206.244-6h.005a6.22%206.22%200%200%200-1.297-3.568h.002a1%201%200%201%201%201.633-1.154A8.2%208.2%200%200%201%2025.997%2014%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.293%202.293a1%201%200%200%201%201.415%200l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-1.415-1.414L17.586%208h-7.335a6.25%206.25%200%200%200-6.246%206h-.004a6.22%206.22%200%200%200%201.297%203.568h-.003a1%201%200%201%201-1.633%201.154A8.2%208.2%200%200%201%202.001%2014h.004a8.25%208.25%200%200%201%208.247-8h7.335l-2.293-2.293a1%201%200%200%201%200-1.414M25.997%2014h-.004a8.25%208.25%200%200%201-8.247%208h-7.34l2.294%202.293a1%201%200%200%201-1.414%201.414l-4-4a1%201%200%200%201%200-1.414l4-4a1%201%200%200%201%201.414%201.414L10.407%2020h7.34a6.25%206.25%200%200%200%206.244-6h.005a6.22%206.22%200%200%200-1.297-3.568h.002a1%201%200%201%201%201.633-1.154A8.2%208.2%200%200%201%2025.997%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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