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

Name
arrow-repeat-all-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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="M16.25 2.191a.75.75 0 1 0-1.001 1.118l3.012 2.695A8 8 0 0 0 17.997 6H10a8 8 0 0 0-8 8h.003c0 1.843.623 3.54 1.67 4.892v-.001a.749.749 0 0 0 1.335-.471c0-.156-.048-.3-.129-.42l-.001-.002A6.47 6.47 0 0 1 3.504 14H3.5A6.5 6.5 0 0 1 10 7.5h7.997q.39 0 .768.045l-3.516 3.146a.75.75 0 1 0 1 1.118L21 7.559a.75.75 0 0 0 0-1.118zM24.5 14h-.003a6.47 6.47 0 0 0-1.375-3.998L23.12 10a.75.75 0 0 1 1.206-.89v-.002A7.97 7.97 0 0 1 25.997 14H26a8 8 0 0 1-8 8h-7.997l-.25-.004l3.013 2.695a.75.75 0 1 1-1 1.118l-4.75-4.25a.75.75 0 0 1 0-1.118l4.75-4.25a.75.75 0 1 1 1 1.118l-3.518 3.147q.372.044.755.044H18a6.5 6.5 0 0 0 6.5-6.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeatAll28Regular(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="M16.25 2.191a.75.75 0 1 0-1.001 1.118l3.012 2.695A8 8 0 0 0 17.997 6H10a8 8 0 0 0-8 8h.003c0 1.843.623 3.54 1.67 4.892v-.001a.749.749 0 0 0 1.335-.471c0-.156-.048-.3-.129-.42l-.001-.002A6.47 6.47 0 0 1 3.504 14H3.5A6.5 6.5 0 0 1 10 7.5h7.997q.39 0 .768.045l-3.516 3.146a.75.75 0 1 0 1 1.118L21 7.559a.75.75 0 0 0 0-1.118zM24.5 14h-.003a6.47 6.47 0 0 0-1.375-3.998L23.12 10a.75.75 0 0 1 1.206-.89v-.002A7.97 7.97 0 0 1 25.997 14H26a8 8 0 0 1-8 8h-7.997l-.25-.004l3.013 2.695a.75.75 0 1 1-1 1.118l-4.75-4.25a.75.75 0 0 1 0-1.118l4.75-4.25a.75.75 0 1 1 1 1.118l-3.518 3.147q.372.044.755.044H18a6.5 6.5 0 0 0 6.5-6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.25 2.191a.75.75 0 1 0-1.001 1.118l3.012 2.695A8 8 0 0 0 17.997 6H10a8 8 0 0 0-8 8h.003c0 1.843.623 3.54 1.67 4.892v-.001a.749.749 0 0 0 1.335-.471c0-.156-.048-.3-.129-.42l-.001-.002A6.47 6.47 0 0 1 3.504 14H3.5A6.5 6.5 0 0 1 10 7.5h7.997q.39 0 .768.045l-3.516 3.146a.75.75 0 1 0 1 1.118L21 7.559a.75.75 0 0 0 0-1.118zM24.5 14h-.003a6.47 6.47 0 0 0-1.375-3.998L23.12 10a.75.75 0 0 1 1.206-.89v-.002A7.97 7.97 0 0 1 25.997 14H26a8 8 0 0 1-8 8h-7.997l-.25-.004l3.013 2.695a.75.75 0 1 1-1 1.118l-4.75-4.25a.75.75 0 0 1 0-1.118l4.75-4.25a.75.75 0 1 1 1 1.118l-3.518 3.147q.372.044.755.044H18a6.5 6.5 0 0 0 6.5-6.5"/></svg>
</template>

CSS

.icon-arrow-repeat-all-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%202.191a.75.75%200%201%200-1.001%201.118l3.012%202.695A8%208%200%200%200%2017.997%206H10a8%208%200%200%200-8%208h.003c0%201.843.623%203.54%201.67%204.892v-.001a.749.749%200%200%200%201.335-.471c0-.156-.048-.3-.129-.42l-.001-.002A6.47%206.47%200%200%201%203.504%2014H3.5A6.5%206.5%200%200%201%2010%207.5h7.997q.39%200%20.768.045l-3.516%203.146a.75.75%200%201%200%201%201.118L21%207.559a.75.75%200%200%200%200-1.118zM24.5%2014h-.003a6.47%206.47%200%200%200-1.375-3.998L23.12%2010a.75.75%200%200%201%201.206-.89v-.002A7.97%207.97%200%200%201%2025.997%2014H26a8%208%200%200%201-8%208h-7.997l-.25-.004l3.013%202.695a.75.75%200%201%201-1%201.118l-4.75-4.25a.75.75%200%200%201%200-1.118l4.75-4.25a.75.75%200%201%201%201%201.118l-3.518%203.147q.372.044.755.044H18a6.5%206.5%200%200%200%206.5-6.5%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%22M16.25%202.191a.75.75%200%201%200-1.001%201.118l3.012%202.695A8%208%200%200%200%2017.997%206H10a8%208%200%200%200-8%208h.003c0%201.843.623%203.54%201.67%204.892v-.001a.749.749%200%200%200%201.335-.471c0-.156-.048-.3-.129-.42l-.001-.002A6.47%206.47%200%200%201%203.504%2014H3.5A6.5%206.5%200%200%201%2010%207.5h7.997q.39%200%20.768.045l-3.516%203.146a.75.75%200%201%200%201%201.118L21%207.559a.75.75%200%200%200%200-1.118zM24.5%2014h-.003a6.47%206.47%200%200%200-1.375-3.998L23.12%2010a.75.75%200%200%201%201.206-.89v-.002A7.97%207.97%200%200%201%2025.997%2014H26a8%208%200%200%201-8%208h-7.997l-.25-.004l3.013%202.695a.75.75%200%201%201-1%201.118l-4.75-4.25a.75.75%200%200%201%200-1.118l4.75-4.25a.75.75%200%201%201%201%201.118l-3.518%203.147q.372.044.755.044H18a6.5%206.5%200%200%200%206.5-6.5%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-regular.svg?color=%231a73e8&size=48