arrow clockwise dashes icon
arrow-clockwise-dashes-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- arrow-clockwise-dashes-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
13 other variants in Fluent UI System Icons
arrow-clockwise-dashes-12-filledarrow-clockwise-dashes-12-regulararrow-clockwise-dashes-16-filledarrow-clockwise-dashes-16-regulararrow-clockwise-dashes-20-filledarrow-clockwise-dashes-20-regulararrow-clockwise-dashes-24-filledarrow-clockwise-dashes-24-regulararrow-clockwise-dashes-28-filledarrow-clockwise-dashes-32-filledarrow-clockwise-dashes-32-regulararrow-clockwise-dashes-48-filledarrow-clockwise-dashes-48-regular
The same icon in other sets
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 clockwise dashes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.18 3.15c.439-.073.82.277.82.721a.8.8 0 0 1-.673.776a9.45 9.45 0 0 0-3.754 1.555a.8.8 0 0 1-1.024-.072c-.314-.314-.292-.833.07-1.09c1.33-.95 2.882-1.61 4.562-1.89M15 3.87c0 .387.294.708.675.776A9.5 9.5 0 0 1 20.929 7.5H18.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-1.5 0v1.703a10.97 10.97 0 0 0-5.68-2.803c-.437-.073-.82.277-.82.721M24.13 15a.8.8 0 0 0-.776.674a9.45 9.45 0 0 1-1.555 3.754a.8.8 0 0 0 .072 1.025c.314.314.832.291 1.09-.07a10.94 10.94 0 0 0 1.89-4.564c.073-.437-.278-.82-.722-.82m-8.456 8.354a.8.8 0 0 0-.673.775c0 .445.381.795.82.722a10.94 10.94 0 0 0 4.567-1.893c.361-.259.383-.776.07-1.09a.8.8 0 0 0-1.025-.072a9.45 9.45 0 0 1-3.759 1.558m-7.102-1.556a.8.8 0 0 0-1.024.073c-.314.314-.292.832.07 1.09a10.94 10.94 0 0 0 4.563 1.89c.438.073.82-.277.82-.722a.8.8 0 0 0-.674-.775a9.45 9.45 0 0 1-3.755-1.556m-3.925-6.124a.8.8 0 0 0-.775-.674c-.444 0-.795.381-.722.82c.28 1.682.942 3.235 1.893 4.567c.258.362.776.384 1.09.07a.8.8 0 0 0 .072-1.024a9.45 9.45 0 0 1-1.558-3.76m1.559-7.105a.8.8 0 0 0-.072-1.025c-.314-.314-.832-.292-1.09.07a10.94 10.94 0 0 0-1.893 4.566c-.073.438.277.82.721.82a.8.8 0 0 0 .776-.674a9.45 9.45 0 0 1 1.558-3.757"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowClockwiseDashes28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.18 3.15c.439-.073.82.277.82.721a.8.8 0 0 1-.673.776a9.45 9.45 0 0 0-3.754 1.555a.8.8 0 0 1-1.024-.072c-.314-.314-.292-.833.07-1.09c1.33-.95 2.882-1.61 4.562-1.89M15 3.87c0 .387.294.708.675.776A9.5 9.5 0 0 1 20.929 7.5H18.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-1.5 0v1.703a10.97 10.97 0 0 0-5.68-2.803c-.437-.073-.82.277-.82.721M24.13 15a.8.8 0 0 0-.776.674a9.45 9.45 0 0 1-1.555 3.754a.8.8 0 0 0 .072 1.025c.314.314.832.291 1.09-.07a10.94 10.94 0 0 0 1.89-4.564c.073-.437-.278-.82-.722-.82m-8.456 8.354a.8.8 0 0 0-.673.775c0 .445.381.795.82.722a10.94 10.94 0 0 0 4.567-1.893c.361-.259.383-.776.07-1.09a.8.8 0 0 0-1.025-.072a9.45 9.45 0 0 1-3.759 1.558m-7.102-1.556a.8.8 0 0 0-1.024.073c-.314.314-.292.832.07 1.09a10.94 10.94 0 0 0 4.563 1.89c.438.073.82-.277.82-.722a.8.8 0 0 0-.674-.775a9.45 9.45 0 0 1-3.755-1.556m-3.925-6.124a.8.8 0 0 0-.775-.674c-.444 0-.795.381-.722.82c.28 1.682.942 3.235 1.893 4.567c.258.362.776.384 1.09.07a.8.8 0 0 0 .072-1.024a9.45 9.45 0 0 1-1.558-3.76m1.559-7.105a.8.8 0 0 0-.072-1.025c-.314-.314-.832-.292-1.09.07a10.94 10.94 0 0 0-1.893 4.566c-.073.438.277.82.721.82a.8.8 0 0 0 .776-.674a9.45 9.45 0 0 1 1.558-3.757"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.18 3.15c.439-.073.82.277.82.721a.8.8 0 0 1-.673.776a9.45 9.45 0 0 0-3.754 1.555a.8.8 0 0 1-1.024-.072c-.314-.314-.292-.833.07-1.09c1.33-.95 2.882-1.61 4.562-1.89M15 3.87c0 .387.294.708.675.776A9.5 9.5 0 0 1 20.929 7.5H18.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-1.5 0v1.703a10.97 10.97 0 0 0-5.68-2.803c-.437-.073-.82.277-.82.721M24.13 15a.8.8 0 0 0-.776.674a9.45 9.45 0 0 1-1.555 3.754a.8.8 0 0 0 .072 1.025c.314.314.832.291 1.09-.07a10.94 10.94 0 0 0 1.89-4.564c.073-.437-.278-.82-.722-.82m-8.456 8.354a.8.8 0 0 0-.673.775c0 .445.381.795.82.722a10.94 10.94 0 0 0 4.567-1.893c.361-.259.383-.776.07-1.09a.8.8 0 0 0-1.025-.072a9.45 9.45 0 0 1-3.759 1.558m-7.102-1.556a.8.8 0 0 0-1.024.073c-.314.314-.292.832.07 1.09a10.94 10.94 0 0 0 4.563 1.89c.438.073.82-.277.82-.722a.8.8 0 0 0-.674-.775a9.45 9.45 0 0 1-3.755-1.556m-3.925-6.124a.8.8 0 0 0-.775-.674c-.444 0-.795.381-.722.82c.28 1.682.942 3.235 1.893 4.567c.258.362.776.384 1.09.07a.8.8 0 0 0 .072-1.024a9.45 9.45 0 0 1-1.558-3.76m1.559-7.105a.8.8 0 0 0-.072-1.025c-.314-.314-.832-.292-1.09.07a10.94 10.94 0 0 0-1.893 4.566c-.073.438.277.82.721.82a.8.8 0 0 0 .776-.674a9.45 9.45 0 0 1 1.558-3.757"/></svg> </template>
CSS
.icon-arrow-clockwise-dashes-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.18%203.15c.439-.073.82.277.82.721a.8.8%200%200%201-.673.776a9.45%209.45%200%200%200-3.754%201.555a.8.8%200%200%201-1.024-.072c-.314-.314-.292-.833.07-1.09c1.33-.95%202.882-1.61%204.562-1.89M15%203.87c0%20.387.294.708.675.776A9.5%209.5%200%200%201%2020.929%207.5H18.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-1.5%200v1.703a10.97%2010.97%200%200%200-5.68-2.803c-.437-.073-.82.277-.82.721M24.13%2015a.8.8%200%200%200-.776.674a9.45%209.45%200%200%201-1.555%203.754a.8.8%200%200%200%20.072%201.025c.314.314.832.291%201.09-.07a10.94%2010.94%200%200%200%201.89-4.564c.073-.437-.278-.82-.722-.82m-8.456%208.354a.8.8%200%200%200-.673.775c0%20.445.381.795.82.722a10.94%2010.94%200%200%200%204.567-1.893c.361-.259.383-.776.07-1.09a.8.8%200%200%200-1.025-.072a9.45%209.45%200%200%201-3.759%201.558m-7.102-1.556a.8.8%200%200%200-1.024.073c-.314.314-.292.832.07%201.09a10.94%2010.94%200%200%200%204.563%201.89c.438.073.82-.277.82-.722a.8.8%200%200%200-.674-.775a9.45%209.45%200%200%201-3.755-1.556m-3.925-6.124a.8.8%200%200%200-.775-.674c-.444%200-.795.381-.722.82c.28%201.682.942%203.235%201.893%204.567c.258.362.776.384%201.09.07a.8.8%200%200%200%20.072-1.024a9.45%209.45%200%200%201-1.558-3.76m1.559-7.105a.8.8%200%200%200-.072-1.025c-.314-.314-.832-.292-1.09.07a10.94%2010.94%200%200%200-1.893%204.566c-.073.438.277.82.721.82a.8.8%200%200%200%20.776-.674a9.45%209.45%200%200%201%201.558-3.757%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.18%203.15c.439-.073.82.277.82.721a.8.8%200%200%201-.673.776a9.45%209.45%200%200%200-3.754%201.555a.8.8%200%200%201-1.024-.072c-.314-.314-.292-.833.07-1.09c1.33-.95%202.882-1.61%204.562-1.89M15%203.87c0%20.387.294.708.675.776A9.5%209.5%200%200%201%2020.929%207.5H18.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-1.5%200v1.703a10.97%2010.97%200%200%200-5.68-2.803c-.437-.073-.82.277-.82.721M24.13%2015a.8.8%200%200%200-.776.674a9.45%209.45%200%200%201-1.555%203.754a.8.8%200%200%200%20.072%201.025c.314.314.832.291%201.09-.07a10.94%2010.94%200%200%200%201.89-4.564c.073-.437-.278-.82-.722-.82m-8.456%208.354a.8.8%200%200%200-.673.775c0%20.445.381.795.82.722a10.94%2010.94%200%200%200%204.567-1.893c.361-.259.383-.776.07-1.09a.8.8%200%200%200-1.025-.072a9.45%209.45%200%200%201-3.759%201.558m-7.102-1.556a.8.8%200%200%200-1.024.073c-.314.314-.292.832.07%201.09a10.94%2010.94%200%200%200%204.563%201.89c.438.073.82-.277.82-.722a.8.8%200%200%200-.674-.775a9.45%209.45%200%200%201-3.755-1.556m-3.925-6.124a.8.8%200%200%200-.775-.674c-.444%200-.795.381-.722.82c.28%201.682.942%203.235%201.893%204.567c.258.362.776.384%201.09.07a.8.8%200%200%200%20.072-1.024a9.45%209.45%200%200%201-1.558-3.76m1.559-7.105a.8.8%200%200%200-.072-1.025c-.314-.314-.832-.292-1.09.07a10.94%2010.94%200%200%200-1.893%204.566c-.073.438.277.82.721.82a.8.8%200%200%200%20.776-.674a9.45%209.45%200%200%201%201.558-3.757%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-clockwise-dashes-28-regular.svg?color=%231a73e8&size=48