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

Name
arrow-redo-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 redo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.002 4.256a1.25 1.25 0 1 0-2.5 0v6.181L19.905 5.64c-1.221-1.294-3.252-2.326-5.481-2.543c-2.28-.22-4.817.408-6.929 2.52c-2.149 2.15-2.712 4.66-2.5 6.83c.205 2.105 1.143 3.959 2.118 4.936l.002.002L18.322 28.68a1.25 1.25 0 1 0 1.775-1.76l-11.21-11.3l-.004-.004c-.523-.523-1.245-1.818-1.4-3.412c-.15-1.528.228-3.268 1.78-4.82c1.525-1.525 3.298-1.957 4.92-1.8c1.669.163 3.128.947 3.907 1.773l.007.008l4.939 5.155h-6.437a1.25 1.25 0 0 0 0 2.5h9.153c.69 0 1.25-.56 1.25-1.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRedo32Filled(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="M27.002 4.256a1.25 1.25 0 1 0-2.5 0v6.181L19.905 5.64c-1.221-1.294-3.252-2.326-5.481-2.543c-2.28-.22-4.817.408-6.929 2.52c-2.149 2.15-2.712 4.66-2.5 6.83c.205 2.105 1.143 3.959 2.118 4.936l.002.002L18.322 28.68a1.25 1.25 0 1 0 1.775-1.76l-11.21-11.3l-.004-.004c-.523-.523-1.245-1.818-1.4-3.412c-.15-1.528.228-3.268 1.78-4.82c1.525-1.525 3.298-1.957 4.92-1.8c1.669.163 3.128.947 3.907 1.773l.007.008l4.939 5.155h-6.437a1.25 1.25 0 0 0 0 2.5h9.153c.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="M27.002 4.256a1.25 1.25 0 1 0-2.5 0v6.181L19.905 5.64c-1.221-1.294-3.252-2.326-5.481-2.543c-2.28-.22-4.817.408-6.929 2.52c-2.149 2.15-2.712 4.66-2.5 6.83c.205 2.105 1.143 3.959 2.118 4.936l.002.002L18.322 28.68a1.25 1.25 0 1 0 1.775-1.76l-11.21-11.3l-.004-.004c-.523-.523-1.245-1.818-1.4-3.412c-.15-1.528.228-3.268 1.78-4.82c1.525-1.525 3.298-1.957 4.92-1.8c1.669.163 3.128.947 3.907 1.773l.007.008l4.939 5.155h-6.437a1.25 1.25 0 0 0 0 2.5h9.153c.69 0 1.25-.56 1.25-1.25z"/></svg>
</template>

CSS

.icon-arrow-redo-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%22M27.002%204.256a1.25%201.25%200%201%200-2.5%200v6.181L19.905%205.64c-1.221-1.294-3.252-2.326-5.481-2.543c-2.28-.22-4.817.408-6.929%202.52c-2.149%202.15-2.712%204.66-2.5%206.83c.205%202.105%201.143%203.959%202.118%204.936l.002.002L18.322%2028.68a1.25%201.25%200%201%200%201.775-1.76l-11.21-11.3l-.004-.004c-.523-.523-1.245-1.818-1.4-3.412c-.15-1.528.228-3.268%201.78-4.82c1.525-1.525%203.298-1.957%204.92-1.8c1.669.163%203.128.947%203.907%201.773l.007.008l4.939%205.155h-6.437a1.25%201.25%200%200%200%200%202.5h9.153c.69%200%201.25-.56%201.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%22M27.002%204.256a1.25%201.25%200%201%200-2.5%200v6.181L19.905%205.64c-1.221-1.294-3.252-2.326-5.481-2.543c-2.28-.22-4.817.408-6.929%202.52c-2.149%202.15-2.712%204.66-2.5%206.83c.205%202.105%201.143%203.959%202.118%204.936l.002.002L18.322%2028.68a1.25%201.25%200%201%200%201.775-1.76l-11.21-11.3l-.004-.004c-.523-.523-1.245-1.818-1.4-3.412c-.15-1.528.228-3.268%201.78-4.82c1.525-1.525%203.298-1.957%204.92-1.8c1.669.163%203.128.947%203.907%201.773l.007.008l4.939%205.155h-6.437a1.25%201.25%200%200%200%200%202.5h9.153c.69%200%201.25-.56%201.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-redo-32-filled.svg?color=%231a73e8&size=48