arrow-clockwise-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
arrow-clockwise-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the arrow clockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 16C4 9.373 9.373 4 16 4c4.015 0 7.57 1.972 9.748 5H20.5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-1 0v4.193A12.97 12.97 0 0 0 16 3C8.82 3 3 8.82 3 16s5.82 13 13 13s13-5.82 13-13q0-.801-.095-1.578a.484.484 0 0 0-.484-.422a.516.516 0 0 0-.504.581Q28 15.28 28 16c0 6.627-5.373 12-12 12S4 22.627 4 16"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowClockwise32Light(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="M4 16C4 9.373 9.373 4 16 4c4.015 0 7.57 1.972 9.748 5H20.5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-1 0v4.193A12.97 12.97 0 0 0 16 3C8.82 3 3 8.82 3 16s5.82 13 13 13s13-5.82 13-13q0-.801-.095-1.578a.484.484 0 0 0-.484-.422a.516.516 0 0 0-.504.581Q28 15.28 28 16c0 6.627-5.373 12-12 12S4 22.627 4 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 16C4 9.373 9.373 4 16 4c4.015 0 7.57 1.972 9.748 5H20.5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-1 0v4.193A12.97 12.97 0 0 0 16 3C8.82 3 3 8.82 3 16s5.82 13 13 13s13-5.82 13-13q0-.801-.095-1.578a.484.484 0 0 0-.484-.422a.516.516 0 0 0-.504.581Q28 15.28 28 16c0 6.627-5.373 12-12 12S4 22.627 4 16"/></svg>
</template>

CSS

.icon-arrow-clockwise-32-light {
  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%22M4%2016C4%209.373%209.373%204%2016%204c4.015%200%207.57%201.972%209.748%205H20.5a.5.5%200%200%200%200%201h6a.5.5%200%200%200%20.5-.5v-6a.5.5%200%200%200-1%200v4.193A12.97%2012.97%200%200%200%2016%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013s13-5.82%2013-13q0-.801-.095-1.578a.484.484%200%200%200-.484-.422a.516.516%200%200%200-.504.581Q28%2015.28%2028%2016c0%206.627-5.373%2012-12%2012S4%2022.627%204%2016%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%22M4%2016C4%209.373%209.373%204%2016%204c4.015%200%207.57%201.972%209.748%205H20.5a.5.5%200%200%200%200%201h6a.5.5%200%200%200%20.5-.5v-6a.5.5%200%200%200-1%200v4.193A12.97%2012.97%200%200%200%2016%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013s13-5.82%2013-13q0-.801-.095-1.578a.484.484%200%200%200-.484-.422a.516.516%200%200%200-.504.581Q28%2015.28%2028%2016c0%206.627-5.373%2012-12%2012S4%2022.627%204%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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