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

Name
arrow-repeat-all-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow repeat all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.75 6.01c.18 0 .344.063.473.168a5 5 0 0 1-3.004 8.818l-.216.004H8.56l1.22 1.22a.75.75 0 0 1 .072.976l-.072.084a.75.75 0 0 1-.977.073l-.084-.073l-2.5-2.5a.75.75 0 0 1-.072-.976l.072-.084l2.5-2.5a.75.75 0 0 1 1.133.976l-.072.084l-1.22 1.22h4.442a3.5 3.5 0 0 0 3.495-3.308l.005-.192c0-1.081-.49-2.048-1.26-2.69a.75.75 0 0 1 .508-1.3m-5.53-3.29a.75.75 0 0 1 .977-.073l.084.073l2.5 2.5l.072.084a.75.75 0 0 1 .008.882l-.08.094l-2.5 2.5l-.084.073a.75.75 0 0 1-.883.007l-.094-.08l-.072-.084a.75.75 0 0 1-.008-.882l.08-.094l1.22-1.22H7a3.5 3.5 0 0 0-3.496 3.308L3.498 10c0 1.083.492 2.051 1.265 2.693a.75.75 0 0 1-1.01 1.107a5 5 0 0 1 3.029-8.796L6.997 5h4.441L10.22 3.78l-.072-.084a.75.75 0 0 1 .072-.976"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeatAll20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.75 6.01c.18 0 .344.063.473.168a5 5 0 0 1-3.004 8.818l-.216.004H8.56l1.22 1.22a.75.75 0 0 1 .072.976l-.072.084a.75.75 0 0 1-.977.073l-.084-.073l-2.5-2.5a.75.75 0 0 1-.072-.976l.072-.084l2.5-2.5a.75.75 0 0 1 1.133.976l-.072.084l-1.22 1.22h4.442a3.5 3.5 0 0 0 3.495-3.308l.005-.192c0-1.081-.49-2.048-1.26-2.69a.75.75 0 0 1 .508-1.3m-5.53-3.29a.75.75 0 0 1 .977-.073l.084.073l2.5 2.5l.072.084a.75.75 0 0 1 .008.882l-.08.094l-2.5 2.5l-.084.073a.75.75 0 0 1-.883.007l-.094-.08l-.072-.084a.75.75 0 0 1-.008-.882l.08-.094l1.22-1.22H7a3.5 3.5 0 0 0-3.496 3.308L3.498 10c0 1.083.492 2.051 1.265 2.693a.75.75 0 0 1-1.01 1.107a5 5 0 0 1 3.029-8.796L6.997 5h4.441L10.22 3.78l-.072-.084a.75.75 0 0 1 .072-.976"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.75 6.01c.18 0 .344.063.473.168a5 5 0 0 1-3.004 8.818l-.216.004H8.56l1.22 1.22a.75.75 0 0 1 .072.976l-.072.084a.75.75 0 0 1-.977.073l-.084-.073l-2.5-2.5a.75.75 0 0 1-.072-.976l.072-.084l2.5-2.5a.75.75 0 0 1 1.133.976l-.072.084l-1.22 1.22h4.442a3.5 3.5 0 0 0 3.495-3.308l.005-.192c0-1.081-.49-2.048-1.26-2.69a.75.75 0 0 1 .508-1.3m-5.53-3.29a.75.75 0 0 1 .977-.073l.084.073l2.5 2.5l.072.084a.75.75 0 0 1 .008.882l-.08.094l-2.5 2.5l-.084.073a.75.75 0 0 1-.883.007l-.094-.08l-.072-.084a.75.75 0 0 1-.008-.882l.08-.094l1.22-1.22H7a3.5 3.5 0 0 0-3.496 3.308L3.498 10c0 1.083.492 2.051 1.265 2.693a.75.75 0 0 1-1.01 1.107a5 5 0 0 1 3.029-8.796L6.997 5h4.441L10.22 3.78l-.072-.084a.75.75 0 0 1 .072-.976"/></svg>
</template>

CSS

.icon-arrow-repeat-all-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%206.01c.18%200%20.344.063.473.168a5%205%200%200%201-3.004%208.818l-.216.004H8.56l1.22%201.22a.75.75%200%200%201%20.072.976l-.072.084a.75.75%200%200%201-.977.073l-.084-.073l-2.5-2.5a.75.75%200%200%201-.072-.976l.072-.084l2.5-2.5a.75.75%200%200%201%201.133.976l-.072.084l-1.22%201.22h4.442a3.5%203.5%200%200%200%203.495-3.308l.005-.192c0-1.081-.49-2.048-1.26-2.69a.75.75%200%200%201%20.508-1.3m-5.53-3.29a.75.75%200%200%201%20.977-.073l.084.073l2.5%202.5l.072.084a.75.75%200%200%201%20.008.882l-.08.094l-2.5%202.5l-.084.073a.75.75%200%200%201-.883.007l-.094-.08l-.072-.084a.75.75%200%200%201-.008-.882l.08-.094l1.22-1.22H7a3.5%203.5%200%200%200-3.496%203.308L3.498%2010c0%201.083.492%202.051%201.265%202.693a.75.75%200%200%201-1.01%201.107a5%205%200%200%201%203.029-8.796L6.997%205h4.441L10.22%203.78l-.072-.084a.75.75%200%200%201%20.072-.976%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%206.01c.18%200%20.344.063.473.168a5%205%200%200%201-3.004%208.818l-.216.004H8.56l1.22%201.22a.75.75%200%200%201%20.072.976l-.072.084a.75.75%200%200%201-.977.073l-.084-.073l-2.5-2.5a.75.75%200%200%201-.072-.976l.072-.084l2.5-2.5a.75.75%200%200%201%201.133.976l-.072.084l-1.22%201.22h4.442a3.5%203.5%200%200%200%203.495-3.308l.005-.192c0-1.081-.49-2.048-1.26-2.69a.75.75%200%200%201%20.508-1.3m-5.53-3.29a.75.75%200%200%201%20.977-.073l.084.073l2.5%202.5l.072.084a.75.75%200%200%201%20.008.882l-.08.094l-2.5%202.5l-.084.073a.75.75%200%200%201-.883.007l-.094-.08l-.072-.084a.75.75%200%200%201-.008-.882l.08-.094l1.22-1.22H7a3.5%203.5%200%200%200-3.496%203.308L3.498%2010c0%201.083.492%202.051%201.265%202.693a.75.75%200%200%201-1.01%201.107a5%205%200%200%201%203.029-8.796L6.997%205h4.441L10.22%203.78l-.072-.084a.75.75%200%200%201%20.072-.976%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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