clock counter clockwise icon

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

Name
clock-counter-clockwise-bold
Set
Phosphor
Style
Bold
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="M140 80v41.21l34.17 20.5a12 12 0 1 1-12.34 20.58l-40-24A12 12 0 0 1 116 128V80a12 12 0 0 1 24 0m-12-52a99.38 99.38 0 0 0-70.76 29.34c-4.69 4.74-9 9.37-13.24 14V64a12 12 0 0 0-24 0v40a12 12 0 0 0 12 12h40a12 12 0 0 0 0-24H57.77c5.23-6 10.6-11.78 16.49-17.74a76 76 0 1 1 1.58 109a12 12 0 0 0-16.48 17.46A100 100 0 1 0 128 28"/></svg>

React

import type { SVGProps } from "react";

export function PhClockCounterClockwiseBold(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="M140 80v41.21l34.17 20.5a12 12 0 1 1-12.34 20.58l-40-24A12 12 0 0 1 116 128V80a12 12 0 0 1 24 0m-12-52a99.38 99.38 0 0 0-70.76 29.34c-4.69 4.74-9 9.37-13.24 14V64a12 12 0 0 0-24 0v40a12 12 0 0 0 12 12h40a12 12 0 0 0 0-24H57.77c5.23-6 10.6-11.78 16.49-17.74a76 76 0 1 1 1.58 109a12 12 0 0 0-16.48 17.46A100 100 0 1 0 128 28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140 80v41.21l34.17 20.5a12 12 0 1 1-12.34 20.58l-40-24A12 12 0 0 1 116 128V80a12 12 0 0 1 24 0m-12-52a99.38 99.38 0 0 0-70.76 29.34c-4.69 4.74-9 9.37-13.24 14V64a12 12 0 0 0-24 0v40a12 12 0 0 0 12 12h40a12 12 0 0 0 0-24H57.77c5.23-6 10.6-11.78 16.49-17.74a76 76 0 1 1 1.58 109a12 12 0 0 0-16.48 17.46A100 100 0 1 0 128 28"/></svg>
</template>

CSS

.icon-clock-counter-clockwise-bold {
  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%22M140%2080v41.21l34.17%2020.5a12%2012%200%201%201-12.34%2020.58l-40-24A12%2012%200%200%201%20116%20128V80a12%2012%200%200%201%2024%200m-12-52a99.38%2099.38%200%200%200-70.76%2029.34c-4.69%204.74-9%209.37-13.24%2014V64a12%2012%200%200%200-24%200v40a12%2012%200%200%200%2012%2012h40a12%2012%200%200%200%200-24H57.77c5.23-6%2010.6-11.78%2016.49-17.74a76%2076%200%201%201%201.58%20109a12%2012%200%200%200-16.48%2017.46A100%20100%200%201%200%20128%2028%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%22M140%2080v41.21l34.17%2020.5a12%2012%200%201%201-12.34%2020.58l-40-24A12%2012%200%200%201%20116%20128V80a12%2012%200%200%201%2024%200m-12-52a99.38%2099.38%200%200%200-70.76%2029.34c-4.69%204.74-9%209.37-13.24%2014V64a12%2012%200%200%200-24%200v40a12%2012%200%200%200%2012%2012h40a12%2012%200%200%200%200-24H57.77c5.23-6%2010.6-11.78%2016.49-17.74a76%2076%200%201%201%201.58%20109a12%2012%200%200%200-16.48%2017.46A100%20100%200%201%200%20128%2028%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-bold.svg?color=%231a73e8&size=48