arrow counterclockwise dashes icon
arrow-counterclockwise-dashes-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- arrow-counterclockwise-dashes-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 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 counterclockwise dashes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.838 3.187c-.443-.091-.837.263-.837.715c0 .38.283.697.654.78a7.5 7.5 0 0 1 2.35.975c.321.203.745.179 1.014-.09c.32-.32.292-.849-.086-1.097a9 9 0 0 0-3.095-1.283M11 3.902c0 .38-.282.697-.653.78A7.5 7.5 0 0 0 6.902 6.5H8.25a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75v-3a.75.75 0 1 1 1.5 0v1.042a9 9 0 0 1 4.165-2.105c.442-.091.836.263.836.715m-7.098 9.097c.38 0 .697.282.78.653a7.5 7.5 0 0 0 .975 2.352c.203.321.179.745-.09 1.014c-.32.32-.849.291-1.097-.087a9 9 0 0 1-1.283-3.096c-.091-.443.263-.837.715-.837m6.445 6.318c.37.084.653.4.653.781c0 .452-.394.806-.836.715a9 9 0 0 1-3.097-1.284c-.377-.248-.405-.777-.086-1.097c.269-.268.693-.293 1.014-.09a7.5 7.5 0 0 0 2.352.975m5.659-.975c.321-.203.745-.179 1.014.09c.32.32.291.849-.086 1.097a9 9 0 0 1-3.097 1.284c-.443.091-.837-.263-.837-.715c0-.38.283-.697.654-.781a7.5 7.5 0 0 0 2.352-.975m3.312-4.69c.083-.37.4-.653.78-.653c.453 0 .807.393.715.836a9 9 0 0 1-1.282 3.096c-.248.378-.778.406-1.097.086c-.269-.268-.294-.692-.09-1.014c.45-.711.783-1.504.974-2.35m-.976-5.657c-.203-.321-.178-.745.09-1.014c.32-.32.85-.292 1.097.086a9 9 0 0 1 1.283 3.095c.092.443-.262.836-.714.836c-.38 0-.698-.282-.781-.653a7.5 7.5 0 0 0-.975-2.35"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowCounterclockwiseDashes24Regular(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="M13.838 3.187c-.443-.091-.837.263-.837.715c0 .38.283.697.654.78a7.5 7.5 0 0 1 2.35.975c.321.203.745.179 1.014-.09c.32-.32.292-.849-.086-1.097a9 9 0 0 0-3.095-1.283M11 3.902c0 .38-.282.697-.653.78A7.5 7.5 0 0 0 6.902 6.5H8.25a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75v-3a.75.75 0 1 1 1.5 0v1.042a9 9 0 0 1 4.165-2.105c.442-.091.836.263.836.715m-7.098 9.097c.38 0 .697.282.78.653a7.5 7.5 0 0 0 .975 2.352c.203.321.179.745-.09 1.014c-.32.32-.849.291-1.097-.087a9 9 0 0 1-1.283-3.096c-.091-.443.263-.837.715-.837m6.445 6.318c.37.084.653.4.653.781c0 .452-.394.806-.836.715a9 9 0 0 1-3.097-1.284c-.377-.248-.405-.777-.086-1.097c.269-.268.693-.293 1.014-.09a7.5 7.5 0 0 0 2.352.975m5.659-.975c.321-.203.745-.179 1.014.09c.32.32.291.849-.086 1.097a9 9 0 0 1-3.097 1.284c-.443.091-.837-.263-.837-.715c0-.38.283-.697.654-.781a7.5 7.5 0 0 0 2.352-.975m3.312-4.69c.083-.37.4-.653.78-.653c.453 0 .807.393.715.836a9 9 0 0 1-1.282 3.096c-.248.378-.778.406-1.097.086c-.269-.268-.294-.692-.09-1.014c.45-.711.783-1.504.974-2.35m-.976-5.657c-.203-.321-.178-.745.09-1.014c.32-.32.85-.292 1.097.086a9 9 0 0 1 1.283 3.095c.092.443-.262.836-.714.836c-.38 0-.698-.282-.781-.653a7.5 7.5 0 0 0-.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="M13.838 3.187c-.443-.091-.837.263-.837.715c0 .38.283.697.654.78a7.5 7.5 0 0 1 2.35.975c.321.203.745.179 1.014-.09c.32-.32.292-.849-.086-1.097a9 9 0 0 0-3.095-1.283M11 3.902c0 .38-.282.697-.653.78A7.5 7.5 0 0 0 6.902 6.5H8.25a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75v-3a.75.75 0 1 1 1.5 0v1.042a9 9 0 0 1 4.165-2.105c.442-.091.836.263.836.715m-7.098 9.097c.38 0 .697.282.78.653a7.5 7.5 0 0 0 .975 2.352c.203.321.179.745-.09 1.014c-.32.32-.849.291-1.097-.087a9 9 0 0 1-1.283-3.096c-.091-.443.263-.837.715-.837m6.445 6.318c.37.084.653.4.653.781c0 .452-.394.806-.836.715a9 9 0 0 1-3.097-1.284c-.377-.248-.405-.777-.086-1.097c.269-.268.693-.293 1.014-.09a7.5 7.5 0 0 0 2.352.975m5.659-.975c.321-.203.745-.179 1.014.09c.32.32.291.849-.086 1.097a9 9 0 0 1-3.097 1.284c-.443.091-.837-.263-.837-.715c0-.38.283-.697.654-.781a7.5 7.5 0 0 0 2.352-.975m3.312-4.69c.083-.37.4-.653.78-.653c.453 0 .807.393.715.836a9 9 0 0 1-1.282 3.096c-.248.378-.778.406-1.097.086c-.269-.268-.294-.692-.09-1.014c.45-.711.783-1.504.974-2.35m-.976-5.657c-.203-.321-.178-.745.09-1.014c.32-.32.85-.292 1.097.086a9 9 0 0 1 1.283 3.095c.092.443-.262.836-.714.836c-.38 0-.698-.282-.781-.653a7.5 7.5 0 0 0-.975-2.35"/></svg> </template>
CSS
.icon-arrow-counterclockwise-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%22M13.838%203.187c-.443-.091-.837.263-.837.715c0%20.38.283.697.654.78a7.5%207.5%200%200%201%202.35.975c.321.203.745.179%201.014-.09c.32-.32.292-.849-.086-1.097a9%209%200%200%200-3.095-1.283M11%203.902c0%20.38-.282.697-.653.78A7.5%207.5%200%200%200%206.902%206.5H8.25a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75v-3a.75.75%200%201%201%201.5%200v1.042a9%209%200%200%201%204.165-2.105c.442-.091.836.263.836.715m-7.098%209.097c.38%200%20.697.282.78.653a7.5%207.5%200%200%200%20.975%202.352c.203.321.179.745-.09%201.014c-.32.32-.849.291-1.097-.087a9%209%200%200%201-1.283-3.096c-.091-.443.263-.837.715-.837m6.445%206.318c.37.084.653.4.653.781c0%20.452-.394.806-.836.715a9%209%200%200%201-3.097-1.284c-.377-.248-.405-.777-.086-1.097c.269-.268.693-.293%201.014-.09a7.5%207.5%200%200%200%202.352.975m5.659-.975c.321-.203.745-.179%201.014.09c.32.32.291.849-.086%201.097a9%209%200%200%201-3.097%201.284c-.443.091-.837-.263-.837-.715c0-.38.283-.697.654-.781a7.5%207.5%200%200%200%202.352-.975m3.312-4.69c.083-.37.4-.653.78-.653c.453%200%20.807.393.715.836a9%209%200%200%201-1.282%203.096c-.248.378-.778.406-1.097.086c-.269-.268-.294-.692-.09-1.014c.45-.711.783-1.504.974-2.35m-.976-5.657c-.203-.321-.178-.745.09-1.014c.32-.32.85-.292%201.097.086a9%209%200%200%201%201.283%203.095c.092.443-.262.836-.714.836c-.38%200-.698-.282-.781-.653a7.5%207.5%200%200%200-.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%22M13.838%203.187c-.443-.091-.837.263-.837.715c0%20.38.283.697.654.78a7.5%207.5%200%200%201%202.35.975c.321.203.745.179%201.014-.09c.32-.32.292-.849-.086-1.097a9%209%200%200%200-3.095-1.283M11%203.902c0%20.38-.282.697-.653.78A7.5%207.5%200%200%200%206.902%206.5H8.25a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75v-3a.75.75%200%201%201%201.5%200v1.042a9%209%200%200%201%204.165-2.105c.442-.091.836.263.836.715m-7.098%209.097c.38%200%20.697.282.78.653a7.5%207.5%200%200%200%20.975%202.352c.203.321.179.745-.09%201.014c-.32.32-.849.291-1.097-.087a9%209%200%200%201-1.283-3.096c-.091-.443.263-.837.715-.837m6.445%206.318c.37.084.653.4.653.781c0%20.452-.394.806-.836.715a9%209%200%200%201-3.097-1.284c-.377-.248-.405-.777-.086-1.097c.269-.268.693-.293%201.014-.09a7.5%207.5%200%200%200%202.352.975m5.659-.975c.321-.203.745-.179%201.014.09c.32.32.291.849-.086%201.097a9%209%200%200%201-3.097%201.284c-.443.091-.837-.263-.837-.715c0-.38.283-.697.654-.781a7.5%207.5%200%200%200%202.352-.975m3.312-4.69c.083-.37.4-.653.78-.653c.453%200%20.807.393.715.836a9%209%200%200%201-1.282%203.096c-.248.378-.778.406-1.097.086c-.269-.268-.294-.692-.09-1.014c.45-.711.783-1.504.974-2.35m-.976-5.657c-.203-.321-.178-.745.09-1.014c.32-.32.85-.292%201.097.086a9%209%200%200%201%201.283%203.095c.092.443-.262.836-.714.836c-.38%200-.698-.282-.781-.653a7.5%207.5%200%200%200-.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-counterclockwise-dashes-24-regular.svg?color=%231a73e8&size=48