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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow repeat 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.752 6.01c.18 0 .344.063.473.168a4.98 4.98 0 0 1 1.746 4.407a5.5 5.5 0 0 0-1.469-.494l.003-.091c0-1.081-.49-2.048-1.26-2.69a.75.75 0 0 1 .508-1.3m-5.377 7.49a5.5 5.5 0 0 0-.353 1.5h-1.46l1.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-.073-.976l.073-.084l2.5-2.5a.75.75 0 0 1 1.133.976l-.072.084l-1.22 1.22zm-.153-10.78a.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.219-1.22H7a3.5 3.5 0 0 0-3.495 3.308L3.5 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.796L7 5h4.441l-1.219-1.22l-.072-.084a.75.75 0 0 1 .072-.976M20 15.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.952-2.661a.62.62 0 0 0-.68.233c-.213.303-.58.726-1.092.98a.5.5 0 1 0 .448.895a3.7 3.7 0 0 0 .776-.529V17.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeat120Filled(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.752 6.01c.18 0 .344.063.473.168a4.98 4.98 0 0 1 1.746 4.407a5.5 5.5 0 0 0-1.469-.494l.003-.091c0-1.081-.49-2.048-1.26-2.69a.75.75 0 0 1 .508-1.3m-5.377 7.49a5.5 5.5 0 0 0-.353 1.5h-1.46l1.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-.073-.976l.073-.084l2.5-2.5a.75.75 0 0 1 1.133.976l-.072.084l-1.22 1.22zm-.153-10.78a.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.219-1.22H7a3.5 3.5 0 0 0-3.495 3.308L3.5 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.796L7 5h4.441l-1.219-1.22l-.072-.084a.75.75 0 0 1 .072-.976M20 15.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.952-2.661a.62.62 0 0 0-.68.233c-.213.303-.58.726-1.092.98a.5.5 0 1 0 .448.895a3.7 3.7 0 0 0 .776-.529V17.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></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.752 6.01c.18 0 .344.063.473.168a4.98 4.98 0 0 1 1.746 4.407a5.5 5.5 0 0 0-1.469-.494l.003-.091c0-1.081-.49-2.048-1.26-2.69a.75.75 0 0 1 .508-1.3m-5.377 7.49a5.5 5.5 0 0 0-.353 1.5h-1.46l1.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-.073-.976l.073-.084l2.5-2.5a.75.75 0 0 1 1.133.976l-.072.084l-1.22 1.22zm-.153-10.78a.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.219-1.22H7a3.5 3.5 0 0 0-3.495 3.308L3.5 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.796L7 5h4.441l-1.219-1.22l-.072-.084a.75.75 0 0 1 .072-.976M20 15.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.952-2.661a.62.62 0 0 0-.68.233c-.213.303-.58.726-1.092.98a.5.5 0 1 0 .448.895a3.7 3.7 0 0 0 .776-.529V17.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></svg>
</template>

CSS

.icon-arrow-repeat-1-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.752%206.01c.18%200%20.344.063.473.168a4.98%204.98%200%200%201%201.746%204.407a5.5%205.5%200%200%200-1.469-.494l.003-.091c0-1.081-.49-2.048-1.26-2.69a.75.75%200%200%201%20.508-1.3m-5.377%207.49a5.5%205.5%200%200%200-.353%201.5h-1.46l1.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-.073-.976l.073-.084l2.5-2.5a.75.75%200%200%201%201.133.976l-.072.084l-1.22%201.22zm-.153-10.78a.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.219-1.22H7a3.5%203.5%200%200%200-3.495%203.308L3.5%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.796L7%205h4.441l-1.219-1.22l-.072-.084a.75.75%200%200%201%20.072-.976M20%2015.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-3.952-2.661a.62.62%200%200%200-.68.233c-.213.303-.58.726-1.092.98a.5.5%200%201%200%20.448.895a3.7%203.7%200%200%200%20.776-.529V17.5a.5.5%200%200%200%201%200v-4.076c0-.349-.267-.533-.452-.585%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.752%206.01c.18%200%20.344.063.473.168a4.98%204.98%200%200%201%201.746%204.407a5.5%205.5%200%200%200-1.469-.494l.003-.091c0-1.081-.49-2.048-1.26-2.69a.75.75%200%200%201%20.508-1.3m-5.377%207.49a5.5%205.5%200%200%200-.353%201.5h-1.46l1.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-.073-.976l.073-.084l2.5-2.5a.75.75%200%200%201%201.133.976l-.072.084l-1.22%201.22zm-.153-10.78a.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.219-1.22H7a3.5%203.5%200%200%200-3.495%203.308L3.5%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.796L7%205h4.441l-1.219-1.22l-.072-.084a.75.75%200%200%201%20.072-.976M20%2015.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-3.952-2.661a.62.62%200%200%200-.68.233c-.213.303-.58.726-1.092.98a.5.5%200%201%200%20.448.895a3.7%203.7%200%200%200%20.776-.529V17.5a.5.5%200%200%200%201%200v-4.076c0-.349-.267-.533-.452-.585%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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