arrow clockwise dashes icon
arrow-clockwise-dashes-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- arrow-clockwise-dashes-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-28-filledarrow-clockwise-dashes-28-regulararrow-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 24 24"><path fill="currentColor" d="M10.163 3.187c.442-.091.836.263.836.715c0 .38-.283.697-.653.78a7.5 7.5 0 0 0-2.35.975c-.322.203-.746.179-1.015-.09c-.32-.32-.291-.849.087-1.097a9 9 0 0 1 3.095-1.283m2.836.715c0 .38.283.697.654.78A7.5 7.5 0 0 1 17.098 6.5H15.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .75-.75v-3a.75.75 0 0 0-1.5 0v1.042a9 9 0 0 0-4.164-2.105c-.443-.091-.837.263-.837.715m7.099 9.097c-.38 0-.698.282-.781.653a7.5 7.5 0 0 1-.975 2.352c-.203.321-.178.745.09 1.014c.32.32.85.291 1.097-.087a9 9 0 0 0 1.283-3.096c.092-.443-.263-.837-.714-.837m-6.445 6.318c-.371.084-.654.4-.654.781c0 .452.394.806.836.715a9 9 0 0 0 3.097-1.284c.378-.248.406-.777.086-1.097c-.268-.268-.692-.293-1.014-.09a7.5 7.5 0 0 1-2.351.975m-5.66-.975c-.32-.203-.745-.179-1.013.09c-.32.32-.292.849.086 1.097a9 9 0 0 0 3.097 1.284c.442.091.836-.263.836-.715c0-.38-.283-.697-.653-.781a7.5 7.5 0 0 1-2.352-.975m-3.311-4.69c-.084-.37-.4-.653-.781-.653c-.452 0-.806.393-.715.836A9 9 0 0 0 4.47 16.93c.248.378.777.406 1.097.086c.268-.268.293-.692.09-1.014a7.5 7.5 0 0 1-.974-2.35m.975-5.657c.203-.321.179-.745-.09-1.014c-.32-.32-.849-.292-1.097.086a9 9 0 0 0-1.283 3.095c-.092.443.263.836.714.836c.38 0 .698-.282.781-.653a7.5 7.5 0 0 1 .975-2.35"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowClockwiseDashes24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.163 3.187c.442-.091.836.263.836.715c0 .38-.283.697-.653.78a7.5 7.5 0 0 0-2.35.975c-.322.203-.746.179-1.015-.09c-.32-.32-.291-.849.087-1.097a9 9 0 0 1 3.095-1.283m2.836.715c0 .38.283.697.654.78A7.5 7.5 0 0 1 17.098 6.5H15.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .75-.75v-3a.75.75 0 0 0-1.5 0v1.042a9 9 0 0 0-4.164-2.105c-.443-.091-.837.263-.837.715m7.099 9.097c-.38 0-.698.282-.781.653a7.5 7.5 0 0 1-.975 2.352c-.203.321-.178.745.09 1.014c.32.32.85.291 1.097-.087a9 9 0 0 0 1.283-3.096c.092-.443-.263-.837-.714-.837m-6.445 6.318c-.371.084-.654.4-.654.781c0 .452.394.806.836.715a9 9 0 0 0 3.097-1.284c.378-.248.406-.777.086-1.097c-.268-.268-.692-.293-1.014-.09a7.5 7.5 0 0 1-2.351.975m-5.66-.975c-.32-.203-.745-.179-1.013.09c-.32.32-.292.849.086 1.097a9 9 0 0 0 3.097 1.284c.442.091.836-.263.836-.715c0-.38-.283-.697-.653-.781a7.5 7.5 0 0 1-2.352-.975m-3.311-4.69c-.084-.37-.4-.653-.781-.653c-.452 0-.806.393-.715.836A9 9 0 0 0 4.47 16.93c.248.378.777.406 1.097.086c.268-.268.293-.692.09-1.014a7.5 7.5 0 0 1-.974-2.35m.975-5.657c.203-.321.179-.745-.09-1.014c-.32-.32-.849-.292-1.097.086a9 9 0 0 0-1.283 3.095c-.092.443.263.836.714.836c.38 0 .698-.282.781-.653a7.5 7.5 0 0 1 .975-2.35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.163 3.187c.442-.091.836.263.836.715c0 .38-.283.697-.653.78a7.5 7.5 0 0 0-2.35.975c-.322.203-.746.179-1.015-.09c-.32-.32-.291-.849.087-1.097a9 9 0 0 1 3.095-1.283m2.836.715c0 .38.283.697.654.78A7.5 7.5 0 0 1 17.098 6.5H15.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .75-.75v-3a.75.75 0 0 0-1.5 0v1.042a9 9 0 0 0-4.164-2.105c-.443-.091-.837.263-.837.715m7.099 9.097c-.38 0-.698.282-.781.653a7.5 7.5 0 0 1-.975 2.352c-.203.321-.178.745.09 1.014c.32.32.85.291 1.097-.087a9 9 0 0 0 1.283-3.096c.092-.443-.263-.837-.714-.837m-6.445 6.318c-.371.084-.654.4-.654.781c0 .452.394.806.836.715a9 9 0 0 0 3.097-1.284c.378-.248.406-.777.086-1.097c-.268-.268-.692-.293-1.014-.09a7.5 7.5 0 0 1-2.351.975m-5.66-.975c-.32-.203-.745-.179-1.013.09c-.32.32-.292.849.086 1.097a9 9 0 0 0 3.097 1.284c.442.091.836-.263.836-.715c0-.38-.283-.697-.653-.781a7.5 7.5 0 0 1-2.352-.975m-3.311-4.69c-.084-.37-.4-.653-.781-.653c-.452 0-.806.393-.715.836A9 9 0 0 0 4.47 16.93c.248.378.777.406 1.097.086c.268-.268.293-.692.09-1.014a7.5 7.5 0 0 1-.974-2.35m.975-5.657c.203-.321.179-.745-.09-1.014c-.32-.32-.849-.292-1.097.086a9 9 0 0 0-1.283 3.095c-.092.443.263.836.714.836c.38 0 .698-.282.781-.653a7.5 7.5 0 0 1 .975-2.35"/></svg> </template>
CSS
.icon-arrow-clockwise-dashes-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.163%203.187c.442-.091.836.263.836.715c0%20.38-.283.697-.653.78a7.5%207.5%200%200%200-2.35.975c-.322.203-.746.179-1.015-.09c-.32-.32-.291-.849.087-1.097a9%209%200%200%201%203.095-1.283m2.836.715c0%20.38.283.697.654.78A7.5%207.5%200%200%201%2017.098%206.5H15.75a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%20.75-.75v-3a.75.75%200%200%200-1.5%200v1.042a9%209%200%200%200-4.164-2.105c-.443-.091-.837.263-.837.715m7.099%209.097c-.38%200-.698.282-.781.653a7.5%207.5%200%200%201-.975%202.352c-.203.321-.178.745.09%201.014c.32.32.85.291%201.097-.087a9%209%200%200%200%201.283-3.096c.092-.443-.263-.837-.714-.837m-6.445%206.318c-.371.084-.654.4-.654.781c0%20.452.394.806.836.715a9%209%200%200%200%203.097-1.284c.378-.248.406-.777.086-1.097c-.268-.268-.692-.293-1.014-.09a7.5%207.5%200%200%201-2.351.975m-5.66-.975c-.32-.203-.745-.179-1.013.09c-.32.32-.292.849.086%201.097a9%209%200%200%200%203.097%201.284c.442.091.836-.263.836-.715c0-.38-.283-.697-.653-.781a7.5%207.5%200%200%201-2.352-.975m-3.311-4.69c-.084-.37-.4-.653-.781-.653c-.452%200-.806.393-.715.836A9%209%200%200%200%204.47%2016.93c.248.378.777.406%201.097.086c.268-.268.293-.692.09-1.014a7.5%207.5%200%200%201-.974-2.35m.975-5.657c.203-.321.179-.745-.09-1.014c-.32-.32-.849-.292-1.097.086a9%209%200%200%200-1.283%203.095c-.092.443.263.836.714.836c.38%200%20.698-.282.781-.653a7.5%207.5%200%200%201%20.975-2.35%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.163%203.187c.442-.091.836.263.836.715c0%20.38-.283.697-.653.78a7.5%207.5%200%200%200-2.35.975c-.322.203-.746.179-1.015-.09c-.32-.32-.291-.849.087-1.097a9%209%200%200%201%203.095-1.283m2.836.715c0%20.38.283.697.654.78A7.5%207.5%200%200%201%2017.098%206.5H15.75a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%20.75-.75v-3a.75.75%200%200%200-1.5%200v1.042a9%209%200%200%200-4.164-2.105c-.443-.091-.837.263-.837.715m7.099%209.097c-.38%200-.698.282-.781.653a7.5%207.5%200%200%201-.975%202.352c-.203.321-.178.745.09%201.014c.32.32.85.291%201.097-.087a9%209%200%200%200%201.283-3.096c.092-.443-.263-.837-.714-.837m-6.445%206.318c-.371.084-.654.4-.654.781c0%20.452.394.806.836.715a9%209%200%200%200%203.097-1.284c.378-.248.406-.777.086-1.097c-.268-.268-.692-.293-1.014-.09a7.5%207.5%200%200%201-2.351.975m-5.66-.975c-.32-.203-.745-.179-1.013.09c-.32.32-.292.849.086%201.097a9%209%200%200%200%203.097%201.284c.442.091.836-.263.836-.715c0-.38-.283-.697-.653-.781a7.5%207.5%200%200%201-2.352-.975m-3.311-4.69c-.084-.37-.4-.653-.781-.653c-.452%200-.806.393-.715.836A9%209%200%200%200%204.47%2016.93c.248.378.777.406%201.097.086c.268-.268.293-.692.09-1.014a7.5%207.5%200%200%201-.974-2.35m.975-5.657c.203-.321.179-.745-.09-1.014c-.32-.32-.849-.292-1.097.086a9%209%200%200%200-1.283%203.095c-.092.443.263.836.714.836c.38%200%20.698-.282.781-.653a7.5%207.5%200%200%201%20.975-2.35%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-24-regular.svg?color=%231a73e8&size=48