arrow repeat all off icon
arrow-repeat-all-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- arrow-repeat-all-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
Use the arrow repeat all off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.196 2.147l.084.073l18.5 18.5a.75.75 0 0 1-.976 1.133l-.084-.073l-3.509-3.508q-.655.18-1.358.219l-.353.009H8.564l1.9 1.9l.066.076a.75.75 0 0 1-1.043 1.056l-.084-.072l-3.182-3.182l-.067-.077a.75.75 0 0 1-.006-.899l.073-.085l3.182-3.182l.077-.067a.75.75 0 0 1 .899-.006l.084.073l.068.077a.75.75 0 0 1 .005.899l-.073.085L8.558 17H15.5q.213 0 .422-.017L6.4 7.46a5 5 0 0 0-1.598 7.904a.75.75 0 1 1-1.11 1.007A6.47 6.47 0 0 1 2 12a6.5 6.5 0 0 1 3.287-5.652L2.22 3.28a.75.75 0 0 1 .976-1.133M19.75 7.378c.22 0 .416.094.553.244A6.47 6.47 0 0 1 22 12c0 2.057-.955 3.89-2.446 5.081l-1.069-1.07A5 5 0 0 0 20.5 12c0-1.306-.5-2.495-1.32-3.386a.75.75 0 0 1 .57-1.236m-5.217-4.975l.077.067l3.182 3.182a.75.75 0 0 1 .067.984l-.067.076l-3.182 3.182a.75.75 0 0 1-1.128-.984l.068-.076L15.38 7H9.473l-1.48-1.48a7 7 0 0 1 .274-.016L8.5 5.5h7.021L13.55 3.53a.75.75 0 0 1-.067-.984l.068-.076a.75.75 0 0 1 .983-.067"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowRepeatAllOff24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.196 2.147l.084.073l18.5 18.5a.75.75 0 0 1-.976 1.133l-.084-.073l-3.509-3.508q-.655.18-1.358.219l-.353.009H8.564l1.9 1.9l.066.076a.75.75 0 0 1-1.043 1.056l-.084-.072l-3.182-3.182l-.067-.077a.75.75 0 0 1-.006-.899l.073-.085l3.182-3.182l.077-.067a.75.75 0 0 1 .899-.006l.084.073l.068.077a.75.75 0 0 1 .005.899l-.073.085L8.558 17H15.5q.213 0 .422-.017L6.4 7.46a5 5 0 0 0-1.598 7.904a.75.75 0 1 1-1.11 1.007A6.47 6.47 0 0 1 2 12a6.5 6.5 0 0 1 3.287-5.652L2.22 3.28a.75.75 0 0 1 .976-1.133M19.75 7.378c.22 0 .416.094.553.244A6.47 6.47 0 0 1 22 12c0 2.057-.955 3.89-2.446 5.081l-1.069-1.07A5 5 0 0 0 20.5 12c0-1.306-.5-2.495-1.32-3.386a.75.75 0 0 1 .57-1.236m-5.217-4.975l.077.067l3.182 3.182a.75.75 0 0 1 .067.984l-.067.076l-3.182 3.182a.75.75 0 0 1-1.128-.984l.068-.076L15.38 7H9.473l-1.48-1.48a7 7 0 0 1 .274-.016L8.5 5.5h7.021L13.55 3.53a.75.75 0 0 1-.067-.984l.068-.076a.75.75 0 0 1 .983-.067"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.196 2.147l.084.073l18.5 18.5a.75.75 0 0 1-.976 1.133l-.084-.073l-3.509-3.508q-.655.18-1.358.219l-.353.009H8.564l1.9 1.9l.066.076a.75.75 0 0 1-1.043 1.056l-.084-.072l-3.182-3.182l-.067-.077a.75.75 0 0 1-.006-.899l.073-.085l3.182-3.182l.077-.067a.75.75 0 0 1 .899-.006l.084.073l.068.077a.75.75 0 0 1 .005.899l-.073.085L8.558 17H15.5q.213 0 .422-.017L6.4 7.46a5 5 0 0 0-1.598 7.904a.75.75 0 1 1-1.11 1.007A6.47 6.47 0 0 1 2 12a6.5 6.5 0 0 1 3.287-5.652L2.22 3.28a.75.75 0 0 1 .976-1.133M19.75 7.378c.22 0 .416.094.553.244A6.47 6.47 0 0 1 22 12c0 2.057-.955 3.89-2.446 5.081l-1.069-1.07A5 5 0 0 0 20.5 12c0-1.306-.5-2.495-1.32-3.386a.75.75 0 0 1 .57-1.236m-5.217-4.975l.077.067l3.182 3.182a.75.75 0 0 1 .067.984l-.067.076l-3.182 3.182a.75.75 0 0 1-1.128-.984l.068-.076L15.38 7H9.473l-1.48-1.48a7 7 0 0 1 .274-.016L8.5 5.5h7.021L13.55 3.53a.75.75 0 0 1-.067-.984l.068-.076a.75.75 0 0 1 .983-.067"/></svg> </template>
CSS
.icon-arrow-repeat-all-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.196%202.147l.084.073l18.5%2018.5a.75.75%200%200%201-.976%201.133l-.084-.073l-3.509-3.508q-.655.18-1.358.219l-.353.009H8.564l1.9%201.9l.066.076a.75.75%200%200%201-1.043%201.056l-.084-.072l-3.182-3.182l-.067-.077a.75.75%200%200%201-.006-.899l.073-.085l3.182-3.182l.077-.067a.75.75%200%200%201%20.899-.006l.084.073l.068.077a.75.75%200%200%201%20.005.899l-.073.085L8.558%2017H15.5q.213%200%20.422-.017L6.4%207.46a5%205%200%200%200-1.598%207.904a.75.75%200%201%201-1.11%201.007A6.47%206.47%200%200%201%202%2012a6.5%206.5%200%200%201%203.287-5.652L2.22%203.28a.75.75%200%200%201%20.976-1.133M19.75%207.378c.22%200%20.416.094.553.244A6.47%206.47%200%200%201%2022%2012c0%202.057-.955%203.89-2.446%205.081l-1.069-1.07A5%205%200%200%200%2020.5%2012c0-1.306-.5-2.495-1.32-3.386a.75.75%200%200%201%20.57-1.236m-5.217-4.975l.077.067l3.182%203.182a.75.75%200%200%201%20.067.984l-.067.076l-3.182%203.182a.75.75%200%200%201-1.128-.984l.068-.076L15.38%207H9.473l-1.48-1.48a7%207%200%200%201%20.274-.016L8.5%205.5h7.021L13.55%203.53a.75.75%200%200%201-.067-.984l.068-.076a.75.75%200%200%201%20.983-.067%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.196%202.147l.084.073l18.5%2018.5a.75.75%200%200%201-.976%201.133l-.084-.073l-3.509-3.508q-.655.18-1.358.219l-.353.009H8.564l1.9%201.9l.066.076a.75.75%200%200%201-1.043%201.056l-.084-.072l-3.182-3.182l-.067-.077a.75.75%200%200%201-.006-.899l.073-.085l3.182-3.182l.077-.067a.75.75%200%200%201%20.899-.006l.084.073l.068.077a.75.75%200%200%201%20.005.899l-.073.085L8.558%2017H15.5q.213%200%20.422-.017L6.4%207.46a5%205%200%200%200-1.598%207.904a.75.75%200%201%201-1.11%201.007A6.47%206.47%200%200%201%202%2012a6.5%206.5%200%200%201%203.287-5.652L2.22%203.28a.75.75%200%200%201%20.976-1.133M19.75%207.378c.22%200%20.416.094.553.244A6.47%206.47%200%200%201%2022%2012c0%202.057-.955%203.89-2.446%205.081l-1.069-1.07A5%205%200%200%200%2020.5%2012c0-1.306-.5-2.495-1.32-3.386a.75.75%200%200%201%20.57-1.236m-5.217-4.975l.077.067l3.182%203.182a.75.75%200%200%201%20.067.984l-.067.076l-3.182%203.182a.75.75%200%200%201-1.128-.984l.068-.076L15.38%207H9.473l-1.48-1.48a7%207%200%200%201%20.274-.016L8.5%205.5h7.021L13.55%203.53a.75.75%200%200%201-.067-.984l.068-.076a.75.75%200%200%201%20.983-.067%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-24-regular.svg?color=%231a73e8&size=48