arrows counter clockwise icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the arrows counter clockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 100H40a4 4 0 0 1-4-4V48a4 4 0 0 1 8 0v38.34l21.46-21.45A91.4 91.4 0 0 1 130 37.94h.51a91.43 91.43 0 0 1 64.29 26.19a4 4 0 0 1-5.6 5.72a83.44 83.44 0 0 0-58.68-23.91h-.47a83.52 83.52 0 0 0-58.94 24.6L49.66 92H88a4 4 0 0 1 0 8m128 56h-48a4 4 0 0 0 0 8h38.34l-21.45 21.46a83.52 83.52 0 0 1-58.89 24.6h-.47a83.44 83.44 0 0 1-58.73-23.91a4 4 0 0 0-5.6 5.72a91.43 91.43 0 0 0 64.28 26.19h.52a91.4 91.4 0 0 0 64.55-26.95L212 169.66V208a4 4 0 0 0 8 0v-48a4 4 0 0 0-4-4"/></svg>

React

import type { SVGProps } from "react";

export function PhArrowsCounterClockwiseThin(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="M88 100H40a4 4 0 0 1-4-4V48a4 4 0 0 1 8 0v38.34l21.46-21.45A91.4 91.4 0 0 1 130 37.94h.51a91.43 91.43 0 0 1 64.29 26.19a4 4 0 0 1-5.6 5.72a83.44 83.44 0 0 0-58.68-23.91h-.47a83.52 83.52 0 0 0-58.94 24.6L49.66 92H88a4 4 0 0 1 0 8m128 56h-48a4 4 0 0 0 0 8h38.34l-21.45 21.46a83.52 83.52 0 0 1-58.89 24.6h-.47a83.44 83.44 0 0 1-58.73-23.91a4 4 0 0 0-5.6 5.72a91.43 91.43 0 0 0 64.28 26.19h.52a91.4 91.4 0 0 0 64.55-26.95L212 169.66V208a4 4 0 0 0 8 0v-48a4 4 0 0 0-4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 100H40a4 4 0 0 1-4-4V48a4 4 0 0 1 8 0v38.34l21.46-21.45A91.4 91.4 0 0 1 130 37.94h.51a91.43 91.43 0 0 1 64.29 26.19a4 4 0 0 1-5.6 5.72a83.44 83.44 0 0 0-58.68-23.91h-.47a83.52 83.52 0 0 0-58.94 24.6L49.66 92H88a4 4 0 0 1 0 8m128 56h-48a4 4 0 0 0 0 8h38.34l-21.45 21.46a83.52 83.52 0 0 1-58.89 24.6h-.47a83.44 83.44 0 0 1-58.73-23.91a4 4 0 0 0-5.6 5.72a91.43 91.43 0 0 0 64.28 26.19h.52a91.4 91.4 0 0 0 64.55-26.95L212 169.66V208a4 4 0 0 0 8 0v-48a4 4 0 0 0-4-4"/></svg>
</template>

CSS

.icon-arrows-counter-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%22M88%20100H40a4%204%200%200%201-4-4V48a4%204%200%200%201%208%200v38.34l21.46-21.45A91.4%2091.4%200%200%201%20130%2037.94h.51a91.43%2091.43%200%200%201%2064.29%2026.19a4%204%200%200%201-5.6%205.72a83.44%2083.44%200%200%200-58.68-23.91h-.47a83.52%2083.52%200%200%200-58.94%2024.6L49.66%2092H88a4%204%200%200%201%200%208m128%2056h-48a4%204%200%200%200%200%208h38.34l-21.45%2021.46a83.52%2083.52%200%200%201-58.89%2024.6h-.47a83.44%2083.44%200%200%201-58.73-23.91a4%204%200%200%200-5.6%205.72a91.43%2091.43%200%200%200%2064.28%2026.19h.52a91.4%2091.4%200%200%200%2064.55-26.95L212%20169.66V208a4%204%200%200%200%208%200v-48a4%204%200%200%200-4-4%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%22M88%20100H40a4%204%200%200%201-4-4V48a4%204%200%200%201%208%200v38.34l21.46-21.45A91.4%2091.4%200%200%201%20130%2037.94h.51a91.43%2091.43%200%200%201%2064.29%2026.19a4%204%200%200%201-5.6%205.72a83.44%2083.44%200%200%200-58.68-23.91h-.47a83.52%2083.52%200%200%200-58.94%2024.6L49.66%2092H88a4%204%200%200%201%200%208m128%2056h-48a4%204%200%200%200%200%208h38.34l-21.45%2021.46a83.52%2083.52%200%200%201-58.89%2024.6h-.47a83.44%2083.44%200%200%201-58.73-23.91a4%204%200%200%200-5.6%205.72a91.43%2091.43%200%200%200%2064.28%2026.19h.52a91.4%2091.4%200%200%200%2064.55-26.95L212%20169.66V208a4%204%200%200%200%208%200v-48a4%204%200%200%200-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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