arrow repeat all off icon
arrow-repeat-all-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- arrow-repeat-all-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
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 16 16"><path fill="currentColor" d="m2.784 2.088l.07.058l11 11a.5.5 0 0 1-.638.765l-.07-.058l-2.016-2.015a4 4 0 0 1-.896.155L10 12l-3.293-.001l1.148 1.149a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-2.002-2.002a.5.5 0 0 1-.057-.638l.057-.069l2.002-2.002a.5.5 0 0 1 .765.638l-.058.07l-1.148 1.147H10q.141 0 .279-.012L4.626 5.332a3 3 0 0 0-.765 4.772a.5.5 0 0 1-.714.698a3.997 3.997 0 0 1 .746-6.203L2.146 2.853a.5.5 0 0 1 .638-.765m9.716 2.96a.5.5 0 0 1 .322.118l.072.072A4 4 0 0 1 14 8a4 4 0 0 1-1.12 2.775l-.706-.708A3 3 0 0 0 13 8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .366-.843M8.146 2.145a.5.5 0 0 1 .638-.057l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07L8.907 6.8L8.2 6.093l1.094-1.094H7.105l-1-1h3.189L8.146 2.852l-.057-.07a.5.5 0 0 1 .057-.638"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowRepeatAllOff16Regular(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="m2.784 2.088l.07.058l11 11a.5.5 0 0 1-.638.765l-.07-.058l-2.016-2.015a4 4 0 0 1-.896.155L10 12l-3.293-.001l1.148 1.149a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-2.002-2.002a.5.5 0 0 1-.057-.638l.057-.069l2.002-2.002a.5.5 0 0 1 .765.638l-.058.07l-1.148 1.147H10q.141 0 .279-.012L4.626 5.332a3 3 0 0 0-.765 4.772a.5.5 0 0 1-.714.698a3.997 3.997 0 0 1 .746-6.203L2.146 2.853a.5.5 0 0 1 .638-.765m9.716 2.96a.5.5 0 0 1 .322.118l.072.072A4 4 0 0 1 14 8a4 4 0 0 1-1.12 2.775l-.706-.708A3 3 0 0 0 13 8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .366-.843M8.146 2.145a.5.5 0 0 1 .638-.057l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07L8.907 6.8L8.2 6.093l1.094-1.094H7.105l-1-1h3.189L8.146 2.852l-.057-.07a.5.5 0 0 1 .057-.638"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m2.784 2.088l.07.058l11 11a.5.5 0 0 1-.638.765l-.07-.058l-2.016-2.015a4 4 0 0 1-.896.155L10 12l-3.293-.001l1.148 1.149a.5.5 0 0 1 .058.638l-.058.069a.5.5 0 0 1-.638.058l-.069-.058l-2.002-2.002a.5.5 0 0 1-.057-.638l.057-.069l2.002-2.002a.5.5 0 0 1 .765.638l-.058.07l-1.148 1.147H10q.141 0 .279-.012L4.626 5.332a3 3 0 0 0-.765 4.772a.5.5 0 0 1-.714.698a3.997 3.997 0 0 1 .746-6.203L2.146 2.853a.5.5 0 0 1 .638-.765m9.716 2.96a.5.5 0 0 1 .322.118l.072.072A4 4 0 0 1 14 8a4 4 0 0 1-1.12 2.775l-.706-.708A3 3 0 0 0 13 8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .366-.843M8.146 2.145a.5.5 0 0 1 .638-.057l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07L8.907 6.8L8.2 6.093l1.094-1.094H7.105l-1-1h3.189L8.146 2.852l-.057-.07a.5.5 0 0 1 .057-.638"/></svg> </template>
CSS
.icon-arrow-repeat-all-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%22m2.784%202.088l.07.058l11%2011a.5.5%200%200%201-.638.765l-.07-.058l-2.016-2.015a4%204%200%200%201-.896.155L10%2012l-3.293-.001l1.148%201.149a.5.5%200%200%201%20.058.638l-.058.069a.5.5%200%200%201-.638.058l-.069-.058l-2.002-2.002a.5.5%200%200%201-.057-.638l.057-.069l2.002-2.002a.5.5%200%200%201%20.765.638l-.058.07l-1.148%201.147H10q.141%200%20.279-.012L4.626%205.332a3%203%200%200%200-.765%204.772a.5.5%200%200%201-.714.698a3.997%203.997%200%200%201%20.746-6.203L2.146%202.853a.5.5%200%200%201%20.638-.765m9.716%202.96a.5.5%200%200%201%20.322.118l.072.072A4%204%200%200%201%2014%208a4%204%200%200%201-1.12%202.775l-.706-.708A3%203%200%200%200%2013%208a3%203%200%200%200-.866-2.109a.5.5%200%200%201%20.366-.843M8.146%202.145a.5.5%200%200%201%20.638-.057l.07.057l2.001%202.002l.058.07a.5.5%200%200%201%200%20.568l-.058.07L8.907%206.8L8.2%206.093l1.094-1.094H7.105l-1-1h3.189L8.146%202.852l-.057-.07a.5.5%200%200%201%20.057-.638%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%22m2.784%202.088l.07.058l11%2011a.5.5%200%200%201-.638.765l-.07-.058l-2.016-2.015a4%204%200%200%201-.896.155L10%2012l-3.293-.001l1.148%201.149a.5.5%200%200%201%20.058.638l-.058.069a.5.5%200%200%201-.638.058l-.069-.058l-2.002-2.002a.5.5%200%200%201-.057-.638l.057-.069l2.002-2.002a.5.5%200%200%201%20.765.638l-.058.07l-1.148%201.147H10q.141%200%20.279-.012L4.626%205.332a3%203%200%200%200-.765%204.772a.5.5%200%200%201-.714.698a3.997%203.997%200%200%201%20.746-6.203L2.146%202.853a.5.5%200%200%201%20.638-.765m9.716%202.96a.5.5%200%200%201%20.322.118l.072.072A4%204%200%200%201%2014%208a4%204%200%200%201-1.12%202.775l-.706-.708A3%203%200%200%200%2013%208a3%203%200%200%200-.866-2.109a.5.5%200%200%201%20.366-.843M8.146%202.145a.5.5%200%200%201%20.638-.057l.07.057l2.001%202.002l.058.07a.5.5%200%200%201%200%20.568l-.058.07L8.907%206.8L8.2%206.093l1.094-1.094H7.105l-1-1h3.189L8.146%202.852l-.057-.07a.5.5%200%200%201%20.057-.638%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-16-regular.svg?color=%231a73e8&size=48