arrow clockwise dashes settings icon
arrow-clockwise-dashes-settings-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- arrow-clockwise-dashes-settings-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
arrow-clockwise-dashes-settings-16-filledarrow-clockwise-dashes-settings-16-regulararrow-clockwise-dashes-settings-20-filledarrow-clockwise-dashes-settings-20-regulararrow-clockwise-dashes-settings-24-filledarrow-clockwise-dashes-settings-24-regulararrow-clockwise-dashes-settings-28-filledarrow-clockwise-dashes-settings-32-filledarrow-clockwise-dashes-settings-32-regulararrow-clockwise-dashes-settings-48-filledarrow-clockwise-dashes-settings-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 settings 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.721M8.573 21.797a.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.757m10.59 8.13a2 2 0 0 1-1.441 2.497l-1.024.253a6.8 6.8 0 0 0 .008 2.152l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098c.518.46 1.11.835 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.495l1.026-.254a6.8 6.8 0 0 0-.008-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.849-.895a6.2 6.2 0 0 0-1.751 1.09zM20.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowClockwiseDashesSettings28Regular(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.721M8.573 21.797a.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.757m10.59 8.13a2 2 0 0 1-1.441 2.497l-1.024.253a6.8 6.8 0 0 0 .008 2.152l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098c.518.46 1.11.835 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.495l1.026-.254a6.8 6.8 0 0 0-.008-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.849-.895a6.2 6.2 0 0 0-1.751 1.09zM20.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></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.721M8.573 21.797a.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.757m10.59 8.13a2 2 0 0 1-1.441 2.497l-1.024.253a6.8 6.8 0 0 0 .008 2.152l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098c.518.46 1.11.835 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.495l1.026-.254a6.8 6.8 0 0 0-.008-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.849-.895a6.2 6.2 0 0 0-1.751 1.09zM20.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg> </template>
CSS
.icon-arrow-clockwise-dashes-settings-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.721M8.573%2021.797a.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.757m10.59%208.13a2%202%200%200%201-1.441%202.497l-1.024.253a6.8%206.8%200%200%200%20.008%202.152l.976.235a2%202%200%200%201%201.45%202.51l-.324%201.098c.518.46%201.11.835%201.753%201.1l.843-.886a2%202%200%200%201%202.899%200l.85.895a6.2%206.2%200%200%200%201.751-1.09l-.335-1.16a2%202%200%200%201%201.441-2.495l1.026-.254a6.8%206.8%200%200%200-.008-2.152l-.977-.235a2%202%200%200%201-1.45-2.51l.324-1.1a6.2%206.2%200%200%200-1.753-1.1l-.843.888a2%202%200%200%201-2.9%200l-.849-.895a6.2%206.2%200%200%200-1.751%201.09zM20.5%2022a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203%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.721M8.573%2021.797a.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.757m10.59%208.13a2%202%200%200%201-1.441%202.497l-1.024.253a6.8%206.8%200%200%200%20.008%202.152l.976.235a2%202%200%200%201%201.45%202.51l-.324%201.098c.518.46%201.11.835%201.753%201.1l.843-.886a2%202%200%200%201%202.899%200l.85.895a6.2%206.2%200%200%200%201.751-1.09l-.335-1.16a2%202%200%200%201%201.441-2.495l1.026-.254a6.8%206.8%200%200%200-.008-2.152l-.977-.235a2%202%200%200%201-1.45-2.51l.324-1.1a6.2%206.2%200%200%200-1.753-1.1l-.843.888a2%202%200%200%201-2.9%200l-.849-.895a6.2%206.2%200%200%200-1.751%201.09zM20.5%2022a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203%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-settings-28-regular.svg?color=%231a73e8&size=48