clock user icon
clock-user-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- clock-user-fill
- Set
- Phosphor
- Style
- Fill
- 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="M136 72v43.06l36.42-18.22a8 8 0 1 1 7.16 14.32l-48 24A8 8 0 0 1 120 128V72a8 8 0 0 1 16 0m-8 144a88 88 0 1 1 88-88a8 8 0 0 0 16 0a104 104 0 1 0-104 104a8 8 0 0 0 0-16m86.62-17.38a32 32 0 1 0-45.24 0A40 40 0 0 0 152.27 222a8 8 0 0 0 7.73 10h64a8 8 0 0 0 7.73-10.06a40 40 0 0 0-17.11-23.32"/></svg>
React
import type { SVGProps } from "react";
export function PhClockUserFill(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="M136 72v43.06l36.42-18.22a8 8 0 1 1 7.16 14.32l-48 24A8 8 0 0 1 120 128V72a8 8 0 0 1 16 0m-8 144a88 88 0 1 1 88-88a8 8 0 0 0 16 0a104 104 0 1 0-104 104a8 8 0 0 0 0-16m86.62-17.38a32 32 0 1 0-45.24 0A40 40 0 0 0 152.27 222a8 8 0 0 0 7.73 10h64a8 8 0 0 0 7.73-10.06a40 40 0 0 0-17.11-23.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 72v43.06l36.42-18.22a8 8 0 1 1 7.16 14.32l-48 24A8 8 0 0 1 120 128V72a8 8 0 0 1 16 0m-8 144a88 88 0 1 1 88-88a8 8 0 0 0 16 0a104 104 0 1 0-104 104a8 8 0 0 0 0-16m86.62-17.38a32 32 0 1 0-45.24 0A40 40 0 0 0 152.27 222a8 8 0 0 0 7.73 10h64a8 8 0 0 0 7.73-10.06a40 40 0 0 0-17.11-23.32"/></svg> </template>
CSS
.icon-clock-user-fill {
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%22M136%2072v43.06l36.42-18.22a8%208%200%201%201%207.16%2014.32l-48%2024A8%208%200%200%201%20120%20128V72a8%208%200%200%201%2016%200m-8%20144a88%2088%200%201%201%2088-88a8%208%200%200%200%2016%200a104%20104%200%201%200-104%20104a8%208%200%200%200%200-16m86.62-17.38a32%2032%200%201%200-45.24%200A40%2040%200%200%200%20152.27%20222a8%208%200%200%200%207.73%2010h64a8%208%200%200%200%207.73-10.06a40%2040%200%200%200-17.11-23.32%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%22M136%2072v43.06l36.42-18.22a8%208%200%201%201%207.16%2014.32l-48%2024A8%208%200%200%201%20120%20128V72a8%208%200%200%201%2016%200m-8%20144a88%2088%200%201%201%2088-88a8%208%200%200%200%2016%200a104%20104%200%201%200-104%20104a8%208%200%200%200%200-16m86.62-17.38a32%2032%200%201%200-45.24%200A40%2040%200%200%200%20152.27%20222a8%208%200%200%200%207.73%2010h64a8%208%200%200%200%207.73-10.06a40%2040%200%200%200-17.11-23.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/clock-user-fill.svg?color=%231a73e8&size=48