clock user icon
clock-user-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- clock-user-bold
- Set
- Phosphor
- Style
- Bold
- 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="m181.36 114.73l-48 24A12 12 0 0 1 116 128V72a12 12 0 0 1 24 0v36.58l30.63-15.31a12 12 0 1 1 10.73 21.46m45.72 120.86a12 12 0 0 1-14.68-8.51C210 218.2 201.65 212 192 212s-18 6.2-20.4 15.08A12 12 0 0 1 160 236a11.8 11.8 0 0 1-3.09-.41a12 12 0 0 1-8.52-14.68a43.76 43.76 0 0 1 15.08-23a36 36 0 1 1 57 0a43.7 43.7 0 0 1 15.08 23a12 12 0 0 1-8.47 14.68M180 176a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-62.52 35.35a84 84 0 1 1 93.87-93.87a12 12 0 1 0 23.81-3a108 108 0 1 0-120.65 120.68a11 11 0 0 0 1.5.1a12 12 0 0 0 1.47-23.91"/></svg>
React
import type { SVGProps } from "react";
export function PhClockUserBold(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="m181.36 114.73l-48 24A12 12 0 0 1 116 128V72a12 12 0 0 1 24 0v36.58l30.63-15.31a12 12 0 1 1 10.73 21.46m45.72 120.86a12 12 0 0 1-14.68-8.51C210 218.2 201.65 212 192 212s-18 6.2-20.4 15.08A12 12 0 0 1 160 236a11.8 11.8 0 0 1-3.09-.41a12 12 0 0 1-8.52-14.68a43.76 43.76 0 0 1 15.08-23a36 36 0 1 1 57 0a43.7 43.7 0 0 1 15.08 23a12 12 0 0 1-8.47 14.68M180 176a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-62.52 35.35a84 84 0 1 1 93.87-93.87a12 12 0 1 0 23.81-3a108 108 0 1 0-120.65 120.68a11 11 0 0 0 1.5.1a12 12 0 0 0 1.47-23.91"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m181.36 114.73l-48 24A12 12 0 0 1 116 128V72a12 12 0 0 1 24 0v36.58l30.63-15.31a12 12 0 1 1 10.73 21.46m45.72 120.86a12 12 0 0 1-14.68-8.51C210 218.2 201.65 212 192 212s-18 6.2-20.4 15.08A12 12 0 0 1 160 236a11.8 11.8 0 0 1-3.09-.41a12 12 0 0 1-8.52-14.68a43.76 43.76 0 0 1 15.08-23a36 36 0 1 1 57 0a43.7 43.7 0 0 1 15.08 23a12 12 0 0 1-8.47 14.68M180 176a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-62.52 35.35a84 84 0 1 1 93.87-93.87a12 12 0 1 0 23.81-3a108 108 0 1 0-120.65 120.68a11 11 0 0 0 1.5.1a12 12 0 0 0 1.47-23.91"/></svg> </template>
CSS
.icon-clock-user-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%22m181.36%20114.73l-48%2024A12%2012%200%200%201%20116%20128V72a12%2012%200%200%201%2024%200v36.58l30.63-15.31a12%2012%200%201%201%2010.73%2021.46m45.72%20120.86a12%2012%200%200%201-14.68-8.51C210%20218.2%20201.65%20212%20192%20212s-18%206.2-20.4%2015.08A12%2012%200%200%201%20160%20236a11.8%2011.8%200%200%201-3.09-.41a12%2012%200%200%201-8.52-14.68a43.76%2043.76%200%200%201%2015.08-23a36%2036%200%201%201%2057%200a43.7%2043.7%200%200%201%2015.08%2023a12%2012%200%200%201-8.47%2014.68M180%20176a12%2012%200%201%200%2012-12a12%2012%200%200%200-12%2012m-62.52%2035.35a84%2084%200%201%201%2093.87-93.87a12%2012%200%201%200%2023.81-3a108%20108%200%201%200-120.65%20120.68a11%2011%200%200%200%201.5.1a12%2012%200%200%200%201.47-23.91%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%22m181.36%20114.73l-48%2024A12%2012%200%200%201%20116%20128V72a12%2012%200%200%201%2024%200v36.58l30.63-15.31a12%2012%200%201%201%2010.73%2021.46m45.72%20120.86a12%2012%200%200%201-14.68-8.51C210%20218.2%20201.65%20212%20192%20212s-18%206.2-20.4%2015.08A12%2012%200%200%201%20160%20236a11.8%2011.8%200%200%201-3.09-.41a12%2012%200%200%201-8.52-14.68a43.76%2043.76%200%200%201%2015.08-23a36%2036%200%201%201%2057%200a43.7%2043.7%200%200%201%2015.08%2023a12%2012%200%200%201-8.47%2014.68M180%20176a12%2012%200%201%200%2012-12a12%2012%200%200%200-12%2012m-62.52%2035.35a84%2084%200%201%201%2093.87-93.87a12%2012%200%201%200%2023.81-3a108%20108%200%201%200-120.65%20120.68a11%2011%200%200%200%201.5.1a12%2012%200%200%200%201.47-23.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/clock-user-bold.svg?color=%231a73e8&size=48