arrow rotate counterclockwise icon

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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow rotate counterclockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-4.977 16.5H5.25a.75.75 0 0 0-.102 1.493L5.25 21h4a.75.75 0 0 0 .743-.648L10 20.25v-4a.75.75 0 0 0-1.493-.102l-.007.102l-.001 2.385A7.501 7.501 0 0 1 12 4.5a7.5 7.5 0 0 1 7.5 7.5a.75.75 0 0 0 1.5 0a9 9 0 0 0-9-9m0 6.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m0 1.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRotateCounterclockwise24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-4.977 16.5H5.25a.75.75 0 0 0-.102 1.493L5.25 21h4a.75.75 0 0 0 .743-.648L10 20.25v-4a.75.75 0 0 0-1.493-.102l-.007.102l-.001 2.385A7.501 7.501 0 0 1 12 4.5a7.5 7.5 0 0 1 7.5 7.5a.75.75 0 0 0 1.5 0a9 9 0 0 0-9-9m0 6.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m0 1.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 0-4.977 16.5H5.25a.75.75 0 0 0-.102 1.493L5.25 21h4a.75.75 0 0 0 .743-.648L10 20.25v-4a.75.75 0 0 0-1.493-.102l-.007.102l-.001 2.385A7.501 7.501 0 0 1 12 4.5a7.5 7.5 0 0 1 7.5 7.5a.75.75 0 0 0 1.5 0a9 9 0 0 0-9-9m0 6.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m0 1.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></svg>
</template>

CSS

.icon-arrow-rotate-counterclockwise-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a9%209%200%200%200-4.977%2016.5H5.25a.75.75%200%200%200-.102%201.493L5.25%2021h4a.75.75%200%200%200%20.743-.648L10%2020.25v-4a.75.75%200%200%200-1.493-.102l-.007.102l-.001%202.385A7.501%207.501%200%200%201%2012%204.5a7.5%207.5%200%200%201%207.5%207.5a.75.75%200%200%200%201.5%200a9%209%200%200%200-9-9m0%206.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m0%201.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a9%209%200%200%200-4.977%2016.5H5.25a.75.75%200%200%200-.102%201.493L5.25%2021h4a.75.75%200%200%200%20.743-.648L10%2020.25v-4a.75.75%200%200%200-1.493-.102l-.007.102l-.001%202.385A7.501%207.501%200%200%201%2012%204.5a7.5%207.5%200%200%201%207.5%207.5a.75.75%200%200%200%201.5%200a9%209%200%200%200-9-9m0%206.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m0%201.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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