arrow counterclockwise dashes icon

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

Name
arrow-counterclockwise-dashes-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow counterclockwise dashes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 3.5a.5.5 0 0 1 1 0v1.601a7 7 0 0 1 3.695-1.98a.475.475 0 0 1 .555.48c0 .254-.19.467-.44.517A6 6 0 0 0 5.528 6H7.5a.5.5 0 0 1 0 1H4.48A.49.49 0 0 1 4 6.49zm7.305-.379a.475.475 0 0 0-.555.48c0 .254.19.467.44.517A6 6 0 0 1 13.318 5a.536.536 0 0 0 .676-.055a.475.475 0 0 0-.053-.731a7 7 0 0 0-2.636-1.093M3.601 10.75c.254 0 .467.19.517.44A6 6 0 0 0 5 13.318a.536.536 0 0 1-.055.676a.475.475 0 0 1-.731-.053a7 7 0 0 1-1.093-2.636a.475.475 0 0 1 .48-.555m5.21 5.132c.249.05.439.263.439.517c0 .3-.26.535-.555.48a7 7 0 0 1-2.635-1.093a.475.475 0 0 1-.054-.731a.536.536 0 0 1 .676-.055a6 6 0 0 0 2.128.882M13.317 15a.54.54 0 0 1 .676.055a.475.475 0 0 1-.053.731a7 7 0 0 1-2.636 1.093a.475.475 0 0 1-.555-.48c0-.254.19-.467.44-.517A6 6 0 0 0 13.318 15m2.564-3.81c.05-.25.263-.44.517-.44c.3 0 .535.26.48.555a7 7 0 0 1-1.093 2.635a.475.475 0 0 1-.731.054a.54.54 0 0 1-.055-.676a6 6 0 0 0 .882-2.128M15 6.682a.536.536 0 0 1 .055-.676a.475.475 0 0 1 .731.054c.533.78.911 1.672 1.093 2.635a.475.475 0 0 1-.48.555a.54.54 0 0 1-.517-.44A6 6 0 0 0 15 6.682"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowCounterclockwiseDashes20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 3.5a.5.5 0 0 1 1 0v1.601a7 7 0 0 1 3.695-1.98a.475.475 0 0 1 .555.48c0 .254-.19.467-.44.517A6 6 0 0 0 5.528 6H7.5a.5.5 0 0 1 0 1H4.48A.49.49 0 0 1 4 6.49zm7.305-.379a.475.475 0 0 0-.555.48c0 .254.19.467.44.517A6 6 0 0 1 13.318 5a.536.536 0 0 0 .676-.055a.475.475 0 0 0-.053-.731a7 7 0 0 0-2.636-1.093M3.601 10.75c.254 0 .467.19.517.44A6 6 0 0 0 5 13.318a.536.536 0 0 1-.055.676a.475.475 0 0 1-.731-.053a7 7 0 0 1-1.093-2.636a.475.475 0 0 1 .48-.555m5.21 5.132c.249.05.439.263.439.517c0 .3-.26.535-.555.48a7 7 0 0 1-2.635-1.093a.475.475 0 0 1-.054-.731a.536.536 0 0 1 .676-.055a6 6 0 0 0 2.128.882M13.317 15a.54.54 0 0 1 .676.055a.475.475 0 0 1-.053.731a7 7 0 0 1-2.636 1.093a.475.475 0 0 1-.555-.48c0-.254.19-.467.44-.517A6 6 0 0 0 13.318 15m2.564-3.81c.05-.25.263-.44.517-.44c.3 0 .535.26.48.555a7 7 0 0 1-1.093 2.635a.475.475 0 0 1-.731.054a.54.54 0 0 1-.055-.676a6 6 0 0 0 .882-2.128M15 6.682a.536.536 0 0 1 .055-.676a.475.475 0 0 1 .731.054c.533.78.911 1.672 1.093 2.635a.475.475 0 0 1-.48.555a.54.54 0 0 1-.517-.44A6 6 0 0 0 15 6.682"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 3.5a.5.5 0 0 1 1 0v1.601a7 7 0 0 1 3.695-1.98a.475.475 0 0 1 .555.48c0 .254-.19.467-.44.517A6 6 0 0 0 5.528 6H7.5a.5.5 0 0 1 0 1H4.48A.49.49 0 0 1 4 6.49zm7.305-.379a.475.475 0 0 0-.555.48c0 .254.19.467.44.517A6 6 0 0 1 13.318 5a.536.536 0 0 0 .676-.055a.475.475 0 0 0-.053-.731a7 7 0 0 0-2.636-1.093M3.601 10.75c.254 0 .467.19.517.44A6 6 0 0 0 5 13.318a.536.536 0 0 1-.055.676a.475.475 0 0 1-.731-.053a7 7 0 0 1-1.093-2.636a.475.475 0 0 1 .48-.555m5.21 5.132c.249.05.439.263.439.517c0 .3-.26.535-.555.48a7 7 0 0 1-2.635-1.093a.475.475 0 0 1-.054-.731a.536.536 0 0 1 .676-.055a6 6 0 0 0 2.128.882M13.317 15a.54.54 0 0 1 .676.055a.475.475 0 0 1-.053.731a7 7 0 0 1-2.636 1.093a.475.475 0 0 1-.555-.48c0-.254.19-.467.44-.517A6 6 0 0 0 13.318 15m2.564-3.81c.05-.25.263-.44.517-.44c.3 0 .535.26.48.555a7 7 0 0 1-1.093 2.635a.475.475 0 0 1-.731.054a.54.54 0 0 1-.055-.676a6 6 0 0 0 .882-2.128M15 6.682a.536.536 0 0 1 .055-.676a.475.475 0 0 1 .731.054c.533.78.911 1.672 1.093 2.635a.475.475 0 0 1-.48.555a.54.54 0 0 1-.517-.44A6 6 0 0 0 15 6.682"/></svg>
</template>

CSS

.icon-arrow-counterclockwise-dashes-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203.5a.5.5%200%200%201%201%200v1.601a7%207%200%200%201%203.695-1.98a.475.475%200%200%201%20.555.48c0%20.254-.19.467-.44.517A6%206%200%200%200%205.528%206H7.5a.5.5%200%200%201%200%201H4.48A.49.49%200%200%201%204%206.49zm7.305-.379a.475.475%200%200%200-.555.48c0%20.254.19.467.44.517A6%206%200%200%201%2013.318%205a.536.536%200%200%200%20.676-.055a.475.475%200%200%200-.053-.731a7%207%200%200%200-2.636-1.093M3.601%2010.75c.254%200%20.467.19.517.44A6%206%200%200%200%205%2013.318a.536.536%200%200%201-.055.676a.475.475%200%200%201-.731-.053a7%207%200%200%201-1.093-2.636a.475.475%200%200%201%20.48-.555m5.21%205.132c.249.05.439.263.439.517c0%20.3-.26.535-.555.48a7%207%200%200%201-2.635-1.093a.475.475%200%200%201-.054-.731a.536.536%200%200%201%20.676-.055a6%206%200%200%200%202.128.882M13.317%2015a.54.54%200%200%201%20.676.055a.475.475%200%200%201-.053.731a7%207%200%200%201-2.636%201.093a.475.475%200%200%201-.555-.48c0-.254.19-.467.44-.517A6%206%200%200%200%2013.318%2015m2.564-3.81c.05-.25.263-.44.517-.44c.3%200%20.535.26.48.555a7%207%200%200%201-1.093%202.635a.475.475%200%200%201-.731.054a.54.54%200%200%201-.055-.676a6%206%200%200%200%20.882-2.128M15%206.682a.536.536%200%200%201%20.055-.676a.475.475%200%200%201%20.731.054c.533.78.911%201.672%201.093%202.635a.475.475%200%200%201-.48.555a.54.54%200%200%201-.517-.44A6%206%200%200%200%2015%206.682%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203.5a.5.5%200%200%201%201%200v1.601a7%207%200%200%201%203.695-1.98a.475.475%200%200%201%20.555.48c0%20.254-.19.467-.44.517A6%206%200%200%200%205.528%206H7.5a.5.5%200%200%201%200%201H4.48A.49.49%200%200%201%204%206.49zm7.305-.379a.475.475%200%200%200-.555.48c0%20.254.19.467.44.517A6%206%200%200%201%2013.318%205a.536.536%200%200%200%20.676-.055a.475.475%200%200%200-.053-.731a7%207%200%200%200-2.636-1.093M3.601%2010.75c.254%200%20.467.19.517.44A6%206%200%200%200%205%2013.318a.536.536%200%200%201-.055.676a.475.475%200%200%201-.731-.053a7%207%200%200%201-1.093-2.636a.475.475%200%200%201%20.48-.555m5.21%205.132c.249.05.439.263.439.517c0%20.3-.26.535-.555.48a7%207%200%200%201-2.635-1.093a.475.475%200%200%201-.054-.731a.536.536%200%200%201%20.676-.055a6%206%200%200%200%202.128.882M13.317%2015a.54.54%200%200%201%20.676.055a.475.475%200%200%201-.053.731a7%207%200%200%201-2.636%201.093a.475.475%200%200%201-.555-.48c0-.254.19-.467.44-.517A6%206%200%200%200%2013.318%2015m2.564-3.81c.05-.25.263-.44.517-.44c.3%200%20.535.26.48.555a7%207%200%200%201-1.093%202.635a.475.475%200%200%201-.731.054a.54.54%200%200%201-.055-.676a6%206%200%200%200%20.882-2.128M15%206.682a.536.536%200%200%201%20.055-.676a.475.475%200%200%201%20.731.054c.533.78.911%201.672%201.093%202.635a.475.475%200%200%201-.48.555a.54.54%200%200%201-.517-.44A6%206%200%200%200%2015%206.682%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-counterclockwise-dashes-20-regular.svg?color=%231a73e8&size=48