arrow clockwise dashes icon

arrow-clockwise-dashes-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
arrow-clockwise-dashes-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the arrow clockwise dashes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 4.25a1.25 1.25 0 1 0-2.5 0v1.912a12.96 12.96 0 0 0-5.87-2.896c-.73-.15-1.375.439-1.375 1.185c0 .64.482 1.172 1.106 1.315A10.5 10.5 0 0 1 22.803 8H20.75a1.25 1.25 0 1 0 0 2.5h5c.69 0 1.25-.56 1.25-1.25zm-18.144.888c-.623.41-.663 1.283-.135 1.811c.453.453 1.168.488 1.711.148a10.4 10.4 0 0 1 3.217-1.333c.624-.143 1.106-.674 1.106-1.315c0-.745-.644-1.334-1.374-1.185a12.9 12.9 0 0 0-4.525 1.874m17.379 13.223c.143-.625.675-1.106 1.315-1.106c.746 0 1.335.644 1.185 1.375a12.9 12.9 0 0 1-1.872 4.516c-.41.623-1.283.662-1.81.134c-.454-.452-.489-1.168-.149-1.71a10.4 10.4 0 0 0 1.331-3.21m-4.661 6.54c.542-.34 1.258-.305 1.711.148c.528.527.488 1.4-.134 1.81a12.9 12.9 0 0 1-4.52 1.875c-.73.15-1.376-.44-1.376-1.185c0-.64.482-1.172 1.106-1.315a10.4 10.4 0 0 0 3.212-1.333m-7.926 1.334c.625.143 1.107.675 1.107 1.315c0 .746-.644 1.335-1.374 1.185a12.9 12.9 0 0 1-4.519-1.87c-.623-.41-.663-1.283-.135-1.81c.452-.453 1.168-.489 1.71-.149c.975.61 2.057 1.065 3.212 1.33m-6.544-4.658c.34.543.305 1.26-.148 1.712c-.527.528-1.399.488-1.81-.134a12.9 12.9 0 0 1-1.878-4.525c-.15-.73.439-1.375 1.185-1.375c.64 0 1.171.481 1.315 1.105a10.5 10.5 0 0 0 1.336 3.217m-1.338-7.93c-.143.626-.674 1.108-1.315 1.108c-.746 0-1.335-.644-1.185-1.375a12.9 12.9 0 0 1 1.876-4.53c.41-.622 1.283-.661 1.81-.134c.453.453.489 1.17.148 1.712a10.4 10.4 0 0 0-1.334 3.22"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowClockwiseDashes32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 4.25a1.25 1.25 0 1 0-2.5 0v1.912a12.96 12.96 0 0 0-5.87-2.896c-.73-.15-1.375.439-1.375 1.185c0 .64.482 1.172 1.106 1.315A10.5 10.5 0 0 1 22.803 8H20.75a1.25 1.25 0 1 0 0 2.5h5c.69 0 1.25-.56 1.25-1.25zm-18.144.888c-.623.41-.663 1.283-.135 1.811c.453.453 1.168.488 1.711.148a10.4 10.4 0 0 1 3.217-1.333c.624-.143 1.106-.674 1.106-1.315c0-.745-.644-1.334-1.374-1.185a12.9 12.9 0 0 0-4.525 1.874m17.379 13.223c.143-.625.675-1.106 1.315-1.106c.746 0 1.335.644 1.185 1.375a12.9 12.9 0 0 1-1.872 4.516c-.41.623-1.283.662-1.81.134c-.454-.452-.489-1.168-.149-1.71a10.4 10.4 0 0 0 1.331-3.21m-4.661 6.54c.542-.34 1.258-.305 1.711.148c.528.527.488 1.4-.134 1.81a12.9 12.9 0 0 1-4.52 1.875c-.73.15-1.376-.44-1.376-1.185c0-.64.482-1.172 1.106-1.315a10.4 10.4 0 0 0 3.212-1.333m-7.926 1.334c.625.143 1.107.675 1.107 1.315c0 .746-.644 1.335-1.374 1.185a12.9 12.9 0 0 1-4.519-1.87c-.623-.41-.663-1.283-.135-1.81c.452-.453 1.168-.489 1.71-.149c.975.61 2.057 1.065 3.212 1.33m-6.544-4.658c.34.543.305 1.26-.148 1.712c-.527.528-1.399.488-1.81-.134a12.9 12.9 0 0 1-1.878-4.525c-.15-.73.439-1.375 1.185-1.375c.64 0 1.171.481 1.315 1.105a10.5 10.5 0 0 0 1.336 3.217m-1.338-7.93c-.143.626-.674 1.108-1.315 1.108c-.746 0-1.335-.644-1.185-1.375a12.9 12.9 0 0 1 1.876-4.53c.41-.622 1.283-.661 1.81-.134c.453.453.489 1.17.148 1.712a10.4 10.4 0 0 0-1.334 3.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 4.25a1.25 1.25 0 1 0-2.5 0v1.912a12.96 12.96 0 0 0-5.87-2.896c-.73-.15-1.375.439-1.375 1.185c0 .64.482 1.172 1.106 1.315A10.5 10.5 0 0 1 22.803 8H20.75a1.25 1.25 0 1 0 0 2.5h5c.69 0 1.25-.56 1.25-1.25zm-18.144.888c-.623.41-.663 1.283-.135 1.811c.453.453 1.168.488 1.711.148a10.4 10.4 0 0 1 3.217-1.333c.624-.143 1.106-.674 1.106-1.315c0-.745-.644-1.334-1.374-1.185a12.9 12.9 0 0 0-4.525 1.874m17.379 13.223c.143-.625.675-1.106 1.315-1.106c.746 0 1.335.644 1.185 1.375a12.9 12.9 0 0 1-1.872 4.516c-.41.623-1.283.662-1.81.134c-.454-.452-.489-1.168-.149-1.71a10.4 10.4 0 0 0 1.331-3.21m-4.661 6.54c.542-.34 1.258-.305 1.711.148c.528.527.488 1.4-.134 1.81a12.9 12.9 0 0 1-4.52 1.875c-.73.15-1.376-.44-1.376-1.185c0-.64.482-1.172 1.106-1.315a10.4 10.4 0 0 0 3.212-1.333m-7.926 1.334c.625.143 1.107.675 1.107 1.315c0 .746-.644 1.335-1.374 1.185a12.9 12.9 0 0 1-4.519-1.87c-.623-.41-.663-1.283-.135-1.81c.452-.453 1.168-.489 1.71-.149c.975.61 2.057 1.065 3.212 1.33m-6.544-4.658c.34.543.305 1.26-.148 1.712c-.527.528-1.399.488-1.81-.134a12.9 12.9 0 0 1-1.878-4.525c-.15-.73.439-1.375 1.185-1.375c.64 0 1.171.481 1.315 1.105a10.5 10.5 0 0 0 1.336 3.217m-1.338-7.93c-.143.626-.674 1.108-1.315 1.108c-.746 0-1.335-.644-1.185-1.375a12.9 12.9 0 0 1 1.876-4.53c.41-.622 1.283-.661 1.81-.134c.453.453.489 1.17.148 1.712a10.4 10.4 0 0 0-1.334 3.22"/></svg>
</template>

CSS

.icon-arrow-clockwise-dashes-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%204.25a1.25%201.25%200%201%200-2.5%200v1.912a12.96%2012.96%200%200%200-5.87-2.896c-.73-.15-1.375.439-1.375%201.185c0%20.64.482%201.172%201.106%201.315A10.5%2010.5%200%200%201%2022.803%208H20.75a1.25%201.25%200%201%200%200%202.5h5c.69%200%201.25-.56%201.25-1.25zm-18.144.888c-.623.41-.663%201.283-.135%201.811c.453.453%201.168.488%201.711.148a10.4%2010.4%200%200%201%203.217-1.333c.624-.143%201.106-.674%201.106-1.315c0-.745-.644-1.334-1.374-1.185a12.9%2012.9%200%200%200-4.525%201.874m17.379%2013.223c.143-.625.675-1.106%201.315-1.106c.746%200%201.335.644%201.185%201.375a12.9%2012.9%200%200%201-1.872%204.516c-.41.623-1.283.662-1.81.134c-.454-.452-.489-1.168-.149-1.71a10.4%2010.4%200%200%200%201.331-3.21m-4.661%206.54c.542-.34%201.258-.305%201.711.148c.528.527.488%201.4-.134%201.81a12.9%2012.9%200%200%201-4.52%201.875c-.73.15-1.376-.44-1.376-1.185c0-.64.482-1.172%201.106-1.315a10.4%2010.4%200%200%200%203.212-1.333m-7.926%201.334c.625.143%201.107.675%201.107%201.315c0%20.746-.644%201.335-1.374%201.185a12.9%2012.9%200%200%201-4.519-1.87c-.623-.41-.663-1.283-.135-1.81c.452-.453%201.168-.489%201.71-.149c.975.61%202.057%201.065%203.212%201.33m-6.544-4.658c.34.543.305%201.26-.148%201.712c-.527.528-1.399.488-1.81-.134a12.9%2012.9%200%200%201-1.878-4.525c-.15-.73.439-1.375%201.185-1.375c.64%200%201.171.481%201.315%201.105a10.5%2010.5%200%200%200%201.336%203.217m-1.338-7.93c-.143.626-.674%201.108-1.315%201.108c-.746%200-1.335-.644-1.185-1.375a12.9%2012.9%200%200%201%201.876-4.53c.41-.622%201.283-.661%201.81-.134c.453.453.489%201.17.148%201.712a10.4%2010.4%200%200%200-1.334%203.22%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%204.25a1.25%201.25%200%201%200-2.5%200v1.912a12.96%2012.96%200%200%200-5.87-2.896c-.73-.15-1.375.439-1.375%201.185c0%20.64.482%201.172%201.106%201.315A10.5%2010.5%200%200%201%2022.803%208H20.75a1.25%201.25%200%201%200%200%202.5h5c.69%200%201.25-.56%201.25-1.25zm-18.144.888c-.623.41-.663%201.283-.135%201.811c.453.453%201.168.488%201.711.148a10.4%2010.4%200%200%201%203.217-1.333c.624-.143%201.106-.674%201.106-1.315c0-.745-.644-1.334-1.374-1.185a12.9%2012.9%200%200%200-4.525%201.874m17.379%2013.223c.143-.625.675-1.106%201.315-1.106c.746%200%201.335.644%201.185%201.375a12.9%2012.9%200%200%201-1.872%204.516c-.41.623-1.283.662-1.81.134c-.454-.452-.489-1.168-.149-1.71a10.4%2010.4%200%200%200%201.331-3.21m-4.661%206.54c.542-.34%201.258-.305%201.711.148c.528.527.488%201.4-.134%201.81a12.9%2012.9%200%200%201-4.52%201.875c-.73.15-1.376-.44-1.376-1.185c0-.64.482-1.172%201.106-1.315a10.4%2010.4%200%200%200%203.212-1.333m-7.926%201.334c.625.143%201.107.675%201.107%201.315c0%20.746-.644%201.335-1.374%201.185a12.9%2012.9%200%200%201-4.519-1.87c-.623-.41-.663-1.283-.135-1.81c.452-.453%201.168-.489%201.71-.149c.975.61%202.057%201.065%203.212%201.33m-6.544-4.658c.34.543.305%201.26-.148%201.712c-.527.528-1.399.488-1.81-.134a12.9%2012.9%200%200%201-1.878-4.525c-.15-.73.439-1.375%201.185-1.375c.64%200%201.171.481%201.315%201.105a10.5%2010.5%200%200%200%201.336%203.217m-1.338-7.93c-.143.626-.674%201.108-1.315%201.108c-.746%200-1.335-.644-1.185-1.375a12.9%2012.9%200%200%201%201.876-4.53c.41-.622%201.283-.661%201.81-.134c.453.453.489%201.17.148%201.712a10.4%2010.4%200%200%200-1.334%203.22%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-32-filled.svg?color=%231a73e8&size=48