user clock icon

user-clock from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
user-clock
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
user-clock-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the user clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5.1c-3.9 0-7 3.1-7 7c0 2.4 1.2 4.6 3.1 5.8C8.5 19.3 6 22.9 6 27h2c0-4.4 3.6-8 8-8c.6 0 1.1.1 1.6.2c.046-.063.107-.117.156-.179A7.95 7.95 0 0 0 16 24c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8a7.9 7.9 0 0 0-2.541.424A6.957 6.957 0 0 0 16 5.1M16 7c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m3.275 10.566l-.086.063zM24 18c3.3 0 6 2.7 6 6s-2.7 6-6 6s-6-2.7-6-6s2.7-6 6-6m-1 2v4.6l-1.7 1.7l1.4 1.4l2.3-2.3V20z"/></svg>

React

import type { SVGProps } from "react";

export function LaUserClock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5.1c-3.9 0-7 3.1-7 7c0 2.4 1.2 4.6 3.1 5.8C8.5 19.3 6 22.9 6 27h2c0-4.4 3.6-8 8-8c.6 0 1.1.1 1.6.2c.046-.063.107-.117.156-.179A7.95 7.95 0 0 0 16 24c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8a7.9 7.9 0 0 0-2.541.424A6.957 6.957 0 0 0 16 5.1M16 7c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m3.275 10.566l-.086.063zM24 18c3.3 0 6 2.7 6 6s-2.7 6-6 6s-6-2.7-6-6s2.7-6 6-6m-1 2v4.6l-1.7 1.7l1.4 1.4l2.3-2.3V20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5.1c-3.9 0-7 3.1-7 7c0 2.4 1.2 4.6 3.1 5.8C8.5 19.3 6 22.9 6 27h2c0-4.4 3.6-8 8-8c.6 0 1.1.1 1.6.2c.046-.063.107-.117.156-.179A7.95 7.95 0 0 0 16 24c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8a7.9 7.9 0 0 0-2.541.424A6.957 6.957 0 0 0 16 5.1M16 7c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m3.275 10.566l-.086.063zM24 18c3.3 0 6 2.7 6 6s-2.7 6-6 6s-6-2.7-6-6s2.7-6 6-6m-1 2v4.6l-1.7 1.7l1.4 1.4l2.3-2.3V20z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205.1c-3.9%200-7%203.1-7%207c0%202.4%201.2%204.6%203.1%205.8C8.5%2019.3%206%2022.9%206%2027h2c0-4.4%203.6-8%208-8c.6%200%201.1.1%201.6.2c.046-.063.107-.117.156-.179A7.95%207.95%200%200%200%2016%2024c0%204.4%203.6%208%208%208s8-3.6%208-8s-3.6-8-8-8a7.9%207.9%200%200%200-2.541.424A6.957%206.957%200%200%200%2016%205.1M16%207c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m3.275%2010.566l-.086.063zM24%2018c3.3%200%206%202.7%206%206s-2.7%206-6%206s-6-2.7-6-6s2.7-6%206-6m-1%202v4.6l-1.7%201.7l1.4%201.4l2.3-2.3V20z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205.1c-3.9%200-7%203.1-7%207c0%202.4%201.2%204.6%203.1%205.8C8.5%2019.3%206%2022.9%206%2027h2c0-4.4%203.6-8%208-8c.6%200%201.1.1%201.6.2c.046-.063.107-.117.156-.179A7.95%207.95%200%200%200%2016%2024c0%204.4%203.6%208%208%208s8-3.6%208-8s-3.6-8-8-8a7.9%207.9%200%200%200-2.541.424A6.957%206.957%200%200%200%2016%205.1M16%207c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m3.275%2010.566l-.086.063zM24%2018c3.3%200%206%202.7%206%206s-2.7%206-6%206s-6-2.7-6-6s2.7-6%206-6m-1%202v4.6l-1.7%201.7l1.4%201.4l2.3-2.3V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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