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

Name
arrow-redo-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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.011 5.436a5.76 5.76 0 0 1 7.833.115L20.552 11h-6.551a1 1 0 0 0 0 2h9a1 1 0 0 0 1-1V3a1 1 0 1 0-2 0v6.618l-5.776-5.514A7.76 7.76 0 0 0 5.673 3.95c-3.324 2.991-3.439 8.166-.25 11.302l10.632 10.46a1 1 0 0 0 1.403-1.425L6.825 13.827a5.76 5.76 0 0 1 .186-8.39"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRedo28Filled(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.011 5.436a5.76 5.76 0 0 1 7.833.115L20.552 11h-6.551a1 1 0 0 0 0 2h9a1 1 0 0 0 1-1V3a1 1 0 1 0-2 0v6.618l-5.776-5.514A7.76 7.76 0 0 0 5.673 3.95c-3.324 2.991-3.439 8.166-.25 11.302l10.632 10.46a1 1 0 0 0 1.403-1.425L6.825 13.827a5.76 5.76 0 0 1 .186-8.39"/></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.011 5.436a5.76 5.76 0 0 1 7.833.115L20.552 11h-6.551a1 1 0 0 0 0 2h9a1 1 0 0 0 1-1V3a1 1 0 1 0-2 0v6.618l-5.776-5.514A7.76 7.76 0 0 0 5.673 3.95c-3.324 2.991-3.439 8.166-.25 11.302l10.632 10.46a1 1 0 0 0 1.403-1.425L6.825 13.827a5.76 5.76 0 0 1 .186-8.39"/></svg>
</template>

CSS

.icon-arrow-redo-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%22M7.011%205.436a5.76%205.76%200%200%201%207.833.115L20.552%2011h-6.551a1%201%200%200%200%200%202h9a1%201%200%200%200%201-1V3a1%201%200%201%200-2%200v6.618l-5.776-5.514A7.76%207.76%200%200%200%205.673%203.95c-3.324%202.991-3.439%208.166-.25%2011.302l10.632%2010.46a1%201%200%200%200%201.403-1.425L6.825%2013.827a5.76%205.76%200%200%201%20.186-8.39%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.011%205.436a5.76%205.76%200%200%201%207.833.115L20.552%2011h-6.551a1%201%200%200%200%200%202h9a1%201%200%200%200%201-1V3a1%201%200%201%200-2%200v6.618l-5.776-5.514A7.76%207.76%200%200%200%205.673%203.95c-3.324%202.991-3.439%208.166-.25%2011.302l10.632%2010.46a1%201%200%200%200%201.403-1.425L6.825%2013.827a5.76%205.76%200%200%201%20.186-8.39%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-filled.svg?color=%231a73e8&size=48