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

Name
arrow-undo-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M4.953 4.256a1.25 1.25 0 0 1 2.5 0v6.181L12.05 5.64c1.221-1.294 3.252-2.326 5.48-2.543c2.28-.22 4.817.408 6.93 2.52c2.148 2.15 2.712 4.66 2.5 6.83c-.205 2.105-1.143 3.959-2.119 4.936l-.002.002L13.633 28.68a1.25 1.25 0 0 1-1.775-1.76l11.21-11.3l.004-.004c.523-.523 1.245-1.818 1.4-3.412c.149-1.528-.228-3.268-1.78-4.82c-1.526-1.525-3.298-1.957-4.92-1.8c-1.67.163-3.128.947-3.907 1.773l-.007.008l-4.94 5.155h6.438a1.25 1.25 0 0 1 0 2.5H6.202c-.69 0-1.25-.56-1.25-1.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowUndo32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.953 4.256a1.25 1.25 0 0 1 2.5 0v6.181L12.05 5.64c1.221-1.294 3.252-2.326 5.48-2.543c2.28-.22 4.817.408 6.93 2.52c2.148 2.15 2.712 4.66 2.5 6.83c-.205 2.105-1.143 3.959-2.119 4.936l-.002.002L13.633 28.68a1.25 1.25 0 0 1-1.775-1.76l11.21-11.3l.004-.004c.523-.523 1.245-1.818 1.4-3.412c.149-1.528-.228-3.268-1.78-4.82c-1.526-1.525-3.298-1.957-4.92-1.8c-1.67.163-3.128.947-3.907 1.773l-.007.008l-4.94 5.155h6.438a1.25 1.25 0 0 1 0 2.5H6.202c-.69 0-1.25-.56-1.25-1.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.953 4.256a1.25 1.25 0 0 1 2.5 0v6.181L12.05 5.64c1.221-1.294 3.252-2.326 5.48-2.543c2.28-.22 4.817.408 6.93 2.52c2.148 2.15 2.712 4.66 2.5 6.83c-.205 2.105-1.143 3.959-2.119 4.936l-.002.002L13.633 28.68a1.25 1.25 0 0 1-1.775-1.76l11.21-11.3l.004-.004c.523-.523 1.245-1.818 1.4-3.412c.149-1.528-.228-3.268-1.78-4.82c-1.526-1.525-3.298-1.957-4.92-1.8c-1.67.163-3.128.947-3.907 1.773l-.007.008l-4.94 5.155h6.438a1.25 1.25 0 0 1 0 2.5H6.202c-.69 0-1.25-.56-1.25-1.25z"/></svg>
</template>

CSS

.icon-arrow-undo-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.953%204.256a1.25%201.25%200%200%201%202.5%200v6.181L12.05%205.64c1.221-1.294%203.252-2.326%205.48-2.543c2.28-.22%204.817.408%206.93%202.52c2.148%202.15%202.712%204.66%202.5%206.83c-.205%202.105-1.143%203.959-2.119%204.936l-.002.002L13.633%2028.68a1.25%201.25%200%200%201-1.775-1.76l11.21-11.3l.004-.004c.523-.523%201.245-1.818%201.4-3.412c.149-1.528-.228-3.268-1.78-4.82c-1.526-1.525-3.298-1.957-4.92-1.8c-1.67.163-3.128.947-3.907%201.773l-.007.008l-4.94%205.155h6.438a1.25%201.25%200%200%201%200%202.5H6.202c-.69%200-1.25-.56-1.25-1.25z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.953%204.256a1.25%201.25%200%200%201%202.5%200v6.181L12.05%205.64c1.221-1.294%203.252-2.326%205.48-2.543c2.28-.22%204.817.408%206.93%202.52c2.148%202.15%202.712%204.66%202.5%206.83c-.205%202.105-1.143%203.959-2.119%204.936l-.002.002L13.633%2028.68a1.25%201.25%200%200%201-1.775-1.76l11.21-11.3l.004-.004c.523-.523%201.245-1.818%201.4-3.412c.149-1.528-.228-3.268-1.78-4.82c-1.526-1.525-3.298-1.957-4.92-1.8c-1.67.163-3.128.947-3.907%201.773l-.007.008l-4.94%205.155h6.438a1.25%201.25%200%200%201%200%202.5H6.202c-.69%200-1.25-.56-1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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