clock clockwise icon

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

Name
clock-clockwise-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the clock 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 0m84-28a12 12 0 0 0-12 12v7.37c-4.21-4.67-8.58-9.31-13.29-14.08a100 100 0 1 0-2.07 143.44a12 12 0 0 0-16.48-17.46a76 76 0 1 1 1.53-109.06C187.61 80.2 193 86 198.23 92H184a12 12 0 0 0 0 24h40a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12"/></svg>

React

import type { SVGProps } from "react";

export function PhClockClockwiseBold(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 0m84-28a12 12 0 0 0-12 12v7.37c-4.21-4.67-8.58-9.31-13.29-14.08a100 100 0 1 0-2.07 143.44a12 12 0 0 0-16.48-17.46a76 76 0 1 1 1.53-109.06C187.61 80.2 193 86 198.23 92H184a12 12 0 0 0 0 24h40a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12"/></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 0m84-28a12 12 0 0 0-12 12v7.37c-4.21-4.67-8.58-9.31-13.29-14.08a100 100 0 1 0-2.07 143.44a12 12 0 0 0-16.48-17.46a76 76 0 1 1 1.53-109.06C187.61 80.2 193 86 198.23 92H184a12 12 0 0 0 0 24h40a12 12 0 0 0 12-12V64a12 12 0 0 0-12-12"/></svg>
</template>

CSS

.icon-clock-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%200m84-28a12%2012%200%200%200-12%2012v7.37c-4.21-4.67-8.58-9.31-13.29-14.08a100%20100%200%201%200-2.07%20143.44a12%2012%200%200%200-16.48-17.46a76%2076%200%201%201%201.53-109.06C187.61%2080.2%20193%2086%20198.23%2092H184a12%2012%200%200%200%200%2024h40a12%2012%200%200%200%2012-12V64a12%2012%200%200%200-12-12%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%200m84-28a12%2012%200%200%200-12%2012v7.37c-4.21-4.67-8.58-9.31-13.29-14.08a100%20100%200%201%200-2.07%20143.44a12%2012%200%200%200-16.48-17.46a76%2076%200%201%201%201.53-109.06C187.61%2080.2%20193%2086%20198.23%2092H184a12%2012%200%200%200%200%2024h40a12%2012%200%200%200%2012-12V64a12%2012%200%200%200-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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