user-clock from Font Awesome 6 Solid by Dave Gandy · Regular · Users & People · CC-BY-4.0 Attribution required.

Name
user-clock
Set
Font Awesome 6 Solid
Style
Regular
Category
Users & People
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More users & people icons from Font Awesome 6 Solid

Use the user clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M224 0a128 128 0 1 1 0 256a128 128 0 1 1 0-256m-45.7 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304M352 368a144 144 0 1 1 288 0a144 144 0 1 1-288 0m144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32v-48c0-8.8-7.2-16-16-16"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidUserClock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M224 0a128 128 0 1 1 0 256a128 128 0 1 1 0-256m-45.7 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304M352 368a144 144 0 1 1 288 0a144 144 0 1 1-288 0m144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32v-48c0-8.8-7.2-16-16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M224 0a128 128 0 1 1 0 256a128 128 0 1 1 0-256m-45.7 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304M352 368a144 144 0 1 1 288 0a144 144 0 1 1-288 0m144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32v-48c0-8.8-7.2-16-16-16"/></svg>
</template>

CSS

.icon-user-clock {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200a128%20128%200%201%201%200%20256a128%20128%200%201%201%200-256m-45.7%20304h91.4c20.6%200%2040.4%203.5%2058.8%209.9C323%20331%20320%20349.1%20320%20368c0%2059.5%2029.5%20112.1%2074.8%20144H29.7C13.3%20512%200%20498.7%200%20482.3C0%20383.8%2079.8%20304%20178.3%20304M352%20368a144%20144%200%201%201%20288%200a144%20144%200%201%201-288%200m144-80c-8.8%200-16%207.2-16%2016v64c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-32v-48c0-8.8-7.2-16-16-16%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%200a128%20128%200%201%201%200%20256a128%20128%200%201%201%200-256m-45.7%20304h91.4c20.6%200%2040.4%203.5%2058.8%209.9C323%20331%20320%20349.1%20320%20368c0%2059.5%2029.5%20112.1%2074.8%20144H29.7C13.3%20512%200%20498.7%200%20482.3C0%20383.8%2079.8%20304%20178.3%20304M352%20368a144%20144%200%201%201%20288%200a144%20144%200%201%201-288%200m144-80c-8.8%200-16%207.2-16%2016v64c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-32v-48c0-8.8-7.2-16-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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