arrow repeat all off icon

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

Name
arrow-repeat-all-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow repeat all off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .638-.057l.07.057l15 15l.057.07a.5.5 0 0 1-.695.695l-.07-.057l-2.988-2.989a5 5 0 0 1-.861.126L13 15H7q-.153 0-.304-.01l1.658 1.656a.5.5 0 0 1 .057.638l-.057.07a.5.5 0 0 1-.638.057l-.07-.057l-2.5-2.5a.5.5 0 0 1-.057-.638l.057-.07l2.5-2.5a.5.5 0 0 1 .765.638l-.057.07l-1.636 1.636l.14.008L7 14h6q.143 0 .283-.01L5.56 6.267a4 4 0 0 0-1.665 6.255a.5.5 0 1 1-.801.601a5 5 0 0 1 1.707-7.616L2.147 2.855l-.057-.07a.5.5 0 0 1 .057-.638M16.5 6.671c.116 0 .223.04.308.107l.067.063l.017.02A4.98 4.98 0 0 1 18 10c0 1.608-.76 3.04-1.939 3.954l-.714-.714A4 4 0 0 0 17 10c0-.953-.334-1.829-.89-2.516a.5.5 0 0 1 .39-.812M12.284 2.59l.07.057l2.5 2.5a.5.5 0 0 1 .057.638l-.057.07l-2.5 2.5a.5.5 0 0 1-.765-.638l.057-.07l1.637-1.636l-.14-.008L13 6H8.106l-1-1H13q.153 0 .304.01l-1.658-1.656a.5.5 0 0 1-.057-.638l.057-.07a.5.5 0 0 1 .638-.057"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRepeatAllOff20Regular(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="M2.146 2.146a.5.5 0 0 1 .638-.057l.07.057l15 15l.057.07a.5.5 0 0 1-.695.695l-.07-.057l-2.988-2.989a5 5 0 0 1-.861.126L13 15H7q-.153 0-.304-.01l1.658 1.656a.5.5 0 0 1 .057.638l-.057.07a.5.5 0 0 1-.638.057l-.07-.057l-2.5-2.5a.5.5 0 0 1-.057-.638l.057-.07l2.5-2.5a.5.5 0 0 1 .765.638l-.057.07l-1.636 1.636l.14.008L7 14h6q.143 0 .283-.01L5.56 6.267a4 4 0 0 0-1.665 6.255a.5.5 0 1 1-.801.601a5 5 0 0 1 1.707-7.616L2.147 2.855l-.057-.07a.5.5 0 0 1 .057-.638M16.5 6.671c.116 0 .223.04.308.107l.067.063l.017.02A4.98 4.98 0 0 1 18 10c0 1.608-.76 3.04-1.939 3.954l-.714-.714A4 4 0 0 0 17 10c0-.953-.334-1.829-.89-2.516a.5.5 0 0 1 .39-.812M12.284 2.59l.07.057l2.5 2.5a.5.5 0 0 1 .057.638l-.057.07l-2.5 2.5a.5.5 0 0 1-.765-.638l.057-.07l1.637-1.636l-.14-.008L13 6H8.106l-1-1H13q.153 0 .304.01l-1.658-1.656a.5.5 0 0 1-.057-.638l.057-.07a.5.5 0 0 1 .638-.057"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .638-.057l.07.057l15 15l.057.07a.5.5 0 0 1-.695.695l-.07-.057l-2.988-2.989a5 5 0 0 1-.861.126L13 15H7q-.153 0-.304-.01l1.658 1.656a.5.5 0 0 1 .057.638l-.057.07a.5.5 0 0 1-.638.057l-.07-.057l-2.5-2.5a.5.5 0 0 1-.057-.638l.057-.07l2.5-2.5a.5.5 0 0 1 .765.638l-.057.07l-1.636 1.636l.14.008L7 14h6q.143 0 .283-.01L5.56 6.267a4 4 0 0 0-1.665 6.255a.5.5 0 1 1-.801.601a5 5 0 0 1 1.707-7.616L2.147 2.855l-.057-.07a.5.5 0 0 1 .057-.638M16.5 6.671c.116 0 .223.04.308.107l.067.063l.017.02A4.98 4.98 0 0 1 18 10c0 1.608-.76 3.04-1.939 3.954l-.714-.714A4 4 0 0 0 17 10c0-.953-.334-1.829-.89-2.516a.5.5 0 0 1 .39-.812M12.284 2.59l.07.057l2.5 2.5a.5.5 0 0 1 .057.638l-.057.07l-2.5 2.5a.5.5 0 0 1-.765-.638l.057-.07l1.637-1.636l-.14-.008L13 6H8.106l-1-1H13q.153 0 .304.01l-1.658-1.656a.5.5 0 0 1-.057-.638l.057-.07a.5.5 0 0 1 .638-.057"/></svg>
</template>

CSS

.icon-arrow-repeat-all-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.638-.057l.07.057l15%2015l.057.07a.5.5%200%200%201-.695.695l-.07-.057l-2.988-2.989a5%205%200%200%201-.861.126L13%2015H7q-.153%200-.304-.01l1.658%201.656a.5.5%200%200%201%20.057.638l-.057.07a.5.5%200%200%201-.638.057l-.07-.057l-2.5-2.5a.5.5%200%200%201-.057-.638l.057-.07l2.5-2.5a.5.5%200%200%201%20.765.638l-.057.07l-1.636%201.636l.14.008L7%2014h6q.143%200%20.283-.01L5.56%206.267a4%204%200%200%200-1.665%206.255a.5.5%200%201%201-.801.601a5%205%200%200%201%201.707-7.616L2.147%202.855l-.057-.07a.5.5%200%200%201%20.057-.638M16.5%206.671c.116%200%20.223.04.308.107l.067.063l.017.02A4.98%204.98%200%200%201%2018%2010c0%201.608-.76%203.04-1.939%203.954l-.714-.714A4%204%200%200%200%2017%2010c0-.953-.334-1.829-.89-2.516a.5.5%200%200%201%20.39-.812M12.284%202.59l.07.057l2.5%202.5a.5.5%200%200%201%20.057.638l-.057.07l-2.5%202.5a.5.5%200%200%201-.765-.638l.057-.07l1.637-1.636l-.14-.008L13%206H8.106l-1-1H13q.153%200%20.304.01l-1.658-1.656a.5.5%200%200%201-.057-.638l.057-.07a.5.5%200%200%201%20.638-.057%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%22M2.146%202.146a.5.5%200%200%201%20.638-.057l.07.057l15%2015l.057.07a.5.5%200%200%201-.695.695l-.07-.057l-2.988-2.989a5%205%200%200%201-.861.126L13%2015H7q-.153%200-.304-.01l1.658%201.656a.5.5%200%200%201%20.057.638l-.057.07a.5.5%200%200%201-.638.057l-.07-.057l-2.5-2.5a.5.5%200%200%201-.057-.638l.057-.07l2.5-2.5a.5.5%200%200%201%20.765.638l-.057.07l-1.636%201.636l.14.008L7%2014h6q.143%200%20.283-.01L5.56%206.267a4%204%200%200%200-1.665%206.255a.5.5%200%201%201-.801.601a5%205%200%200%201%201.707-7.616L2.147%202.855l-.057-.07a.5.5%200%200%201%20.057-.638M16.5%206.671c.116%200%20.223.04.308.107l.067.063l.017.02A4.98%204.98%200%200%201%2018%2010c0%201.608-.76%203.04-1.939%203.954l-.714-.714A4%204%200%200%200%2017%2010c0-.953-.334-1.829-.89-2.516a.5.5%200%200%201%20.39-.812M12.284%202.59l.07.057l2.5%202.5a.5.5%200%200%201%20.057.638l-.057.07l-2.5%202.5a.5.5%200%200%201-.765-.638l.057-.07l1.637-1.636l-.14-.008L13%206H8.106l-1-1H13q.153%200%20.304.01l-1.658-1.656a.5.5%200%200%201-.057-.638l.057-.07a.5.5%200%200%201%20.638-.057%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-off-20-regular.svg?color=%231a73e8&size=48