arrows clockwise icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the arrows clockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 48v48a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h38.34l-21.45-21.46a84 84 0 0 0-118.09-.69a4 4 0 1 1-5.6-5.72a92 92 0 0 1 129.34.76L212 86.34V48a4 4 0 0 1 8 0m-30.8 138.15a83.44 83.44 0 0 1-58.68 23.91h-.47a83.52 83.52 0 0 1-58.94-24.6L49.66 164H88a4 4 0 0 0 0-8H40a4 4 0 0 0-4 4v48a4 4 0 0 0 8 0v-38.34l21.46 21.45A91.43 91.43 0 0 0 130 218.06h.51a91.45 91.45 0 0 0 64.28-26.19a4 4 0 1 0-5.6-5.72Z"/></svg>

React

import type { SVGProps } from "react";

export function PhArrowsClockwiseThin(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="M220 48v48a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h38.34l-21.45-21.46a84 84 0 0 0-118.09-.69a4 4 0 1 1-5.6-5.72a92 92 0 0 1 129.34.76L212 86.34V48a4 4 0 0 1 8 0m-30.8 138.15a83.44 83.44 0 0 1-58.68 23.91h-.47a83.52 83.52 0 0 1-58.94-24.6L49.66 164H88a4 4 0 0 0 0-8H40a4 4 0 0 0-4 4v48a4 4 0 0 0 8 0v-38.34l21.46 21.45A91.43 91.43 0 0 0 130 218.06h.51a91.45 91.45 0 0 0 64.28-26.19a4 4 0 1 0-5.6-5.72Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 48v48a4 4 0 0 1-4 4h-48a4 4 0 0 1 0-8h38.34l-21.45-21.46a84 84 0 0 0-118.09-.69a4 4 0 1 1-5.6-5.72a92 92 0 0 1 129.34.76L212 86.34V48a4 4 0 0 1 8 0m-30.8 138.15a83.44 83.44 0 0 1-58.68 23.91h-.47a83.52 83.52 0 0 1-58.94-24.6L49.66 164H88a4 4 0 0 0 0-8H40a4 4 0 0 0-4 4v48a4 4 0 0 0 8 0v-38.34l21.46 21.45A91.43 91.43 0 0 0 130 218.06h.51a91.45 91.45 0 0 0 64.28-26.19a4 4 0 1 0-5.6-5.72Z"/></svg>
</template>

CSS

.icon-arrows-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%22M220%2048v48a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h38.34l-21.45-21.46a84%2084%200%200%200-118.09-.69a4%204%200%201%201-5.6-5.72a92%2092%200%200%201%20129.34.76L212%2086.34V48a4%204%200%200%201%208%200m-30.8%20138.15a83.44%2083.44%200%200%201-58.68%2023.91h-.47a83.52%2083.52%200%200%201-58.94-24.6L49.66%20164H88a4%204%200%200%200%200-8H40a4%204%200%200%200-4%204v48a4%204%200%200%200%208%200v-38.34l21.46%2021.45A91.43%2091.43%200%200%200%20130%20218.06h.51a91.45%2091.45%200%200%200%2064.28-26.19a4%204%200%201%200-5.6-5.72Z%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%22M220%2048v48a4%204%200%200%201-4%204h-48a4%204%200%200%201%200-8h38.34l-21.45-21.46a84%2084%200%200%200-118.09-.69a4%204%200%201%201-5.6-5.72a92%2092%200%200%201%20129.34.76L212%2086.34V48a4%204%200%200%201%208%200m-30.8%20138.15a83.44%2083.44%200%200%201-58.68%2023.91h-.47a83.52%2083.52%200%200%201-58.94-24.6L49.66%20164H88a4%204%200%200%200%200-8H40a4%204%200%200%200-4%204v48a4%204%200%200%200%208%200v-38.34l21.46%2021.45A91.43%2091.43%200%200%200%20130%20218.06h.51a91.45%2091.45%200%200%200%2064.28-26.19a4%204%200%201%200-5.6-5.72Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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