arrow-repeat-all-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
arrow-repeat-all-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m14.61 2.47l-.077-.067a.75.75 0 0 0-.983.067l-.068.078a.755.755 0 0 0 .068.987l1.971 1.977H8.5l-.233.004C4.785 5.639 2 8.51 2 12.036c0 1.69.64 3.23 1.692 4.39l.072.069a.751.751 0 0 0 1.08-1.033l-.2-.231A5 5 0 0 1 3.5 12.035c0-2.771 2.239-5.018 5-5.018h6.881l-1.832 1.84l-.067.078a.755.755 0 0 0 .068.987a.75.75 0 0 0 1.06 0l3.182-3.193l.067-.078a.755.755 0 0 0-.067-.987zm5.62 5.101a.751.751 0 0 0-1.05 1.066a5 5 0 0 1 1.32 3.398c0 2.772-2.239 5.019-5 5.019H8.558l1.905-1.911l.074-.086a.755.755 0 0 0-.007-.902l-.067-.077l-.084-.073a.75.75 0 0 0-.9.006l-.076.067l-3.182 3.194l-.073.085a.755.755 0 0 0 .006.902l.067.077l3.182 3.194l.084.072c.293.22.71.195.976-.073a.755.755 0 0 0 .068-.987l-.068-.077l-1.899-1.906H15.5l.233-.004C19.215 18.432 22 15.56 22 12.035a6.5 6.5 0 0 0-1.697-4.395z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeatAll24Regular(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="m14.61 2.47l-.077-.067a.75.75 0 0 0-.983.067l-.068.078a.755.755 0 0 0 .068.987l1.971 1.977H8.5l-.233.004C4.785 5.639 2 8.51 2 12.036c0 1.69.64 3.23 1.692 4.39l.072.069a.751.751 0 0 0 1.08-1.033l-.2-.231A5 5 0 0 1 3.5 12.035c0-2.771 2.239-5.018 5-5.018h6.881l-1.832 1.84l-.067.078a.755.755 0 0 0 .068.987a.75.75 0 0 0 1.06 0l3.182-3.193l.067-.078a.755.755 0 0 0-.067-.987zm5.62 5.101a.751.751 0 0 0-1.05 1.066a5 5 0 0 1 1.32 3.398c0 2.772-2.239 5.019-5 5.019H8.558l1.905-1.911l.074-.086a.755.755 0 0 0-.007-.902l-.067-.077l-.084-.073a.75.75 0 0 0-.9.006l-.076.067l-3.182 3.194l-.073.085a.755.755 0 0 0 .006.902l.067.077l3.182 3.194l.084.072c.293.22.71.195.976-.073a.755.755 0 0 0 .068-.987l-.068-.077l-1.899-1.906H15.5l.233-.004C19.215 18.432 22 15.56 22 12.035a6.5 6.5 0 0 0-1.697-4.395z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.61 2.47l-.077-.067a.75.75 0 0 0-.983.067l-.068.078a.755.755 0 0 0 .068.987l1.971 1.977H8.5l-.233.004C4.785 5.639 2 8.51 2 12.036c0 1.69.64 3.23 1.692 4.39l.072.069a.751.751 0 0 0 1.08-1.033l-.2-.231A5 5 0 0 1 3.5 12.035c0-2.771 2.239-5.018 5-5.018h6.881l-1.832 1.84l-.067.078a.755.755 0 0 0 .068.987a.75.75 0 0 0 1.06 0l3.182-3.193l.067-.078a.755.755 0 0 0-.067-.987zm5.62 5.101a.751.751 0 0 0-1.05 1.066a5 5 0 0 1 1.32 3.398c0 2.772-2.239 5.019-5 5.019H8.558l1.905-1.911l.074-.086a.755.755 0 0 0-.007-.902l-.067-.077l-.084-.073a.75.75 0 0 0-.9.006l-.076.067l-3.182 3.194l-.073.085a.755.755 0 0 0 .006.902l.067.077l3.182 3.194l.084.072c.293.22.71.195.976-.073a.755.755 0 0 0 .068-.987l-.068-.077l-1.899-1.906H15.5l.233-.004C19.215 18.432 22 15.56 22 12.035a6.5 6.5 0 0 0-1.697-4.395z"/></svg>
</template>

CSS

.icon-arrow-repeat-all-24-regular {
  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%22m14.61%202.47l-.077-.067a.75.75%200%200%200-.983.067l-.068.078a.755.755%200%200%200%20.068.987l1.971%201.977H8.5l-.233.004C4.785%205.639%202%208.51%202%2012.036c0%201.69.64%203.23%201.692%204.39l.072.069a.751.751%200%200%200%201.08-1.033l-.2-.231A5%205%200%200%201%203.5%2012.035c0-2.771%202.239-5.018%205-5.018h6.881l-1.832%201.84l-.067.078a.755.755%200%200%200%20.068.987a.75.75%200%200%200%201.06%200l3.182-3.193l.067-.078a.755.755%200%200%200-.067-.987zm5.62%205.101a.751.751%200%200%200-1.05%201.066a5%205%200%200%201%201.32%203.398c0%202.772-2.239%205.019-5%205.019H8.558l1.905-1.911l.074-.086a.755.755%200%200%200-.007-.902l-.067-.077l-.084-.073a.75.75%200%200%200-.9.006l-.076.067l-3.182%203.194l-.073.085a.755.755%200%200%200%20.006.902l.067.077l3.182%203.194l.084.072c.293.22.71.195.976-.073a.755.755%200%200%200%20.068-.987l-.068-.077l-1.899-1.906H15.5l.233-.004C19.215%2018.432%2022%2015.56%2022%2012.035a6.5%206.5%200%200%200-1.697-4.395z%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%22m14.61%202.47l-.077-.067a.75.75%200%200%200-.983.067l-.068.078a.755.755%200%200%200%20.068.987l1.971%201.977H8.5l-.233.004C4.785%205.639%202%208.51%202%2012.036c0%201.69.64%203.23%201.692%204.39l.072.069a.751.751%200%200%200%201.08-1.033l-.2-.231A5%205%200%200%201%203.5%2012.035c0-2.771%202.239-5.018%205-5.018h6.881l-1.832%201.84l-.067.078a.755.755%200%200%200%20.068.987a.75.75%200%200%200%201.06%200l3.182-3.193l.067-.078a.755.755%200%200%200-.067-.987zm5.62%205.101a.751.751%200%200%200-1.05%201.066a5%205%200%200%201%201.32%203.398c0%202.772-2.239%205.019-5%205.019H8.558l1.905-1.911l.074-.086a.755.755%200%200%200-.007-.902l-.067-.077l-.084-.073a.75.75%200%200%200-.9.006l-.076.067l-3.182%203.194l-.073.085a.755.755%200%200%200%20.006.902l.067.077l3.182%203.194l.084.072c.293.22.71.195.976-.073a.755.755%200%200%200%20.068-.987l-.068-.077l-1.899-1.906H15.5l.233-.004C19.215%2018.432%2022%2015.56%2022%2012.035a6.5%206.5%200%200%200-1.697-4.395z%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-24-regular.svg?color=%231a73e8&size=48