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

Name
arrow-repeat-1-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M12.894 5.238a4 4 0 0 1 1.098 3.015A4.5 4.5 0 0 0 13 8.027V8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .688-.725zm-4.638 5.761q-.17.48-.228 1H6.707l1.148 1.149a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-2.002-2.002a.5.5 0 0 1-.057-.638l.057-.069l2.002-2.002a.5.5 0 0 1 .765.638l-.058.07l-1.148 1.147zm.528-8.912l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07l-2.001 2.001l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-.057-.07a.5.5 0 0 1 0-.568l.057-.07L9.294 5H6a3 3 0 0 0-2.995 2.824L3 8c0 .82.329 1.562.861 2.104a.5.5 0 0 1-.714.698A4 4 0 0 1 5.8 4.005L6 4l3.294-.001l-1.148-1.147l-.057-.07a.5.5 0 0 1 .695-.695M16 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.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-.529V14.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeat116Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.894 5.238a4 4 0 0 1 1.098 3.015A4.5 4.5 0 0 0 13 8.027V8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .688-.725zm-4.638 5.761q-.17.48-.228 1H6.707l1.148 1.149a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-2.002-2.002a.5.5 0 0 1-.057-.638l.057-.069l2.002-2.002a.5.5 0 0 1 .765.638l-.058.07l-1.148 1.147zm.528-8.912l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07l-2.001 2.001l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-.057-.07a.5.5 0 0 1 0-.568l.057-.07L9.294 5H6a3 3 0 0 0-2.995 2.824L3 8c0 .82.329 1.562.861 2.104a.5.5 0 0 1-.714.698A4 4 0 0 1 5.8 4.005L6 4l3.294-.001l-1.148-1.147l-.057-.07a.5.5 0 0 1 .695-.695M16 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.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-.529V14.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 16 16"><path fill="currentColor" d="M12.894 5.238a4 4 0 0 1 1.098 3.015A4.5 4.5 0 0 0 13 8.027V8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .688-.725zm-4.638 5.761q-.17.48-.228 1H6.707l1.148 1.149a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-2.002-2.002a.5.5 0 0 1-.057-.638l.057-.069l2.002-2.002a.5.5 0 0 1 .765.638l-.058.07l-1.148 1.147zm.528-8.912l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07l-2.001 2.001l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-.057-.07a.5.5 0 0 1 0-.568l.057-.07L9.294 5H6a3 3 0 0 0-2.995 2.824L3 8c0 .82.329 1.562.861 2.104a.5.5 0 0 1-.714.698A4 4 0 0 1 5.8 4.005L6 4l3.294-.001l-1.148-1.147l-.057-.07a.5.5 0 0 1 .695-.695M16 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.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-.529V14.5a.5.5 0 0 0 1 0v-4.076c0-.349-.267-.533-.452-.585"/></svg>
</template>

CSS

.icon-arrow-repeat-1-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.894%205.238a4%204%200%200%201%201.098%203.015A4.5%204.5%200%200%200%2013%208.027V8a3%203%200%200%200-.866-2.109a.5.5%200%200%201%20.688-.725zm-4.638%205.761q-.17.48-.228%201H6.707l1.148%201.149a.5.5%200%200%201%20.058.638l-.058.069a.5.5%200%200%201-.638.058l-.069-.058l-2.002-2.002a.5.5%200%200%201-.057-.638l.057-.069l2.002-2.002a.5.5%200%200%201%20.765.638l-.058.07l-1.148%201.147zm.528-8.912l.07.057l2.001%202.002l.058.07a.5.5%200%200%201%200%20.568l-.058.07l-2.001%202.001l-.07.058a.5.5%200%200%201-.568%200l-.07-.058l-.057-.07a.5.5%200%200%201%200-.568l.057-.07L9.294%205H6a3%203%200%200%200-2.995%202.824L3%208c0%20.82.329%201.562.861%202.104a.5.5%200%200%201-.714.698A4%204%200%200%201%205.8%204.005L6%204l3.294-.001l-1.148-1.147l-.057-.07a.5.5%200%200%201%20.695-.695M16%2012.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-2.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-.529V14.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.894%205.238a4%204%200%200%201%201.098%203.015A4.5%204.5%200%200%200%2013%208.027V8a3%203%200%200%200-.866-2.109a.5.5%200%200%201%20.688-.725zm-4.638%205.761q-.17.48-.228%201H6.707l1.148%201.149a.5.5%200%200%201%20.058.638l-.058.069a.5.5%200%200%201-.638.058l-.069-.058l-2.002-2.002a.5.5%200%200%201-.057-.638l.057-.069l2.002-2.002a.5.5%200%200%201%20.765.638l-.058.07l-1.148%201.147zm.528-8.912l.07.057l2.001%202.002l.058.07a.5.5%200%200%201%200%20.568l-.058.07l-2.001%202.001l-.07.058a.5.5%200%200%201-.568%200l-.07-.058l-.057-.07a.5.5%200%200%201%200-.568l.057-.07L9.294%205H6a3%203%200%200%200-2.995%202.824L3%208c0%20.82.329%201.562.861%202.104a.5.5%200%200%201-.714.698A4%204%200%200%201%205.8%204.005L6%204l3.294-.001l-1.148-1.147l-.057-.07a.5.5%200%200%201%20.695-.695M16%2012.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-2.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-.529V14.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-16-regular.svg?color=%231a73e8&size=48