arrow clockwise dashes settings icon
arrow-clockwise-dashes-settings-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- arrow-clockwise-dashes-settings-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
arrow-clockwise-dashes-settings-16-filledarrow-clockwise-dashes-settings-16-regulararrow-clockwise-dashes-settings-20-filledarrow-clockwise-dashes-settings-20-regulararrow-clockwise-dashes-settings-24-filledarrow-clockwise-dashes-settings-24-regulararrow-clockwise-dashes-settings-28-filledarrow-clockwise-dashes-settings-28-regulararrow-clockwise-dashes-settings-32-regulararrow-clockwise-dashes-settings-48-filledarrow-clockwise-dashes-settings-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 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 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.874m4.793 21.097c.624.143 1.106.675 1.106 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.545-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.22m12.577 5.39a1.52 1.52 0 0 1-1.117 1.927l-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 FluentArrowClockwiseDashesSettings32Filled(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.874m4.793 21.097c.624.143 1.106.675 1.106 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.545-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.22m12.577 5.39a1.52 1.52 0 0 1-1.117 1.927l-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 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.874m4.793 21.097c.624.143 1.106.675 1.106 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.545-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.22m12.577 5.39a1.52 1.52 0 0 1-1.117 1.927l-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-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.874m4.793%2021.097c.624.143%201.106.675%201.106%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.545-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.22m12.577%205.39a1.52%201.52%200%200%201-1.117%201.927l-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%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.874m4.793%2021.097c.624.143%201.106.675%201.106%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.545-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.22m12.577%205.39a1.52%201.52%200%200%201-1.117%201.927l-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-filled.svg?color=%231a73e8&size=48