arrow clockwise dashes settings icon

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

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

11 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 settings 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.981m7.468 29.477c.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.54m19.622 8.638a2 2 0 0 1-1.465 2.537l-3.26.748a11 11 0 0 0-.043 3.6l3.464.868a2 2 0 0 1 1.436 2.491l-.997 3.482a11 11 0 0 0 3.086 1.785l2.518-2.607a2 2 0 0 1 2.876-.001l2.484 2.567a11 11 0 0 0 3.095-1.84l-.981-3.196a2 2 0 0 1 1.464-2.537l3.26-.748a11 11 0 0 0 .043-3.6l-3.463-.868a2 2 0 0 1-1.437-2.491l.998-3.482a11 11 0 0 0-3.087-1.785l-2.518 2.607a2 2 0 0 1-2.876.001l-2.484-2.567a11 11 0 0 0-3.095 1.841zM35 38a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowClockwiseDashesSettings48Filled(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.981m7.468 29.477c.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.54m19.622 8.638a2 2 0 0 1-1.465 2.537l-3.26.748a11 11 0 0 0-.043 3.6l3.464.868a2 2 0 0 1 1.436 2.491l-.997 3.482a11 11 0 0 0 3.086 1.785l2.518-2.607a2 2 0 0 1 2.876-.001l2.484 2.567a11 11 0 0 0 3.095-1.84l-.981-3.196a2 2 0 0 1 1.464-2.537l3.26-.748a11 11 0 0 0 .043-3.6l-3.463-.868a2 2 0 0 1-1.437-2.491l.998-3.482a11 11 0 0 0-3.087-1.785l-2.518 2.607a2 2 0 0 1-2.876.001l-2.484-2.567a11 11 0 0 0-3.095 1.841zM35 38a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></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.981m7.468 29.477c.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.54m19.622 8.638a2 2 0 0 1-1.465 2.537l-3.26.748a11 11 0 0 0-.043 3.6l3.464.868a2 2 0 0 1 1.436 2.491l-.997 3.482a11 11 0 0 0 3.086 1.785l2.518-2.607a2 2 0 0 1 2.876-.001l2.484 2.567a11 11 0 0 0 3.095-1.84l-.981-3.196a2 2 0 0 1 1.464-2.537l3.26-.748a11 11 0 0 0 .043-3.6l-3.463-.868a2 2 0 0 1-1.437-2.491l.998-3.482a11 11 0 0 0-3.087-1.785l-2.518 2.607a2 2 0 0 1-2.876.001l-2.484-2.567a11 11 0 0 0-3.095 1.841zM35 38a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
</template>

CSS

.icon-arrow-clockwise-dashes-settings-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.981m7.468%2029.477c.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.54m19.622%208.638a2%202%200%200%201-1.465%202.537l-3.26.748a11%2011%200%200%200-.043%203.6l3.464.868a2%202%200%200%201%201.436%202.491l-.997%203.482a11%2011%200%200%200%203.086%201.785l2.518-2.607a2%202%200%200%201%202.876-.001l2.484%202.567a11%2011%200%200%200%203.095-1.84l-.981-3.196a2%202%200%200%201%201.464-2.537l3.26-.748a11%2011%200%200%200%20.043-3.6l-3.463-.868a2%202%200%200%201-1.437-2.491l.998-3.482a11%2011%200%200%200-3.087-1.785l-2.518%202.607a2%202%200%200%201-2.876.001l-2.484-2.567a11%2011%200%200%200-3.095%201.841zM35%2038a3%203%200%201%201%200-6a3%203%200%200%201%200%206%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.981m7.468%2029.477c.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.54m19.622%208.638a2%202%200%200%201-1.465%202.537l-3.26.748a11%2011%200%200%200-.043%203.6l3.464.868a2%202%200%200%201%201.436%202.491l-.997%203.482a11%2011%200%200%200%203.086%201.785l2.518-2.607a2%202%200%200%201%202.876-.001l2.484%202.567a11%2011%200%200%200%203.095-1.84l-.981-3.196a2%202%200%200%201%201.464-2.537l3.26-.748a11%2011%200%200%200%20.043-3.6l-3.463-.868a2%202%200%200%201-1.437-2.491l.998-3.482a11%2011%200%200%200-3.087-1.785l-2.518%202.607a2%202%200%200%201-2.876.001l-2.484-2.567a11%2011%200%200%200-3.095%201.841zM35%2038a3%203%200%201%201%200-6a3%203%200%200%201%200%206%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-settings-48-filled.svg?color=%231a73e8&size=48