arrow rotate counterclockwise icon

arrow-rotate-counterclockwise-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
arrow-rotate-counterclockwise-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8 1.75A6.25 6.25 0 0 1 14.25 8a.75.75 0 0 1-1.5 0a4.75 4.75 0 1 0-8.25 3.212v-.462a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.913A6.25 6.25 0 0 1 8 1.75m0 4a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5m0 1.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowRotateCounterclockwise16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1.75A6.25 6.25 0 0 1 14.25 8a.75.75 0 0 1-1.5 0a4.75 4.75 0 1 0-8.25 3.212v-.462a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.913A6.25 6.25 0 0 1 8 1.75m0 4a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5m0 1.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1.75A6.25 6.25 0 0 1 14.25 8a.75.75 0 0 1-1.5 0a4.75 4.75 0 1 0-8.25 3.212v-.462a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.913A6.25 6.25 0 0 1 8 1.75m0 4a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5m0 1.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></svg>
</template>

CSS

.icon-arrow-rotate-counterclockwise-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201.75A6.25%206.25%200%200%201%2014.25%208a.75.75%200%200%201-1.5%200a4.75%204.75%200%201%200-8.25%203.212v-.462a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.913A6.25%206.25%200%200%201%208%201.75m0%204a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.5m0%201.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201.75A6.25%206.25%200%200%201%2014.25%208a.75.75%200%200%201-1.5%200a4.75%204.75%200%201%200-8.25%203.212v-.462a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.913A6.25%206.25%200%200%201%208%201.75m0%204a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.5m0%201.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.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-16-filled.svg?color=%231a73e8&size=48