arrow clockwise dashes settings icon

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

Name
arrow-clockwise-dashes-settings-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M27 4a1 1 0 1 0-2 0v2.62a12.97 12.97 0 0 0-6.647-3.407c-.586-.108-1.1.362-1.1.957c0 .513.387.94.89 1.039A11 11 0 0 1 23.55 8H21a1 1 0 1 0 0 2h5a1 1 0 0 0 1-1zM8.62 5.296c-.49.338-.52 1.033-.1 1.454c.363.363.938.391 1.364.106a10.9 10.9 0 0 1 3.979-1.649c.504-.099.89-.525.89-1.039c0-.595-.513-1.064-1.098-.957a12.9 12.9 0 0 0-5.034 2.085m5.243 21.497c.504.099.89.525.89 1.039c0 .595-.513 1.064-1.098.957a12.9 12.9 0 0 1-5.028-2.08c-.49-.338-.522-1.034-.101-1.455c.363-.363.937-.391 1.363-.106a10.9 10.9 0 0 0 3.974 1.645M6.86 22.124c.286.426.258 1.001-.105 1.364c-.42.421-1.115.39-1.454-.1a12.9 12.9 0 0 1-2.09-5.034c-.107-.585.363-1.099.958-1.099c.513 0 .94.387 1.039.89a10.9 10.9 0 0 0 1.652 3.98m-1.654-8.26c-.1.504-.526.891-1.04.891c-.594 0-1.063-.513-.957-1.099a12.9 12.9 0 0 1 2.088-5.038c.338-.49 1.033-.521 1.454-.1c.363.362.391.937.105 1.363a10.9 10.9 0 0 0-1.65 3.983m13.136 5.172a1.52 1.52 0 0 1-1.117 1.928l-1.536.35a7.5 7.5 0 0 0-.04 3.19l1.698.423a1.52 1.52 0 0 1 1.096 1.892l-.496 1.724a7.5 7.5 0 0 0 2.75 1.597l1.26-1.3a1.53 1.53 0 0 1 2.193 0l1.236 1.272a7.5 7.5 0 0 0 2.737-1.635l-.467-1.514a1.52 1.52 0 0 1 1.117-1.927l1.536-.351a7.5 7.5 0 0 0 .04-3.189l-1.698-.423a1.52 1.52 0 0 1-1.096-1.893l.496-1.724a7.5 7.5 0 0 0-2.75-1.596l-1.26 1.3a1.53 1.53 0 0 1-2.193 0l-1.236-1.272a7.5 7.5 0 0 0-2.737 1.635zM25 23a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowClockwiseDashesSettings32Regular(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 4a1 1 0 1 0-2 0v2.62a12.97 12.97 0 0 0-6.647-3.407c-.586-.108-1.1.362-1.1.957c0 .513.387.94.89 1.039A11 11 0 0 1 23.55 8H21a1 1 0 1 0 0 2h5a1 1 0 0 0 1-1zM8.62 5.296c-.49.338-.52 1.033-.1 1.454c.363.363.938.391 1.364.106a10.9 10.9 0 0 1 3.979-1.649c.504-.099.89-.525.89-1.039c0-.595-.513-1.064-1.098-.957a12.9 12.9 0 0 0-5.034 2.085m5.243 21.497c.504.099.89.525.89 1.039c0 .595-.513 1.064-1.098.957a12.9 12.9 0 0 1-5.028-2.08c-.49-.338-.522-1.034-.101-1.455c.363-.363.937-.391 1.363-.106a10.9 10.9 0 0 0 3.974 1.645M6.86 22.124c.286.426.258 1.001-.105 1.364c-.42.421-1.115.39-1.454-.1a12.9 12.9 0 0 1-2.09-5.034c-.107-.585.363-1.099.958-1.099c.513 0 .94.387 1.039.89a10.9 10.9 0 0 0 1.652 3.98m-1.654-8.26c-.1.504-.526.891-1.04.891c-.594 0-1.063-.513-.957-1.099a12.9 12.9 0 0 1 2.088-5.038c.338-.49 1.033-.521 1.454-.1c.363.362.391.937.105 1.363a10.9 10.9 0 0 0-1.65 3.983m13.136 5.172a1.52 1.52 0 0 1-1.117 1.928l-1.536.35a7.5 7.5 0 0 0-.04 3.19l1.698.423a1.52 1.52 0 0 1 1.096 1.892l-.496 1.724a7.5 7.5 0 0 0 2.75 1.597l1.26-1.3a1.53 1.53 0 0 1 2.193 0l1.236 1.272a7.5 7.5 0 0 0 2.737-1.635l-.467-1.514a1.52 1.52 0 0 1 1.117-1.927l1.536-.351a7.5 7.5 0 0 0 .04-3.189l-1.698-.423a1.52 1.52 0 0 1-1.096-1.893l.496-1.724a7.5 7.5 0 0 0-2.75-1.596l-1.26 1.3a1.53 1.53 0 0 1-2.193 0l-1.236-1.272a7.5 7.5 0 0 0-2.737 1.635zM25 23a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></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 4a1 1 0 1 0-2 0v2.62a12.97 12.97 0 0 0-6.647-3.407c-.586-.108-1.1.362-1.1.957c0 .513.387.94.89 1.039A11 11 0 0 1 23.55 8H21a1 1 0 1 0 0 2h5a1 1 0 0 0 1-1zM8.62 5.296c-.49.338-.52 1.033-.1 1.454c.363.363.938.391 1.364.106a10.9 10.9 0 0 1 3.979-1.649c.504-.099.89-.525.89-1.039c0-.595-.513-1.064-1.098-.957a12.9 12.9 0 0 0-5.034 2.085m5.243 21.497c.504.099.89.525.89 1.039c0 .595-.513 1.064-1.098.957a12.9 12.9 0 0 1-5.028-2.08c-.49-.338-.522-1.034-.101-1.455c.363-.363.937-.391 1.363-.106a10.9 10.9 0 0 0 3.974 1.645M6.86 22.124c.286.426.258 1.001-.105 1.364c-.42.421-1.115.39-1.454-.1a12.9 12.9 0 0 1-2.09-5.034c-.107-.585.363-1.099.958-1.099c.513 0 .94.387 1.039.89a10.9 10.9 0 0 0 1.652 3.98m-1.654-8.26c-.1.504-.526.891-1.04.891c-.594 0-1.063-.513-.957-1.099a12.9 12.9 0 0 1 2.088-5.038c.338-.49 1.033-.521 1.454-.1c.363.362.391.937.105 1.363a10.9 10.9 0 0 0-1.65 3.983m13.136 5.172a1.52 1.52 0 0 1-1.117 1.928l-1.536.35a7.5 7.5 0 0 0-.04 3.19l1.698.423a1.52 1.52 0 0 1 1.096 1.892l-.496 1.724a7.5 7.5 0 0 0 2.75 1.597l1.26-1.3a1.53 1.53 0 0 1 2.193 0l1.236 1.272a7.5 7.5 0 0 0 2.737-1.635l-.467-1.514a1.52 1.52 0 0 1 1.117-1.927l1.536-.351a7.5 7.5 0 0 0 .04-3.189l-1.698-.423a1.52 1.52 0 0 1-1.096-1.893l.496-1.724a7.5 7.5 0 0 0-2.75-1.596l-1.26 1.3a1.53 1.53 0 0 1-2.193 0l-1.236-1.272a7.5 7.5 0 0 0-2.737 1.635zM25 23a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
</template>

CSS

.icon-arrow-clockwise-dashes-settings-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%204a1%201%200%201%200-2%200v2.62a12.97%2012.97%200%200%200-6.647-3.407c-.586-.108-1.1.362-1.1.957c0%20.513.387.94.89%201.039A11%2011%200%200%201%2023.55%208H21a1%201%200%201%200%200%202h5a1%201%200%200%200%201-1zM8.62%205.296c-.49.338-.52%201.033-.1%201.454c.363.363.938.391%201.364.106a10.9%2010.9%200%200%201%203.979-1.649c.504-.099.89-.525.89-1.039c0-.595-.513-1.064-1.098-.957a12.9%2012.9%200%200%200-5.034%202.085m5.243%2021.497c.504.099.89.525.89%201.039c0%20.595-.513%201.064-1.098.957a12.9%2012.9%200%200%201-5.028-2.08c-.49-.338-.522-1.034-.101-1.455c.363-.363.937-.391%201.363-.106a10.9%2010.9%200%200%200%203.974%201.645M6.86%2022.124c.286.426.258%201.001-.105%201.364c-.42.421-1.115.39-1.454-.1a12.9%2012.9%200%200%201-2.09-5.034c-.107-.585.363-1.099.958-1.099c.513%200%20.94.387%201.039.89a10.9%2010.9%200%200%200%201.652%203.98m-1.654-8.26c-.1.504-.526.891-1.04.891c-.594%200-1.063-.513-.957-1.099a12.9%2012.9%200%200%201%202.088-5.038c.338-.49%201.033-.521%201.454-.1c.363.362.391.937.105%201.363a10.9%2010.9%200%200%200-1.65%203.983m13.136%205.172a1.52%201.52%200%200%201-1.117%201.928l-1.536.35a7.5%207.5%200%200%200-.04%203.19l1.698.423a1.52%201.52%200%200%201%201.096%201.892l-.496%201.724a7.5%207.5%200%200%200%202.75%201.597l1.26-1.3a1.53%201.53%200%200%201%202.193%200l1.236%201.272a7.5%207.5%200%200%200%202.737-1.635l-.467-1.514a1.52%201.52%200%200%201%201.117-1.927l1.536-.351a7.5%207.5%200%200%200%20.04-3.189l-1.698-.423a1.52%201.52%200%200%201-1.096-1.893l.496-1.724a7.5%207.5%200%200%200-2.75-1.596l-1.26%201.3a1.53%201.53%200%200%201-2.193%200l-1.236-1.272a7.5%207.5%200%200%200-2.737%201.635zM25%2023a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%204a1%201%200%201%200-2%200v2.62a12.97%2012.97%200%200%200-6.647-3.407c-.586-.108-1.1.362-1.1.957c0%20.513.387.94.89%201.039A11%2011%200%200%201%2023.55%208H21a1%201%200%201%200%200%202h5a1%201%200%200%200%201-1zM8.62%205.296c-.49.338-.52%201.033-.1%201.454c.363.363.938.391%201.364.106a10.9%2010.9%200%200%201%203.979-1.649c.504-.099.89-.525.89-1.039c0-.595-.513-1.064-1.098-.957a12.9%2012.9%200%200%200-5.034%202.085m5.243%2021.497c.504.099.89.525.89%201.039c0%20.595-.513%201.064-1.098.957a12.9%2012.9%200%200%201-5.028-2.08c-.49-.338-.522-1.034-.101-1.455c.363-.363.937-.391%201.363-.106a10.9%2010.9%200%200%200%203.974%201.645M6.86%2022.124c.286.426.258%201.001-.105%201.364c-.42.421-1.115.39-1.454-.1a12.9%2012.9%200%200%201-2.09-5.034c-.107-.585.363-1.099.958-1.099c.513%200%20.94.387%201.039.89a10.9%2010.9%200%200%200%201.652%203.98m-1.654-8.26c-.1.504-.526.891-1.04.891c-.594%200-1.063-.513-.957-1.099a12.9%2012.9%200%200%201%202.088-5.038c.338-.49%201.033-.521%201.454-.1c.363.362.391.937.105%201.363a10.9%2010.9%200%200%200-1.65%203.983m13.136%205.172a1.52%201.52%200%200%201-1.117%201.928l-1.536.35a7.5%207.5%200%200%200-.04%203.19l1.698.423a1.52%201.52%200%200%201%201.096%201.892l-.496%201.724a7.5%207.5%200%200%200%202.75%201.597l1.26-1.3a1.53%201.53%200%200%201%202.193%200l1.236%201.272a7.5%207.5%200%200%200%202.737-1.635l-.467-1.514a1.52%201.52%200%200%201%201.117-1.927l1.536-.351a7.5%207.5%200%200%200%20.04-3.189l-1.698-.423a1.52%201.52%200%200%201-1.096-1.893l.496-1.724a7.5%207.5%200%200%200-2.75-1.596l-1.26%201.3a1.53%201.53%200%200%201-2.193%200l-1.236-1.272a7.5%207.5%200%200%200-2.737%201.635zM25%2023a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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-32-regular.svg?color=%231a73e8&size=48