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

Name
arrow-sync-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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 8c0 1.853.84 3.51 2.159 4.61a.75.75 0 0 0 .96-1.152A4.49 4.49 0 0 1 3.5 8a4.48 4.48 0 0 1 .984-2.809l6.325 6.325a4.5 4.5 0 0 1-2.209.944l.43-.43a.75.75 0 1 0-1.06-1.06l-1.75 1.75a.75.75 0 0 0 0 1.06l1.75 1.75a.75.75 0 0 0 1.06-1.06l-.493-.494a5.97 5.97 0 0 0 3.337-1.395l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zM6.97 3.97a.75.75 0 0 0-.206.672l.594.594a.75.75 0 0 0 .672-.206l1.75-1.75a.75.75 0 0 0 0-1.06L8.03.47a.75.75 0 0 0-1.06 1.06l.493.494c-.91.08-1.763.365-2.51.807L6.06 3.939a4.5 4.5 0 0 1 1.34-.4zm5.091 5.97l1.108 1.108A5.97 5.97 0 0 0 14 8c0-1.853-.84-3.51-2.159-4.61a.75.75 0 1 0-.96 1.152A4.49 4.49 0 0 1 12.5 8c0 .695-.157 1.353-.439 1.94"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowSyncOff16Filled(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 8c0 1.853.84 3.51 2.159 4.61a.75.75 0 0 0 .96-1.152A4.49 4.49 0 0 1 3.5 8a4.48 4.48 0 0 1 .984-2.809l6.325 6.325a4.5 4.5 0 0 1-2.209.944l.43-.43a.75.75 0 1 0-1.06-1.06l-1.75 1.75a.75.75 0 0 0 0 1.06l1.75 1.75a.75.75 0 0 0 1.06-1.06l-.493-.494a5.97 5.97 0 0 0 3.337-1.395l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zM6.97 3.97a.75.75 0 0 0-.206.672l.594.594a.75.75 0 0 0 .672-.206l1.75-1.75a.75.75 0 0 0 0-1.06L8.03.47a.75.75 0 0 0-1.06 1.06l.493.494c-.91.08-1.763.365-2.51.807L6.06 3.939a4.5 4.5 0 0 1 1.34-.4zm5.091 5.97l1.108 1.108A5.97 5.97 0 0 0 14 8c0-1.853-.84-3.51-2.159-4.61a.75.75 0 1 0-.96 1.152A4.49 4.49 0 0 1 12.5 8c0 .695-.157 1.353-.439 1.94"/></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 8c0 1.853.84 3.51 2.159 4.61a.75.75 0 0 0 .96-1.152A4.49 4.49 0 0 1 3.5 8a4.48 4.48 0 0 1 .984-2.809l6.325 6.325a4.5 4.5 0 0 1-2.209.944l.43-.43a.75.75 0 1 0-1.06-1.06l-1.75 1.75a.75.75 0 0 0 0 1.06l1.75 1.75a.75.75 0 0 0 1.06-1.06l-.493-.494a5.97 5.97 0 0 0 3.337-1.395l2.272 2.273a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708zM6.97 3.97a.75.75 0 0 0-.206.672l.594.594a.75.75 0 0 0 .672-.206l1.75-1.75a.75.75 0 0 0 0-1.06L8.03.47a.75.75 0 0 0-1.06 1.06l.493.494c-.91.08-1.763.365-2.51.807L6.06 3.939a4.5 4.5 0 0 1 1.34-.4zm5.091 5.97l1.108 1.108A5.97 5.97 0 0 0 14 8c0-1.853-.84-3.51-2.159-4.61a.75.75 0 1 0-.96 1.152A4.49 4.49 0 0 1 12.5 8c0 .695-.157 1.353-.439 1.94"/></svg>
</template>

CSS

.icon-arrow-sync-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.418%204.126A5.98%205.98%200%200%200%202%208c0%201.853.84%203.51%202.159%204.61a.75.75%200%200%200%20.96-1.152A4.49%204.49%200%200%201%203.5%208a4.48%204.48%200%200%201%20.984-2.809l6.325%206.325a4.5%204.5%200%200%201-2.209.944l.43-.43a.75.75%200%201%200-1.06-1.06l-1.75%201.75a.75.75%200%200%200%200%201.06l1.75%201.75a.75.75%200%200%200%201.06-1.06l-.493-.494a5.97%205.97%200%200%200%203.337-1.395l2.272%202.273a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zM6.97%203.97a.75.75%200%200%200-.206.672l.594.594a.75.75%200%200%200%20.672-.206l1.75-1.75a.75.75%200%200%200%200-1.06L8.03.47a.75.75%200%200%200-1.06%201.06l.493.494c-.91.08-1.763.365-2.51.807L6.06%203.939a4.5%204.5%200%200%201%201.34-.4zm5.091%205.97l1.108%201.108A5.97%205.97%200%200%200%2014%208c0-1.853-.84-3.51-2.159-4.61a.75.75%200%201%200-.96%201.152A4.49%204.49%200%200%201%2012.5%208c0%20.695-.157%201.353-.439%201.94%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%208c0%201.853.84%203.51%202.159%204.61a.75.75%200%200%200%20.96-1.152A4.49%204.49%200%200%201%203.5%208a4.48%204.48%200%200%201%20.984-2.809l6.325%206.325a4.5%204.5%200%200%201-2.209.944l.43-.43a.75.75%200%201%200-1.06-1.06l-1.75%201.75a.75.75%200%200%200%200%201.06l1.75%201.75a.75.75%200%200%200%201.06-1.06l-.493-.494a5.97%205.97%200%200%200%203.337-1.395l2.272%202.273a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708zM6.97%203.97a.75.75%200%200%200-.206.672l.594.594a.75.75%200%200%200%20.672-.206l1.75-1.75a.75.75%200%200%200%200-1.06L8.03.47a.75.75%200%200%200-1.06%201.06l.493.494c-.91.08-1.763.365-2.51.807L6.06%203.939a4.5%204.5%200%200%201%201.34-.4zm5.091%205.97l1.108%201.108A5.97%205.97%200%200%200%2014%208c0-1.853-.84-3.51-2.159-4.61a.75.75%200%201%200-.96%201.152A4.49%204.49%200%200%201%2012.5%208c0%20.695-.157%201.353-.439%201.94%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-filled.svg?color=%231a73e8&size=48