arrow repeat all off icon
arrow-repeat-all-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- arrow-repeat-all-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.222 2.222a.75.75 0 0 1 .977-.073l.084.073l14.496 14.495l.072.084a.75.75 0 0 1-1.049 1.05l-.084-.073l-2.853-2.852a5 5 0 0 1-.57.065l-.292.009l-4.442-.001l1.22 1.22a.75.75 0 0 1 .072.977l-.072.084a.75.75 0 0 1-.977.073l-.084-.073l-2.5-2.5a.75.75 0 0 1-.072-.976l.072-.085l2.5-2.5a.75.75 0 0 1 1.133.977l-.072.084L8.56 13.5h3.877L5.692 6.752a3.5 3.5 0 0 0-2.189 3.056L3.498 10c0 1.083.492 2.051 1.265 2.693a.75.75 0 0 1-1.01 1.107a5 5 0 0 1 .816-8.171L2.221 3.282l-.072-.084a.75.75 0 0 1 .072-.976m13.53 3.788c.179 0 .343.063.472.168A4.98 4.98 0 0 1 18.003 10c0 1.52-.678 2.881-1.748 3.798l-1.066-1.065A3.5 3.5 0 0 0 16.503 10c0-1.08-.49-2.047-1.26-2.69a.75.75 0 0 1 .507-1.301m-5.53-3.29a.75.75 0 0 1 .976-.073l.084.072l2.5 2.5l.072.085a.75.75 0 0 1 .008.882l-.08.094l-2.5 2.5l-.025.021l-1.057-1.057l.021-.025L11.44 6.5H8.953L7.453 5h3.986L10.22 3.78l-.072-.084a.75.75 0 0 1 .072-.977"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowRepeatAllOff20Filled(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.222 2.222a.75.75 0 0 1 .977-.073l.084.073l14.496 14.495l.072.084a.75.75 0 0 1-1.049 1.05l-.084-.073l-2.853-2.852a5 5 0 0 1-.57.065l-.292.009l-4.442-.001l1.22 1.22a.75.75 0 0 1 .072.977l-.072.084a.75.75 0 0 1-.977.073l-.084-.073l-2.5-2.5a.75.75 0 0 1-.072-.976l.072-.085l2.5-2.5a.75.75 0 0 1 1.133.977l-.072.084L8.56 13.5h3.877L5.692 6.752a3.5 3.5 0 0 0-2.189 3.056L3.498 10c0 1.083.492 2.051 1.265 2.693a.75.75 0 0 1-1.01 1.107a5 5 0 0 1 .816-8.171L2.221 3.282l-.072-.084a.75.75 0 0 1 .072-.976m13.53 3.788c.179 0 .343.063.472.168A4.98 4.98 0 0 1 18.003 10c0 1.52-.678 2.881-1.748 3.798l-1.066-1.065A3.5 3.5 0 0 0 16.503 10c0-1.08-.49-2.047-1.26-2.69a.75.75 0 0 1 .507-1.301m-5.53-3.29a.75.75 0 0 1 .976-.073l.084.072l2.5 2.5l.072.085a.75.75 0 0 1 .008.882l-.08.094l-2.5 2.5l-.025.021l-1.057-1.057l.021-.025L11.44 6.5H8.953L7.453 5h3.986L10.22 3.78l-.072-.084a.75.75 0 0 1 .072-.977"/></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.222 2.222a.75.75 0 0 1 .977-.073l.084.073l14.496 14.495l.072.084a.75.75 0 0 1-1.049 1.05l-.084-.073l-2.853-2.852a5 5 0 0 1-.57.065l-.292.009l-4.442-.001l1.22 1.22a.75.75 0 0 1 .072.977l-.072.084a.75.75 0 0 1-.977.073l-.084-.073l-2.5-2.5a.75.75 0 0 1-.072-.976l.072-.085l2.5-2.5a.75.75 0 0 1 1.133.977l-.072.084L8.56 13.5h3.877L5.692 6.752a3.5 3.5 0 0 0-2.189 3.056L3.498 10c0 1.083.492 2.051 1.265 2.693a.75.75 0 0 1-1.01 1.107a5 5 0 0 1 .816-8.171L2.221 3.282l-.072-.084a.75.75 0 0 1 .072-.976m13.53 3.788c.179 0 .343.063.472.168A4.98 4.98 0 0 1 18.003 10c0 1.52-.678 2.881-1.748 3.798l-1.066-1.065A3.5 3.5 0 0 0 16.503 10c0-1.08-.49-2.047-1.26-2.69a.75.75 0 0 1 .507-1.301m-5.53-3.29a.75.75 0 0 1 .976-.073l.084.072l2.5 2.5l.072.085a.75.75 0 0 1 .008.882l-.08.094l-2.5 2.5l-.025.021l-1.057-1.057l.021-.025L11.44 6.5H8.953L7.453 5h3.986L10.22 3.78l-.072-.084a.75.75 0 0 1 .072-.977"/></svg> </template>
CSS
.icon-arrow-repeat-all-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.222%202.222a.75.75%200%200%201%20.977-.073l.084.073l14.496%2014.495l.072.084a.75.75%200%200%201-1.049%201.05l-.084-.073l-2.853-2.852a5%205%200%200%201-.57.065l-.292.009l-4.442-.001l1.22%201.22a.75.75%200%200%201%20.072.977l-.072.084a.75.75%200%200%201-.977.073l-.084-.073l-2.5-2.5a.75.75%200%200%201-.072-.976l.072-.085l2.5-2.5a.75.75%200%200%201%201.133.977l-.072.084L8.56%2013.5h3.877L5.692%206.752a3.5%203.5%200%200%200-2.189%203.056L3.498%2010c0%201.083.492%202.051%201.265%202.693a.75.75%200%200%201-1.01%201.107a5%205%200%200%201%20.816-8.171L2.221%203.282l-.072-.084a.75.75%200%200%201%20.072-.976m13.53%203.788c.179%200%20.343.063.472.168A4.98%204.98%200%200%201%2018.003%2010c0%201.52-.678%202.881-1.748%203.798l-1.066-1.065A3.5%203.5%200%200%200%2016.503%2010c0-1.08-.49-2.047-1.26-2.69a.75.75%200%200%201%20.507-1.301m-5.53-3.29a.75.75%200%200%201%20.976-.073l.084.072l2.5%202.5l.072.085a.75.75%200%200%201%20.008.882l-.08.094l-2.5%202.5l-.025.021l-1.057-1.057l.021-.025L11.44%206.5H8.953L7.453%205h3.986L10.22%203.78l-.072-.084a.75.75%200%200%201%20.072-.977%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.222%202.222a.75.75%200%200%201%20.977-.073l.084.073l14.496%2014.495l.072.084a.75.75%200%200%201-1.049%201.05l-.084-.073l-2.853-2.852a5%205%200%200%201-.57.065l-.292.009l-4.442-.001l1.22%201.22a.75.75%200%200%201%20.072.977l-.072.084a.75.75%200%200%201-.977.073l-.084-.073l-2.5-2.5a.75.75%200%200%201-.072-.976l.072-.085l2.5-2.5a.75.75%200%200%201%201.133.977l-.072.084L8.56%2013.5h3.877L5.692%206.752a3.5%203.5%200%200%200-2.189%203.056L3.498%2010c0%201.083.492%202.051%201.265%202.693a.75.75%200%200%201-1.01%201.107a5%205%200%200%201%20.816-8.171L2.221%203.282l-.072-.084a.75.75%200%200%201%20.072-.976m13.53%203.788c.179%200%20.343.063.472.168A4.98%204.98%200%200%201%2018.003%2010c0%201.52-.678%202.881-1.748%203.798l-1.066-1.065A3.5%203.5%200%200%200%2016.503%2010c0-1.08-.49-2.047-1.26-2.69a.75.75%200%200%201%20.507-1.301m-5.53-3.29a.75.75%200%200%201%20.976-.073l.084.072l2.5%202.5l.072.085a.75.75%200%200%201%20.008.882l-.08.094l-2.5%202.5l-.025.021l-1.057-1.057l.021-.025L11.44%206.5H8.953L7.453%205h3.986L10.22%203.78l-.072-.084a.75.75%200%200%201%20.072-.977%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-filled.svg?color=%231a73e8&size=48