clock counter clockwise icon

clock-counter-clockwise from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
clock-counter-clockwise
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the clock 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="M136 80v43.47l36.12 21.67a8 8 0 0 1-8.24 13.72l-40-24A8 8 0 0 1 120 128V80a8 8 0 0 1 16 0m-8-48a95.44 95.44 0 0 0-67.92 28.15C52.81 67.51 46.35 74.59 40 82V64a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8h40a8 8 0 0 0 0-16H49c7.15-8.42 14.27-16.35 22.39-24.57a80 80 0 1 1 1.66 114.75a8 8 0 1 0-11 11.64A96 96 0 1 0 128 32"/></svg>

React

import type { SVGProps } from "react";

export function PhClockCounterClockwise(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="M136 80v43.47l36.12 21.67a8 8 0 0 1-8.24 13.72l-40-24A8 8 0 0 1 120 128V80a8 8 0 0 1 16 0m-8-48a95.44 95.44 0 0 0-67.92 28.15C52.81 67.51 46.35 74.59 40 82V64a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8h40a8 8 0 0 0 0-16H49c7.15-8.42 14.27-16.35 22.39-24.57a80 80 0 1 1 1.66 114.75a8 8 0 1 0-11 11.64A96 96 0 1 0 128 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 80v43.47l36.12 21.67a8 8 0 0 1-8.24 13.72l-40-24A8 8 0 0 1 120 128V80a8 8 0 0 1 16 0m-8-48a95.44 95.44 0 0 0-67.92 28.15C52.81 67.51 46.35 74.59 40 82V64a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8h40a8 8 0 0 0 0-16H49c7.15-8.42 14.27-16.35 22.39-24.57a80 80 0 1 1 1.66 114.75a8 8 0 1 0-11 11.64A96 96 0 1 0 128 32"/></svg>
</template>

CSS

.icon-clock-counter-clockwise {
  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%22M136%2080v43.47l36.12%2021.67a8%208%200%200%201-8.24%2013.72l-40-24A8%208%200%200%201%20120%20128V80a8%208%200%200%201%2016%200m-8-48a95.44%2095.44%200%200%200-67.92%2028.15C52.81%2067.51%2046.35%2074.59%2040%2082V64a8%208%200%200%200-16%200v40a8%208%200%200%200%208%208h40a8%208%200%200%200%200-16H49c7.15-8.42%2014.27-16.35%2022.39-24.57a80%2080%200%201%201%201.66%20114.75a8%208%200%201%200-11%2011.64A96%2096%200%201%200%20128%2032%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%22M136%2080v43.47l36.12%2021.67a8%208%200%200%201-8.24%2013.72l-40-24A8%208%200%200%201%20120%20128V80a8%208%200%200%201%2016%200m-8-48a95.44%2095.44%200%200%200-67.92%2028.15C52.81%2067.51%2046.35%2074.59%2040%2082V64a8%208%200%200%200-16%200v40a8%208%200%200%200%208%208h40a8%208%200%200%200%200-16H49c7.15-8.42%2014.27-16.35%2022.39-24.57a80%2080%200%201%201%201.66%20114.75a8%208%200%201%200-11%2011.64A96%2096%200%201%200%20128%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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