arrow clockwise dashes icon
arrow-clockwise-dashes-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- arrow-clockwise-dashes-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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-20-filledarrow-clockwise-dashes-20-regulararrow-clockwise-dashes-24-filledarrow-clockwise-dashes-24-regulararrow-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 16 16"><path fill="currentColor" d="M13.5 2.5a.5.5 0 0 0-1 0v1.533A6 6 0 0 0 9.042 2.09a.47.47 0 0 0-.543.477c0 .26.197.474.451.523A5 5 0 0 1 12 5h-2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm-6.544-.41c.29-.05.543.183.543.478c0 .26-.197.474-.452.523c-.674.13-1.3.395-1.848.766a.54.54 0 0 1-.688-.05c-.209-.209-.196-.553.046-.722a6 6 0 0 1 2.399-.995M13.43 8.5a.544.544 0 0 0-.523.452c-.13.674-.395 1.3-.766 1.848a.54.54 0 0 0 .05.688c.209.209.553.196.722-.046c.494-.703.84-1.518.994-2.399a.47.47 0 0 0-.477-.543m-4.48 4.41a.544.544 0 0 0-.452.522c0 .295.252.529.543.478c.88-.154 1.693-.5 2.396-.993a.47.47 0 0 0 .047-.722a.54.54 0 0 0-.689-.05a5 5 0 0 1-1.846.765M5.2 12.144a.54.54 0 0 0-.689.05a.472.472 0 0 0 .046.722c.704.493 1.518.84 2.399.994c.29.05.543-.183.543-.478a.544.544 0 0 0-.452-.522a5 5 0 0 1-1.847-.766M3.09 8.952a.544.544 0 0 0-.523-.452c-.295 0-.529.253-.478.543c.154.88.5 1.694.993 2.397c.17.242.514.255.722.047a.54.54 0 0 0 .05-.689a5 5 0 0 1-.765-1.846m.764-3.75a.54.54 0 0 0-.05-.688c-.209-.208-.553-.195-.722.047a6 6 0 0 0-.993 2.397a.47.47 0 0 0 .478.542a.54.54 0 0 0 .522-.451a5 5 0 0 1 .765-1.846"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowClockwiseDashes16Regular(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="M13.5 2.5a.5.5 0 0 0-1 0v1.533A6 6 0 0 0 9.042 2.09a.47.47 0 0 0-.543.477c0 .26.197.474.451.523A5 5 0 0 1 12 5h-2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm-6.544-.41c.29-.05.543.183.543.478c0 .26-.197.474-.452.523c-.674.13-1.3.395-1.848.766a.54.54 0 0 1-.688-.05c-.209-.209-.196-.553.046-.722a6 6 0 0 1 2.399-.995M13.43 8.5a.544.544 0 0 0-.523.452c-.13.674-.395 1.3-.766 1.848a.54.54 0 0 0 .05.688c.209.209.553.196.722-.046c.494-.703.84-1.518.994-2.399a.47.47 0 0 0-.477-.543m-4.48 4.41a.544.544 0 0 0-.452.522c0 .295.252.529.543.478c.88-.154 1.693-.5 2.396-.993a.47.47 0 0 0 .047-.722a.54.54 0 0 0-.689-.05a5 5 0 0 1-1.846.765M5.2 12.144a.54.54 0 0 0-.689.05a.472.472 0 0 0 .046.722c.704.493 1.518.84 2.399.994c.29.05.543-.183.543-.478a.544.544 0 0 0-.452-.522a5 5 0 0 1-1.847-.766M3.09 8.952a.544.544 0 0 0-.523-.452c-.295 0-.529.253-.478.543c.154.88.5 1.694.993 2.397c.17.242.514.255.722.047a.54.54 0 0 0 .05-.689a5 5 0 0 1-.765-1.846m.764-3.75a.54.54 0 0 0-.05-.688c-.209-.208-.553-.195-.722.047a6 6 0 0 0-.993 2.397a.47.47 0 0 0 .478.542a.54.54 0 0 0 .522-.451a5 5 0 0 1 .765-1.846"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 2.5a.5.5 0 0 0-1 0v1.533A6 6 0 0 0 9.042 2.09a.47.47 0 0 0-.543.477c0 .26.197.474.451.523A5 5 0 0 1 12 5h-2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm-6.544-.41c.29-.05.543.183.543.478c0 .26-.197.474-.452.523c-.674.13-1.3.395-1.848.766a.54.54 0 0 1-.688-.05c-.209-.209-.196-.553.046-.722a6 6 0 0 1 2.399-.995M13.43 8.5a.544.544 0 0 0-.523.452c-.13.674-.395 1.3-.766 1.848a.54.54 0 0 0 .05.688c.209.209.553.196.722-.046c.494-.703.84-1.518.994-2.399a.47.47 0 0 0-.477-.543m-4.48 4.41a.544.544 0 0 0-.452.522c0 .295.252.529.543.478c.88-.154 1.693-.5 2.396-.993a.47.47 0 0 0 .047-.722a.54.54 0 0 0-.689-.05a5 5 0 0 1-1.846.765M5.2 12.144a.54.54 0 0 0-.689.05a.472.472 0 0 0 .046.722c.704.493 1.518.84 2.399.994c.29.05.543-.183.543-.478a.544.544 0 0 0-.452-.522a5 5 0 0 1-1.847-.766M3.09 8.952a.544.544 0 0 0-.523-.452c-.295 0-.529.253-.478.543c.154.88.5 1.694.993 2.397c.17.242.514.255.722.047a.54.54 0 0 0 .05-.689a5 5 0 0 1-.765-1.846m.764-3.75a.54.54 0 0 0-.05-.688c-.209-.208-.553-.195-.722.047a6 6 0 0 0-.993 2.397a.47.47 0 0 0 .478.542a.54.54 0 0 0 .522-.451a5 5 0 0 1 .765-1.846"/></svg> </template>
CSS
.icon-arrow-clockwise-dashes-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%22M13.5%202.5a.5.5%200%200%200-1%200v1.533A6%206%200%200%200%209.042%202.09a.47.47%200%200%200-.543.477c0%20.26.197.474.451.523A5%205%200%200%201%2012%205h-2a.5.5%200%200%200%200%201h3a.5.5%200%200%200%20.5-.5zm-6.544-.41c.29-.05.543.183.543.478c0%20.26-.197.474-.452.523c-.674.13-1.3.395-1.848.766a.54.54%200%200%201-.688-.05c-.209-.209-.196-.553.046-.722a6%206%200%200%201%202.399-.995M13.43%208.5a.544.544%200%200%200-.523.452c-.13.674-.395%201.3-.766%201.848a.54.54%200%200%200%20.05.688c.209.209.553.196.722-.046c.494-.703.84-1.518.994-2.399a.47.47%200%200%200-.477-.543m-4.48%204.41a.544.544%200%200%200-.452.522c0%20.295.252.529.543.478c.88-.154%201.693-.5%202.396-.993a.47.47%200%200%200%20.047-.722a.54.54%200%200%200-.689-.05a5%205%200%200%201-1.846.765M5.2%2012.144a.54.54%200%200%200-.689.05a.472.472%200%200%200%20.046.722c.704.493%201.518.84%202.399.994c.29.05.543-.183.543-.478a.544.544%200%200%200-.452-.522a5%205%200%200%201-1.847-.766M3.09%208.952a.544.544%200%200%200-.523-.452c-.295%200-.529.253-.478.543c.154.88.5%201.694.993%202.397c.17.242.514.255.722.047a.54.54%200%200%200%20.05-.689a5%205%200%200%201-.765-1.846m.764-3.75a.54.54%200%200%200-.05-.688c-.209-.208-.553-.195-.722.047a6%206%200%200%200-.993%202.397a.47.47%200%200%200%20.478.542a.54.54%200%200%200%20.522-.451a5%205%200%200%201%20.765-1.846%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%22M13.5%202.5a.5.5%200%200%200-1%200v1.533A6%206%200%200%200%209.042%202.09a.47.47%200%200%200-.543.477c0%20.26.197.474.451.523A5%205%200%200%201%2012%205h-2a.5.5%200%200%200%200%201h3a.5.5%200%200%200%20.5-.5zm-6.544-.41c.29-.05.543.183.543.478c0%20.26-.197.474-.452.523c-.674.13-1.3.395-1.848.766a.54.54%200%200%201-.688-.05c-.209-.209-.196-.553.046-.722a6%206%200%200%201%202.399-.995M13.43%208.5a.544.544%200%200%200-.523.452c-.13.674-.395%201.3-.766%201.848a.54.54%200%200%200%20.05.688c.209.209.553.196.722-.046c.494-.703.84-1.518.994-2.399a.47.47%200%200%200-.477-.543m-4.48%204.41a.544.544%200%200%200-.452.522c0%20.295.252.529.543.478c.88-.154%201.693-.5%202.396-.993a.47.47%200%200%200%20.047-.722a.54.54%200%200%200-.689-.05a5%205%200%200%201-1.846.765M5.2%2012.144a.54.54%200%200%200-.689.05a.472.472%200%200%200%20.046.722c.704.493%201.518.84%202.399.994c.29.05.543-.183.543-.478a.544.544%200%200%200-.452-.522a5%205%200%200%201-1.847-.766M3.09%208.952a.544.544%200%200%200-.523-.452c-.295%200-.529.253-.478.543c.154.88.5%201.694.993%202.397c.17.242.514.255.722.047a.54.54%200%200%200%20.05-.689a5%205%200%200%201-.765-1.846m.764-3.75a.54.54%200%200%200-.05-.688c-.209-.208-.553-.195-.722.047a6%206%200%200%200-.993%202.397a.47.47%200%200%200%20.478.542a.54.54%200%200%200%20.522-.451a5%205%200%200%201%20.765-1.846%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-16-regular.svg?color=%231a73e8&size=48