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

Name
arrow-undo-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 undo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.907 6.68l2.734-2.73a6.66 6.66 0 1 1 9.42 9.42l-8.338 8.338a1 1 0 0 1-1.415-1.415l8.339-8.336A4.66 4.66 0 0 0 11.229 5.2l-.174.166l-3.641 3.633H12a1 1 0 0 1 .993.884L13 10a1 1 0 0 1-.883.993l-.117.006l-7.06-.001l-.095-.01l-.112-.024l-.131-.047l-.082-.04l-.102-.064a1 1 0 0 1-.125-.107l-.092-.105l-.074-.114l-.046-.093l-.038-.105l-.016-.058l-.016-.081l-.007-.062L4 10V3.002a1 1 0 0 1 1.993-.116L6 3.002v4.584l3.641-3.635z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowUndo24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.907 6.68l2.734-2.73a6.66 6.66 0 1 1 9.42 9.42l-8.338 8.338a1 1 0 0 1-1.415-1.415l8.339-8.336A4.66 4.66 0 0 0 11.229 5.2l-.174.166l-3.641 3.633H12a1 1 0 0 1 .993.884L13 10a1 1 0 0 1-.883.993l-.117.006l-7.06-.001l-.095-.01l-.112-.024l-.131-.047l-.082-.04l-.102-.064a1 1 0 0 1-.125-.107l-.092-.105l-.074-.114l-.046-.093l-.038-.105l-.016-.058l-.016-.081l-.007-.062L4 10V3.002a1 1 0 0 1 1.993-.116L6 3.002v4.584l3.641-3.635z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.907 6.68l2.734-2.73a6.66 6.66 0 1 1 9.42 9.42l-8.338 8.338a1 1 0 0 1-1.415-1.415l8.339-8.336A4.66 4.66 0 0 0 11.229 5.2l-.174.166l-3.641 3.633H12a1 1 0 0 1 .993.884L13 10a1 1 0 0 1-.883.993l-.117.006l-7.06-.001l-.095-.01l-.112-.024l-.131-.047l-.082-.04l-.102-.064a1 1 0 0 1-.125-.107l-.092-.105l-.074-.114l-.046-.093l-.038-.105l-.016-.058l-.016-.081l-.007-.062L4 10V3.002a1 1 0 0 1 1.993-.116L6 3.002v4.584l3.641-3.635z"/></svg>
</template>

CSS

.icon-arrow-undo-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.907%206.68l2.734-2.73a6.66%206.66%200%201%201%209.42%209.42l-8.338%208.338a1%201%200%200%201-1.415-1.415l8.339-8.336A4.66%204.66%200%200%200%2011.229%205.2l-.174.166l-3.641%203.633H12a1%201%200%200%201%20.993.884L13%2010a1%201%200%200%201-.883.993l-.117.006l-7.06-.001l-.095-.01l-.112-.024l-.131-.047l-.082-.04l-.102-.064a1%201%200%200%201-.125-.107l-.092-.105l-.074-.114l-.046-.093l-.038-.105l-.016-.058l-.016-.081l-.007-.062L4%2010V3.002a1%201%200%200%201%201.993-.116L6%203.002v4.584l3.641-3.635z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.907%206.68l2.734-2.73a6.66%206.66%200%201%201%209.42%209.42l-8.338%208.338a1%201%200%200%201-1.415-1.415l8.339-8.336A4.66%204.66%200%200%200%2011.229%205.2l-.174.166l-3.641%203.633H12a1%201%200%200%201%20.993.884L13%2010a1%201%200%200%201-.883.993l-.117.006l-7.06-.001l-.095-.01l-.112-.024l-.131-.047l-.082-.04l-.102-.064a1%201%200%200%201-.125-.107l-.092-.105l-.074-.114l-.046-.093l-.038-.105l-.016-.058l-.016-.081l-.007-.062L4%2010V3.002a1%201%200%200%201%201.993-.116L6%203.002v4.584l3.641-3.635z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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