clock user icon

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

Name
clock-user-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the clock user icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132 72v49.53l42.21-21.11a4 4 0 1 1 3.58 7.16l-48 24a4.05 4.05 0 0 1-1.79.42a4 4 0 0 1-4-4V72a4 4 0 0 1 8 0m-4 148a92 92 0 1 1 92-92a4 4 0 0 0 8 0a100 100 0 1 0-100 100a4 4 0 0 0 0-8m99.86 3a4 4 0 1 1-7.73 2.05c-3.29-12.37-14.86-21-28.13-21s-24.84 8.65-28.14 21a4 4 0 0 1-3.86 3a3.7 3.7 0 0 1-1-.14a4 4 0 0 1-2.84-4.89a36.24 36.24 0 0 1 20.34-23.72a28 28 0 1 1 31 0a36.2 36.2 0 0 1 20.36 23.7M192 196a20 20 0 1 0-20-20a20 20 0 0 0 20 20"/></svg>

React

import type { SVGProps } from "react";

export function PhClockUserThin(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="M132 72v49.53l42.21-21.11a4 4 0 1 1 3.58 7.16l-48 24a4.05 4.05 0 0 1-1.79.42a4 4 0 0 1-4-4V72a4 4 0 0 1 8 0m-4 148a92 92 0 1 1 92-92a4 4 0 0 0 8 0a100 100 0 1 0-100 100a4 4 0 0 0 0-8m99.86 3a4 4 0 1 1-7.73 2.05c-3.29-12.37-14.86-21-28.13-21s-24.84 8.65-28.14 21a4 4 0 0 1-3.86 3a3.7 3.7 0 0 1-1-.14a4 4 0 0 1-2.84-4.89a36.24 36.24 0 0 1 20.34-23.72a28 28 0 1 1 31 0a36.2 36.2 0 0 1 20.36 23.7M192 196a20 20 0 1 0-20-20a20 20 0 0 0 20 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132 72v49.53l42.21-21.11a4 4 0 1 1 3.58 7.16l-48 24a4.05 4.05 0 0 1-1.79.42a4 4 0 0 1-4-4V72a4 4 0 0 1 8 0m-4 148a92 92 0 1 1 92-92a4 4 0 0 0 8 0a100 100 0 1 0-100 100a4 4 0 0 0 0-8m99.86 3a4 4 0 1 1-7.73 2.05c-3.29-12.37-14.86-21-28.13-21s-24.84 8.65-28.14 21a4 4 0 0 1-3.86 3a3.7 3.7 0 0 1-1-.14a4 4 0 0 1-2.84-4.89a36.24 36.24 0 0 1 20.34-23.72a28 28 0 1 1 31 0a36.2 36.2 0 0 1 20.36 23.7M192 196a20 20 0 1 0-20-20a20 20 0 0 0 20 20"/></svg>
</template>

CSS

.icon-clock-user-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%22M132%2072v49.53l42.21-21.11a4%204%200%201%201%203.58%207.16l-48%2024a4.05%204.05%200%200%201-1.79.42a4%204%200%200%201-4-4V72a4%204%200%200%201%208%200m-4%20148a92%2092%200%201%201%2092-92a4%204%200%200%200%208%200a100%20100%200%201%200-100%20100a4%204%200%200%200%200-8m99.86%203a4%204%200%201%201-7.73%202.05c-3.29-12.37-14.86-21-28.13-21s-24.84%208.65-28.14%2021a4%204%200%200%201-3.86%203a3.7%203.7%200%200%201-1-.14a4%204%200%200%201-2.84-4.89a36.24%2036.24%200%200%201%2020.34-23.72a28%2028%200%201%201%2031%200a36.2%2036.2%200%200%201%2020.36%2023.7M192%20196a20%2020%200%201%200-20-20a20%2020%200%200%200%2020%2020%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%22M132%2072v49.53l42.21-21.11a4%204%200%201%201%203.58%207.16l-48%2024a4.05%204.05%200%200%201-1.79.42a4%204%200%200%201-4-4V72a4%204%200%200%201%208%200m-4%20148a92%2092%200%201%201%2092-92a4%204%200%200%200%208%200a100%20100%200%201%200-100%20100a4%204%200%200%200%200-8m99.86%203a4%204%200%201%201-7.73%202.05c-3.29-12.37-14.86-21-28.13-21s-24.84%208.65-28.14%2021a4%204%200%200%201-3.86%203a3.7%203.7%200%200%201-1-.14a4%204%200%200%201-2.84-4.89a36.24%2036.24%200%200%201%2020.34-23.72a28%2028%200%201%201%2031%200a36.2%2036.2%200%200%201%2020.36%2023.7M192%20196a20%2020%200%201%200-20-20a20%2020%200%200%200%2020%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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