arrow clockwise icon

arrow-clockwise-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
arrow-clockwise-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the arrow clockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 56v48a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h37.7l-34.17-31.31l-.13-.12a84 84 0 1 0-1.75 120.51a4 4 0 0 1 5.5 5.82A91.43 91.43 0 0 1 128 220h-1.26A92 92 0 1 1 193 62.84l35 32.05V56a4 4 0 1 1 8 0"/></svg>

React

import type { SVGProps } from "react";

export function PhArrowClockwiseThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 56v48a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h37.7l-34.17-31.31l-.13-.12a84 84 0 1 0-1.75 120.51a4 4 0 0 1 5.5 5.82A91.43 91.43 0 0 1 128 220h-1.26A92 92 0 1 1 193 62.84l35 32.05V56a4 4 0 1 1 8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 56v48a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h37.7l-34.17-31.31l-.13-.12a84 84 0 1 0-1.75 120.51a4 4 0 0 1 5.5 5.82A91.43 91.43 0 0 1 128 220h-1.26A92 92 0 1 1 193 62.84l35 32.05V56a4 4 0 1 1 8 0"/></svg>
</template>

CSS

.icon-arrow-clockwise-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%2056v48a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h37.7l-34.17-31.31l-.13-.12a84%2084%200%201%200-1.75%20120.51a4%204%200%200%201%205.5%205.82A91.43%2091.43%200%200%201%20128%20220h-1.26A92%2092%200%201%201%20193%2062.84l35%2032.05V56a4%204%200%201%201%208%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%2056v48a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h37.7l-34.17-31.31l-.13-.12a84%2084%200%201%200-1.75%20120.51a4%204%200%200%201%205.5%205.82A91.43%2091.43%200%200%201%20128%20220h-1.26A92%2092%200%201%201%20193%2062.84l35%2032.05V56a4%204%200%201%201%208%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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