arrow rotate clockwise icon

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

Name
arrow-rotate-clockwise-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 clockwise 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 1 4.977 16.5h1.773a.75.75 0 0 1 .102 1.493L18.75 21h-4a.75.75 0 0 1-.743-.648L14 20.25v-4a.75.75 0 0 1 1.493-.102l.007.102l.001 2.385A7.501 7.501 0 0 0 12 4.5A7.5 7.5 0 0 0 4.5 12A.75.75 0 0 1 3 12a9 9 0 0 1 9-9m0 6.25a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5m0 1.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRotateClockwise24Regular(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 1 4.977 16.5h1.773a.75.75 0 0 1 .102 1.493L18.75 21h-4a.75.75 0 0 1-.743-.648L14 20.25v-4a.75.75 0 0 1 1.493-.102l.007.102l.001 2.385A7.501 7.501 0 0 0 12 4.5A7.5 7.5 0 0 0 4.5 12A.75.75 0 0 1 3 12a9 9 0 0 1 9-9m0 6.25a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5m0 1.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 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 1 4.977 16.5h1.773a.75.75 0 0 1 .102 1.493L18.75 21h-4a.75.75 0 0 1-.743-.648L14 20.25v-4a.75.75 0 0 1 1.493-.102l.007.102l.001 2.385A7.501 7.501 0 0 0 12 4.5A7.5 7.5 0 0 0 4.5 12A.75.75 0 0 1 3 12a9 9 0 0 1 9-9m0 6.25a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5m0 1.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
</template>

CSS

.icon-arrow-rotate-clockwise-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%201%204.977%2016.5h1.773a.75.75%200%200%201%20.102%201.493L18.75%2021h-4a.75.75%200%200%201-.743-.648L14%2020.25v-4a.75.75%200%200%201%201.493-.102l.007.102l.001%202.385A7.501%207.501%200%200%200%2012%204.5A7.5%207.5%200%200%200%204.5%2012A.75.75%200%200%201%203%2012a9%209%200%200%201%209-9m0%206.25a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%200-5.5m0%201.5a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%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%201%204.977%2016.5h1.773a.75.75%200%200%201%20.102%201.493L18.75%2021h-4a.75.75%200%200%201-.743-.648L14%2020.25v-4a.75.75%200%200%201%201.493-.102l.007.102l.001%202.385A7.501%207.501%200%200%200%2012%204.5A7.5%207.5%200%200%200%204.5%2012A.75.75%200%200%201%203%2012a9%209%200%200%201%209-9m0%206.25a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%200-5.5m0%201.5a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%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-clockwise-24-regular.svg?color=%231a73e8&size=48