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

Name
arrow-reset-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow reset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.81 6.81a1.5 1.5 0 0 0-2.12-2.12l-7.5 7.5a1.5 1.5 0 0 0 0 2.12l7.5 7.5a1.5 1.5 0 0 0 2.12-2.12l-4.939-4.94H26.5c7.042 0 12.75 5.708 12.75 12.75S33.542 40.25 26.5 40.25S13.75 34.542 13.75 27.5a1.5 1.5 0 0 0-3 0c0 8.699 7.052 15.75 15.75 15.75s15.75-7.051 15.75-15.75s-7.051-15.75-15.75-15.75H8.871z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowReset48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.81 6.81a1.5 1.5 0 0 0-2.12-2.12l-7.5 7.5a1.5 1.5 0 0 0 0 2.12l7.5 7.5a1.5 1.5 0 0 0 2.12-2.12l-4.939-4.94H26.5c7.042 0 12.75 5.708 12.75 12.75S33.542 40.25 26.5 40.25S13.75 34.542 13.75 27.5a1.5 1.5 0 0 0-3 0c0 8.699 7.052 15.75 15.75 15.75s15.75-7.051 15.75-15.75s-7.051-15.75-15.75-15.75H8.871z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.81 6.81a1.5 1.5 0 0 0-2.12-2.12l-7.5 7.5a1.5 1.5 0 0 0 0 2.12l7.5 7.5a1.5 1.5 0 0 0 2.12-2.12l-4.939-4.94H26.5c7.042 0 12.75 5.708 12.75 12.75S33.542 40.25 26.5 40.25S13.75 34.542 13.75 27.5a1.5 1.5 0 0 0-3 0c0 8.699 7.052 15.75 15.75 15.75s15.75-7.051 15.75-15.75s-7.051-15.75-15.75-15.75H8.871z"/></svg>
</template>

CSS

.icon-arrow-reset-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.81%206.81a1.5%201.5%200%200%200-2.12-2.12l-7.5%207.5a1.5%201.5%200%200%200%200%202.12l7.5%207.5a1.5%201.5%200%200%200%202.12-2.12l-4.939-4.94H26.5c7.042%200%2012.75%205.708%2012.75%2012.75S33.542%2040.25%2026.5%2040.25S13.75%2034.542%2013.75%2027.5a1.5%201.5%200%200%200-3%200c0%208.699%207.052%2015.75%2015.75%2015.75s15.75-7.051%2015.75-15.75s-7.051-15.75-15.75-15.75H8.871z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.81%206.81a1.5%201.5%200%200%200-2.12-2.12l-7.5%207.5a1.5%201.5%200%200%200%200%202.12l7.5%207.5a1.5%201.5%200%200%200%202.12-2.12l-4.939-4.94H26.5c7.042%200%2012.75%205.708%2012.75%2012.75S33.542%2040.25%2026.5%2040.25S13.75%2034.542%2013.75%2027.5a1.5%201.5%200%200%200-3%200c0%208.699%207.052%2015.75%2015.75%2015.75s15.75-7.051%2015.75-15.75s-7.051-15.75-15.75-15.75H8.871z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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