arrow clockwise dashes icon
arrow-clockwise-dashes-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- arrow-clockwise-dashes-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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-28-regulararrow-clockwise-dashes-32-filledarrow-clockwise-dashes-32-regulararrow-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 48 48"><path fill="currentColor" d="M39 7.5a1.5 1.5 0 0 0-3 0v3.083a17.94 17.94 0 0 0-8.871-4.312c-.871-.153-1.629.549-1.629 1.433c0 .778.592 1.42 1.355 1.567c2.804.54 5.33 1.862 7.343 3.729H30.5a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 1.5-1.5zM13.677 9.252c-.724.508-.764 1.54-.138 2.166c.55.55 1.422.586 2.065.15a14.9 14.9 0 0 1 5.54-2.297c.764-.147 1.356-.79 1.356-1.567c0-.884-.758-1.586-1.629-1.433a17.9 17.9 0 0 0-7.194 2.981M38.73 26.855c.147-.764.79-1.355 1.567-1.355c.884 0 1.586.757 1.433 1.628a17.9 17.9 0 0 1-2.981 7.195c-.508.724-1.54.764-2.166.138c-.55-.55-.586-1.421-.15-2.065a14.9 14.9 0 0 0 2.297-5.541m-6.334 9.577c.644-.435 1.516-.399 2.066.15c.626.626.586 1.658-.139 2.166a17.9 17.9 0 0 1-7.193 2.981c-.871.153-1.629-.549-1.629-1.433c0-.778.592-1.42 1.355-1.567a14.9 14.9 0 0 0 5.54-2.297m-11.25 2.297c.763.147 1.355.79 1.355 1.567c0 .884-.758 1.586-1.629 1.433a17.9 17.9 0 0 1-7.194-2.982c-.725-.508-.765-1.54-.14-2.165c.55-.55 1.423-.586 2.066-.15a14.9 14.9 0 0 0 5.542 2.297m-9.578-6.334c.436.643.4 1.515-.15 2.065c-.626.626-1.658.586-2.166-.139a17.9 17.9 0 0 1-2.98-7.193c-.153-.87.549-1.628 1.433-1.628c.778 0 1.42.591 1.567 1.355a14.9 14.9 0 0 0 2.296 5.54m-2.295-11.25c-.148.763-.79 1.355-1.568 1.355c-.884 0-1.586-.758-1.433-1.63a17.9 17.9 0 0 1 2.98-7.192c.509-.725 1.54-.764 2.167-.139c.549.55.585 1.422.15 2.066a14.9 14.9 0 0 0-2.296 5.54"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowClockwiseDashes48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39 7.5a1.5 1.5 0 0 0-3 0v3.083a17.94 17.94 0 0 0-8.871-4.312c-.871-.153-1.629.549-1.629 1.433c0 .778.592 1.42 1.355 1.567c2.804.54 5.33 1.862 7.343 3.729H30.5a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 1.5-1.5zM13.677 9.252c-.724.508-.764 1.54-.138 2.166c.55.55 1.422.586 2.065.15a14.9 14.9 0 0 1 5.54-2.297c.764-.147 1.356-.79 1.356-1.567c0-.884-.758-1.586-1.629-1.433a17.9 17.9 0 0 0-7.194 2.981M38.73 26.855c.147-.764.79-1.355 1.567-1.355c.884 0 1.586.757 1.433 1.628a17.9 17.9 0 0 1-2.981 7.195c-.508.724-1.54.764-2.166.138c-.55-.55-.586-1.421-.15-2.065a14.9 14.9 0 0 0 2.297-5.541m-6.334 9.577c.644-.435 1.516-.399 2.066.15c.626.626.586 1.658-.139 2.166a17.9 17.9 0 0 1-7.193 2.981c-.871.153-1.629-.549-1.629-1.433c0-.778.592-1.42 1.355-1.567a14.9 14.9 0 0 0 5.54-2.297m-11.25 2.297c.763.147 1.355.79 1.355 1.567c0 .884-.758 1.586-1.629 1.433a17.9 17.9 0 0 1-7.194-2.982c-.725-.508-.765-1.54-.14-2.165c.55-.55 1.423-.586 2.066-.15a14.9 14.9 0 0 0 5.542 2.297m-9.578-6.334c.436.643.4 1.515-.15 2.065c-.626.626-1.658.586-2.166-.139a17.9 17.9 0 0 1-2.98-7.193c-.153-.87.549-1.628 1.433-1.628c.778 0 1.42.591 1.567 1.355a14.9 14.9 0 0 0 2.296 5.54m-2.295-11.25c-.148.763-.79 1.355-1.568 1.355c-.884 0-1.586-.758-1.433-1.63a17.9 17.9 0 0 1 2.98-7.192c.509-.725 1.54-.764 2.167-.139c.549.55.585 1.422.15 2.066a14.9 14.9 0 0 0-2.296 5.54"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39 7.5a1.5 1.5 0 0 0-3 0v3.083a17.94 17.94 0 0 0-8.871-4.312c-.871-.153-1.629.549-1.629 1.433c0 .778.592 1.42 1.355 1.567c2.804.54 5.33 1.862 7.343 3.729H30.5a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 1.5-1.5zM13.677 9.252c-.724.508-.764 1.54-.138 2.166c.55.55 1.422.586 2.065.15a14.9 14.9 0 0 1 5.54-2.297c.764-.147 1.356-.79 1.356-1.567c0-.884-.758-1.586-1.629-1.433a17.9 17.9 0 0 0-7.194 2.981M38.73 26.855c.147-.764.79-1.355 1.567-1.355c.884 0 1.586.757 1.433 1.628a17.9 17.9 0 0 1-2.981 7.195c-.508.724-1.54.764-2.166.138c-.55-.55-.586-1.421-.15-2.065a14.9 14.9 0 0 0 2.297-5.541m-6.334 9.577c.644-.435 1.516-.399 2.066.15c.626.626.586 1.658-.139 2.166a17.9 17.9 0 0 1-7.193 2.981c-.871.153-1.629-.549-1.629-1.433c0-.778.592-1.42 1.355-1.567a14.9 14.9 0 0 0 5.54-2.297m-11.25 2.297c.763.147 1.355.79 1.355 1.567c0 .884-.758 1.586-1.629 1.433a17.9 17.9 0 0 1-7.194-2.982c-.725-.508-.765-1.54-.14-2.165c.55-.55 1.423-.586 2.066-.15a14.9 14.9 0 0 0 5.542 2.297m-9.578-6.334c.436.643.4 1.515-.15 2.065c-.626.626-1.658.586-2.166-.139a17.9 17.9 0 0 1-2.98-7.193c-.153-.87.549-1.628 1.433-1.628c.778 0 1.42.591 1.567 1.355a14.9 14.9 0 0 0 2.296 5.54m-2.295-11.25c-.148.763-.79 1.355-1.568 1.355c-.884 0-1.586-.758-1.433-1.63a17.9 17.9 0 0 1 2.98-7.192c.509-.725 1.54-.764 2.167-.139c.549.55.585 1.422.15 2.066a14.9 14.9 0 0 0-2.296 5.54"/></svg> </template>
CSS
.icon-arrow-clockwise-dashes-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39%207.5a1.5%201.5%200%200%200-3%200v3.083a17.94%2017.94%200%200%200-8.871-4.312c-.871-.153-1.629.549-1.629%201.433c0%20.778.592%201.42%201.355%201.567c2.804.54%205.33%201.862%207.343%203.729H30.5a1.5%201.5%200%200%200%200%203h7a1.5%201.5%200%200%200%201.5-1.5zM13.677%209.252c-.724.508-.764%201.54-.138%202.166c.55.55%201.422.586%202.065.15a14.9%2014.9%200%200%201%205.54-2.297c.764-.147%201.356-.79%201.356-1.567c0-.884-.758-1.586-1.629-1.433a17.9%2017.9%200%200%200-7.194%202.981M38.73%2026.855c.147-.764.79-1.355%201.567-1.355c.884%200%201.586.757%201.433%201.628a17.9%2017.9%200%200%201-2.981%207.195c-.508.724-1.54.764-2.166.138c-.55-.55-.586-1.421-.15-2.065a14.9%2014.9%200%200%200%202.297-5.541m-6.334%209.577c.644-.435%201.516-.399%202.066.15c.626.626.586%201.658-.139%202.166a17.9%2017.9%200%200%201-7.193%202.981c-.871.153-1.629-.549-1.629-1.433c0-.778.592-1.42%201.355-1.567a14.9%2014.9%200%200%200%205.54-2.297m-11.25%202.297c.763.147%201.355.79%201.355%201.567c0%20.884-.758%201.586-1.629%201.433a17.9%2017.9%200%200%201-7.194-2.982c-.725-.508-.765-1.54-.14-2.165c.55-.55%201.423-.586%202.066-.15a14.9%2014.9%200%200%200%205.542%202.297m-9.578-6.334c.436.643.4%201.515-.15%202.065c-.626.626-1.658.586-2.166-.139a17.9%2017.9%200%200%201-2.98-7.193c-.153-.87.549-1.628%201.433-1.628c.778%200%201.42.591%201.567%201.355a14.9%2014.9%200%200%200%202.296%205.54m-2.295-11.25c-.148.763-.79%201.355-1.568%201.355c-.884%200-1.586-.758-1.433-1.63a17.9%2017.9%200%200%201%202.98-7.192c.509-.725%201.54-.764%202.167-.139c.549.55.585%201.422.15%202.066a14.9%2014.9%200%200%200-2.296%205.54%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39%207.5a1.5%201.5%200%200%200-3%200v3.083a17.94%2017.94%200%200%200-8.871-4.312c-.871-.153-1.629.549-1.629%201.433c0%20.778.592%201.42%201.355%201.567c2.804.54%205.33%201.862%207.343%203.729H30.5a1.5%201.5%200%200%200%200%203h7a1.5%201.5%200%200%200%201.5-1.5zM13.677%209.252c-.724.508-.764%201.54-.138%202.166c.55.55%201.422.586%202.065.15a14.9%2014.9%200%200%201%205.54-2.297c.764-.147%201.356-.79%201.356-1.567c0-.884-.758-1.586-1.629-1.433a17.9%2017.9%200%200%200-7.194%202.981M38.73%2026.855c.147-.764.79-1.355%201.567-1.355c.884%200%201.586.757%201.433%201.628a17.9%2017.9%200%200%201-2.981%207.195c-.508.724-1.54.764-2.166.138c-.55-.55-.586-1.421-.15-2.065a14.9%2014.9%200%200%200%202.297-5.541m-6.334%209.577c.644-.435%201.516-.399%202.066.15c.626.626.586%201.658-.139%202.166a17.9%2017.9%200%200%201-7.193%202.981c-.871.153-1.629-.549-1.629-1.433c0-.778.592-1.42%201.355-1.567a14.9%2014.9%200%200%200%205.54-2.297m-11.25%202.297c.763.147%201.355.79%201.355%201.567c0%20.884-.758%201.586-1.629%201.433a17.9%2017.9%200%200%201-7.194-2.982c-.725-.508-.765-1.54-.14-2.165c.55-.55%201.423-.586%202.066-.15a14.9%2014.9%200%200%200%205.542%202.297m-9.578-6.334c.436.643.4%201.515-.15%202.065c-.626.626-1.658.586-2.166-.139a17.9%2017.9%200%200%201-2.98-7.193c-.153-.87.549-1.628%201.433-1.628c.778%200%201.42.591%201.567%201.355a14.9%2014.9%200%200%200%202.296%205.54m-2.295-11.25c-.148.763-.79%201.355-1.568%201.355c-.884%200-1.586-.758-1.433-1.63a17.9%2017.9%200%200%201%202.98-7.192c.509-.725%201.54-.764%202.167-.139c.549.55.585%201.422.15%202.066a14.9%2014.9%200%200%200-2.296%205.54%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-48-filled.svg?color=%231a73e8&size=48