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

Name
arrow-sync-off-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 sync off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.418 4.126A5.98 5.98 0 0 0 2 8a5.99 5.99 0 0 0 2.222 4.661a.5.5 0 0 0 .63-.776A4.99 4.99 0 0 1 3 8c0-1.2.423-2.302 1.129-3.164l7.035 7.035a4.98 4.98 0 0 1-2.953 1.125l.643-.642a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708l-.65-.65a5.97 5.97 0 0 0 3.67-1.415l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zm9.016 6.187l.735.735A5.97 5.97 0 0 0 14 8a5.99 5.99 0 0 0-2.222-4.661a.5.5 0 1 0-.63.776A4.99 4.99 0 0 1 13 8c0 .834-.204 1.621-.566 2.313M4.952 2.83l.735.735a5 5 0 0 1 2.101-.562l-.642.642a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708l.65.65a6 6 0 0 0-2.844.827"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowSyncOff16Regular(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="M3.418 4.126A5.98 5.98 0 0 0 2 8a5.99 5.99 0 0 0 2.222 4.661a.5.5 0 0 0 .63-.776A4.99 4.99 0 0 1 3 8c0-1.2.423-2.302 1.129-3.164l7.035 7.035a4.98 4.98 0 0 1-2.953 1.125l.643-.642a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708l-.65-.65a5.97 5.97 0 0 0 3.67-1.415l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zm9.016 6.187l.735.735A5.97 5.97 0 0 0 14 8a5.99 5.99 0 0 0-2.222-4.661a.5.5 0 1 0-.63.776A4.99 4.99 0 0 1 13 8c0 .834-.204 1.621-.566 2.313M4.952 2.83l.735.735a5 5 0 0 1 2.101-.562l-.642.642a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708l.65.65a6 6 0 0 0-2.844.827"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.418 4.126A5.98 5.98 0 0 0 2 8a5.99 5.99 0 0 0 2.222 4.661a.5.5 0 0 0 .63-.776A4.99 4.99 0 0 1 3 8c0-1.2.423-2.302 1.129-3.164l7.035 7.035a4.98 4.98 0 0 1-2.953 1.125l.643-.642a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708l-.65-.65a5.97 5.97 0 0 0 3.67-1.415l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zm9.016 6.187l.735.735A5.97 5.97 0 0 0 14 8a5.99 5.99 0 0 0-2.222-4.661a.5.5 0 1 0-.63.776A4.99 4.99 0 0 1 13 8c0 .834-.204 1.621-.566 2.313M4.952 2.83l.735.735a5 5 0 0 1 2.101-.562l-.642.642a.5.5 0 1 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 1 0-.708.708l.65.65a6 6 0 0 0-2.844.827"/></svg>
</template>

CSS

.icon-arrow-sync-off-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%22M3.418%204.126A5.98%205.98%200%200%200%202%208a5.99%205.99%200%200%200%202.222%204.661a.5.5%200%200%200%20.63-.776A4.99%204.99%200%200%201%203%208c0-1.2.423-2.302%201.129-3.164l7.035%207.035a4.98%204.98%200%200%201-2.953%201.125l.643-.642a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.708l1.5%201.5a.5.5%200%200%200%20.708-.708l-.65-.65a5.97%205.97%200%200%200%203.67-1.415l2.272%202.273a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zm9.016%206.187l.735.735A5.97%205.97%200%200%200%2014%208a5.99%205.99%200%200%200-2.222-4.661a.5.5%200%201%200-.63.776A4.99%204.99%200%200%201%2013%208c0%20.834-.204%201.621-.566%202.313M4.952%202.83l.735.735a5%205%200%200%201%202.101-.562l-.642.642a.5.5%200%201%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708l-1.5-1.5a.5.5%200%201%200-.708.708l.65.65a6%206%200%200%200-2.844.827%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%22M3.418%204.126A5.98%205.98%200%200%200%202%208a5.99%205.99%200%200%200%202.222%204.661a.5.5%200%200%200%20.63-.776A4.99%204.99%200%200%201%203%208c0-1.2.423-2.302%201.129-3.164l7.035%207.035a4.98%204.98%200%200%201-2.953%201.125l.643-.642a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.708l1.5%201.5a.5.5%200%200%200%20.708-.708l-.65-.65a5.97%205.97%200%200%200%203.67-1.415l2.272%202.273a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zm9.016%206.187l.735.735A5.97%205.97%200%200%200%2014%208a5.99%205.99%200%200%200-2.222-4.661a.5.5%200%201%200-.63.776A4.99%204.99%200%200%201%2013%208c0%20.834-.204%201.621-.566%202.313M4.952%202.83l.735.735a5%205%200%200%201%202.101-.562l-.642.642a.5.5%200%201%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708l-1.5-1.5a.5.5%200%201%200-.708.708l.65.65a6%206%200%200%200-2.844.827%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-sync-off-16-regular.svg?color=%231a73e8&size=48