arrow repeat all off icon
arrow-repeat-all-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- arrow-repeat-all-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.613 2.21l.094.083l18 18a1 1 0 0 1-1.32 1.497l-.094-.083l-3.068-3.068a7 7 0 0 1-1.893.353l-.331.008H9.405l1.304 1.303l.077.087A1 1 0 0 1 9.39 21.8l-.095-.083l-3.005-3.005l-.077-.087a1 1 0 0 1-.006-1.232l.083-.095l3.005-3.005l.088-.078a1 1 0 0 1 1.232-.006l.095.084l.077.087a1 1 0 0 1 .006 1.232l-.083.095l-1.294 1.292h5.586q.281 0 .553-.03L6.348 7.761A5 5 0 0 0 4 12.001c0 .918.248 1.779.68 2.519l.135.218a1 1 0 0 1-1.627 1.164A6.95 6.95 0 0 1 2 12a6.99 6.99 0 0 1 2.908-5.679L2.293 3.707a1 1 0 0 1 1.32-1.498M20 7.681c.32 0 .603.15.787.382l.053.075l.017.027A6.96 6.96 0 0 1 22 12.001c0 1.977-.82 3.762-2.138 5.035l-1.415-1.414A5 5 0 0 0 20 12.001c0-.926-.252-1.793-.69-2.537l-.138-.22A1 1 0 0 1 20 7.683m-5.375-5.47l.087.077l3.006 3.005a1 1 0 0 1 .077 1.327l-.078.087l-3.005 3.006a1 1 0 0 1-1.492-1.327l.078-.088l1.297-1.298H9.826L7.911 5.085q.416-.065.848-.08l.24-.004h5.598l-1.299-1.298a1 1 0 0 1-.078-1.327l.078-.087a1 1 0 0 1 1.327-.078"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowRepeatAllOff24Filled(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.613 2.21l.094.083l18 18a1 1 0 0 1-1.32 1.497l-.094-.083l-3.068-3.068a7 7 0 0 1-1.893.353l-.331.008H9.405l1.304 1.303l.077.087A1 1 0 0 1 9.39 21.8l-.095-.083l-3.005-3.005l-.077-.087a1 1 0 0 1-.006-1.232l.083-.095l3.005-3.005l.088-.078a1 1 0 0 1 1.232-.006l.095.084l.077.087a1 1 0 0 1 .006 1.232l-.083.095l-1.294 1.292h5.586q.281 0 .553-.03L6.348 7.761A5 5 0 0 0 4 12.001c0 .918.248 1.779.68 2.519l.135.218a1 1 0 0 1-1.627 1.164A6.95 6.95 0 0 1 2 12a6.99 6.99 0 0 1 2.908-5.679L2.293 3.707a1 1 0 0 1 1.32-1.498M20 7.681c.32 0 .603.15.787.382l.053.075l.017.027A6.96 6.96 0 0 1 22 12.001c0 1.977-.82 3.762-2.138 5.035l-1.415-1.414A5 5 0 0 0 20 12.001c0-.926-.252-1.793-.69-2.537l-.138-.22A1 1 0 0 1 20 7.683m-5.375-5.47l.087.077l3.006 3.005a1 1 0 0 1 .077 1.327l-.078.087l-3.005 3.006a1 1 0 0 1-1.492-1.327l.078-.088l1.297-1.298H9.826L7.911 5.085q.416-.065.848-.08l.24-.004h5.598l-1.299-1.298a1 1 0 0 1-.078-1.327l.078-.087a1 1 0 0 1 1.327-.078"/></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.613 2.21l.094.083l18 18a1 1 0 0 1-1.32 1.497l-.094-.083l-3.068-3.068a7 7 0 0 1-1.893.353l-.331.008H9.405l1.304 1.303l.077.087A1 1 0 0 1 9.39 21.8l-.095-.083l-3.005-3.005l-.077-.087a1 1 0 0 1-.006-1.232l.083-.095l3.005-3.005l.088-.078a1 1 0 0 1 1.232-.006l.095.084l.077.087a1 1 0 0 1 .006 1.232l-.083.095l-1.294 1.292h5.586q.281 0 .553-.03L6.348 7.761A5 5 0 0 0 4 12.001c0 .918.248 1.779.68 2.519l.135.218a1 1 0 0 1-1.627 1.164A6.95 6.95 0 0 1 2 12a6.99 6.99 0 0 1 2.908-5.679L2.293 3.707a1 1 0 0 1 1.32-1.498M20 7.681c.32 0 .603.15.787.382l.053.075l.017.027A6.96 6.96 0 0 1 22 12.001c0 1.977-.82 3.762-2.138 5.035l-1.415-1.414A5 5 0 0 0 20 12.001c0-.926-.252-1.793-.69-2.537l-.138-.22A1 1 0 0 1 20 7.683m-5.375-5.47l.087.077l3.006 3.005a1 1 0 0 1 .077 1.327l-.078.087l-3.005 3.006a1 1 0 0 1-1.492-1.327l.078-.088l1.297-1.298H9.826L7.911 5.085q.416-.065.848-.08l.24-.004h5.598l-1.299-1.298a1 1 0 0 1-.078-1.327l.078-.087a1 1 0 0 1 1.327-.078"/></svg> </template>
CSS
.icon-arrow-repeat-all-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.613%202.21l.094.083l18%2018a1%201%200%200%201-1.32%201.497l-.094-.083l-3.068-3.068a7%207%200%200%201-1.893.353l-.331.008H9.405l1.304%201.303l.077.087A1%201%200%200%201%209.39%2021.8l-.095-.083l-3.005-3.005l-.077-.087a1%201%200%200%201-.006-1.232l.083-.095l3.005-3.005l.088-.078a1%201%200%200%201%201.232-.006l.095.084l.077.087a1%201%200%200%201%20.006%201.232l-.083.095l-1.294%201.292h5.586q.281%200%20.553-.03L6.348%207.761A5%205%200%200%200%204%2012.001c0%20.918.248%201.779.68%202.519l.135.218a1%201%200%200%201-1.627%201.164A6.95%206.95%200%200%201%202%2012a6.99%206.99%200%200%201%202.908-5.679L2.293%203.707a1%201%200%200%201%201.32-1.498M20%207.681c.32%200%20.603.15.787.382l.053.075l.017.027A6.96%206.96%200%200%201%2022%2012.001c0%201.977-.82%203.762-2.138%205.035l-1.415-1.414A5%205%200%200%200%2020%2012.001c0-.926-.252-1.793-.69-2.537l-.138-.22A1%201%200%200%201%2020%207.683m-5.375-5.47l.087.077l3.006%203.005a1%201%200%200%201%20.077%201.327l-.078.087l-3.005%203.006a1%201%200%200%201-1.492-1.327l.078-.088l1.297-1.298H9.826L7.911%205.085q.416-.065.848-.08l.24-.004h5.598l-1.299-1.298a1%201%200%200%201-.078-1.327l.078-.087a1%201%200%200%201%201.327-.078%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.613%202.21l.094.083l18%2018a1%201%200%200%201-1.32%201.497l-.094-.083l-3.068-3.068a7%207%200%200%201-1.893.353l-.331.008H9.405l1.304%201.303l.077.087A1%201%200%200%201%209.39%2021.8l-.095-.083l-3.005-3.005l-.077-.087a1%201%200%200%201-.006-1.232l.083-.095l3.005-3.005l.088-.078a1%201%200%200%201%201.232-.006l.095.084l.077.087a1%201%200%200%201%20.006%201.232l-.083.095l-1.294%201.292h5.586q.281%200%20.553-.03L6.348%207.761A5%205%200%200%200%204%2012.001c0%20.918.248%201.779.68%202.519l.135.218a1%201%200%200%201-1.627%201.164A6.95%206.95%200%200%201%202%2012a6.99%206.99%200%200%201%202.908-5.679L2.293%203.707a1%201%200%200%201%201.32-1.498M20%207.681c.32%200%20.603.15.787.382l.053.075l.017.027A6.96%206.96%200%200%201%2022%2012.001c0%201.977-.82%203.762-2.138%205.035l-1.415-1.414A5%205%200%200%200%2020%2012.001c0-.926-.252-1.793-.69-2.537l-.138-.22A1%201%200%200%201%2020%207.683m-5.375-5.47l.087.077l3.006%203.005a1%201%200%200%201%20.077%201.327l-.078.087l-3.005%203.006a1%201%200%200%201-1.492-1.327l.078-.088l1.297-1.298H9.826L7.911%205.085q.416-.065.848-.08l.24-.004h5.598l-1.299-1.298a1%201%200%200%201-.078-1.327l.078-.087a1%201%200%200%201%201.327-.078%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-filled.svg?color=%231a73e8&size=48