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

Name
arrow-redo-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the arrow redo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.134 4.655a6.26 6.26 0 0 1 8.028.648l6.27 6.196h-7.679a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-1.5 0v7.7l-6.287-6.214a7.76 7.76 0 0 0-9.951-.804c-3.991 2.838-4.388 8.62-.82 11.975l11.04 10.39a.75.75 0 0 0 1.029-1.093L6.472 14.314c-2.877-2.707-2.558-7.37.662-9.66"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRedo28Regular(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="M7.134 4.655a6.26 6.26 0 0 1 8.028.648l6.27 6.196h-7.679a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-1.5 0v7.7l-6.287-6.214a7.76 7.76 0 0 0-9.951-.804c-3.991 2.838-4.388 8.62-.82 11.975l11.04 10.39a.75.75 0 0 0 1.029-1.093L6.472 14.314c-2.877-2.707-2.558-7.37.662-9.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.134 4.655a6.26 6.26 0 0 1 8.028.648l6.27 6.196h-7.679a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-1.5 0v7.7l-6.287-6.214a7.76 7.76 0 0 0-9.951-.804c-3.991 2.838-4.388 8.62-.82 11.975l11.04 10.39a.75.75 0 0 0 1.029-1.093L6.472 14.314c-2.877-2.707-2.558-7.37.662-9.66"/></svg>
</template>

CSS

.icon-arrow-redo-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%22M7.134%204.655a6.26%206.26%200%200%201%208.028.648l6.27%206.196h-7.679a.75.75%200%200%200%200%201.5h9.5a.75.75%200%200%200%20.75-.75V2.75a.75.75%200%200%200-1.5%200v7.7l-6.287-6.214a7.76%207.76%200%200%200-9.951-.804c-3.991%202.838-4.388%208.62-.82%2011.975l11.04%2010.39a.75.75%200%200%200%201.029-1.093L6.472%2014.314c-2.877-2.707-2.558-7.37.662-9.66%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%22M7.134%204.655a6.26%206.26%200%200%201%208.028.648l6.27%206.196h-7.679a.75.75%200%200%200%200%201.5h9.5a.75.75%200%200%200%20.75-.75V2.75a.75.75%200%200%200-1.5%200v7.7l-6.287-6.214a7.76%207.76%200%200%200-9.951-.804c-3.991%202.838-4.388%208.62-.82%2011.975l11.04%2010.39a.75.75%200%200%200%201.029-1.093L6.472%2014.314c-2.877-2.707-2.558-7.37.662-9.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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