arrow repeat all icon
arrow-repeat-all-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- arrow-repeat-all-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
9 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.894 5.238a4 4 0 0 1-2.694 6.757L10 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.147H10a3 3 0 0 0 2.995-2.823L13 8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .688-.725zm-4.11-3.151l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07l-2.001 2.001l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-.057-.07a.5.5 0 0 1 0-.568l.057-.07L9.294 5H6a3 3 0 0 0-2.995 2.824L3 8c0 .82.329 1.562.861 2.104a.5.5 0 0 1-.714.698A4 4 0 0 1 5.8 4.005L6 4l3.294-.001l-1.148-1.147l-.057-.07a.5.5 0 0 1 .695-.695"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowRepeatAll16Regular(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="M12.894 5.238a4 4 0 0 1-2.694 6.757L10 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.147H10a3 3 0 0 0 2.995-2.823L13 8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .688-.725zm-4.11-3.151l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07l-2.001 2.001l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-.057-.07a.5.5 0 0 1 0-.568l.057-.07L9.294 5H6a3 3 0 0 0-2.995 2.824L3 8c0 .82.329 1.562.861 2.104a.5.5 0 0 1-.714.698A4 4 0 0 1 5.8 4.005L6 4l3.294-.001l-1.148-1.147l-.057-.07a.5.5 0 0 1 .695-.695"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.894 5.238a4 4 0 0 1-2.694 6.757L10 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.147H10a3 3 0 0 0 2.995-2.823L13 8a3 3 0 0 0-.866-2.109a.5.5 0 0 1 .688-.725zm-4.11-3.151l.07.057l2.001 2.002l.058.07a.5.5 0 0 1 0 .568l-.058.07l-2.001 2.001l-.07.058a.5.5 0 0 1-.568 0l-.07-.058l-.057-.07a.5.5 0 0 1 0-.568l.057-.07L9.294 5H6a3 3 0 0 0-2.995 2.824L3 8c0 .82.329 1.562.861 2.104a.5.5 0 0 1-.714.698A4 4 0 0 1 5.8 4.005L6 4l3.294-.001l-1.148-1.147l-.057-.07a.5.5 0 0 1 .695-.695"/></svg> </template>
CSS
.icon-arrow-repeat-all-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%22M12.894%205.238a4%204%200%200%201-2.694%206.757L10%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.147H10a3%203%200%200%200%202.995-2.823L13%208a3%203%200%200%200-.866-2.109a.5.5%200%200%201%20.688-.725zm-4.11-3.151l.07.057l2.001%202.002l.058.07a.5.5%200%200%201%200%20.568l-.058.07l-2.001%202.001l-.07.058a.5.5%200%200%201-.568%200l-.07-.058l-.057-.07a.5.5%200%200%201%200-.568l.057-.07L9.294%205H6a3%203%200%200%200-2.995%202.824L3%208c0%20.82.329%201.562.861%202.104a.5.5%200%200%201-.714.698A4%204%200%200%201%205.8%204.005L6%204l3.294-.001l-1.148-1.147l-.057-.07a.5.5%200%200%201%20.695-.695%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%22M12.894%205.238a4%204%200%200%201-2.694%206.757L10%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.147H10a3%203%200%200%200%202.995-2.823L13%208a3%203%200%200%200-.866-2.109a.5.5%200%200%201%20.688-.725zm-4.11-3.151l.07.057l2.001%202.002l.058.07a.5.5%200%200%201%200%20.568l-.058.07l-2.001%202.001l-.07.058a.5.5%200%200%201-.568%200l-.07-.058l-.057-.07a.5.5%200%200%201%200-.568l.057-.07L9.294%205H6a3%203%200%200%200-2.995%202.824L3%208c0%20.82.329%201.562.861%202.104a.5.5%200%200%201-.714.698A4%204%200%200%201%205.8%204.005L6%204l3.294-.001l-1.148-1.147l-.057-.07a.5.5%200%200%201%20.695-.695%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-16-regular.svg?color=%231a73e8&size=48