user clock icon
user-clock from Font Awesome Solid by Dave Gandy · Solid · Users & People · CC-BY-4.0 Attribution required.
- Name
- user-clock
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Users & People
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More users & people icons from Font Awesome Solid
Use the user clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120S189.7 72 256 72m-29.7 296h59.4c3.9 0 7.9.1 11.8.4c-16.2 28.2-25.5 60.8-25.5 95.6c0 41.8 13.4 80.5 36 112H77.7C61.3 576 48 562.7 48 546.3C48 447.8 127.8 368 226.3 368m93.7 96c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144m144-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 Fa7SolidUserClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120S189.7 72 256 72m-29.7 296h59.4c3.9 0 7.9.1 11.8.4c-16.2 28.2-25.5 60.8-25.5 95.6c0 41.8 13.4 80.5 36 112H77.7C61.3 576 48 562.7 48 546.3C48 447.8 127.8 368 226.3 368m93.7 96c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144m144-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 640"><path fill="currentColor" d="M256 72c66.3 0 120 53.7 120 120s-53.7 120-120 120s-120-53.7-120-120S189.7 72 256 72m-29.7 296h59.4c3.9 0 7.9.1 11.8.4c-16.2 28.2-25.5 60.8-25.5 95.6c0 41.8 13.4 80.5 36 112H77.7C61.3 576 48 562.7 48 546.3C48 447.8 127.8 368 226.3 368m93.7 96c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144m144-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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2072c66.3%200%20120%2053.7%20120%20120s-53.7%20120-120%20120s-120-53.7-120-120S189.7%2072%20256%2072m-29.7%20296h59.4c3.9%200%207.9.1%2011.8.4c-16.2%2028.2-25.5%2060.8-25.5%2095.6c0%2041.8%2013.4%2080.5%2036%20112H77.7C61.3%20576%2048%20562.7%2048%20546.3C48%20447.8%20127.8%20368%20226.3%20368m93.7%2096c0-79.5%2064.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144s-144-64.5-144-144m144-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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2072c66.3%200%20120%2053.7%20120%20120s-53.7%20120-120%20120s-120-53.7-120-120S189.7%2072%20256%2072m-29.7%20296h59.4c3.9%200%207.9.1%2011.8.4c-16.2%2028.2-25.5%2060.8-25.5%2095.6c0%2041.8%2013.4%2080.5%2036%20112H77.7C61.3%20576%2048%20562.7%2048%20546.3C48%20447.8%20127.8%20368%20226.3%20368m93.7%2096c0-79.5%2064.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144s-144-64.5-144-144m144-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/fa7-solid/user-clock.svg?color=%231a73e8&size=48