punch clock icon
punch-clock-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- punch-clock-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the punch clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21V6.616h2.827V2.769h10.365v3.847H20V21zM7.827 6.615h8.365V3.77H7.827zM5 20h14V7.616H5zm6.98-1.77q1.844 0 3.144-1.298q1.299-1.3 1.299-3.115t-1.3-3.124q-1.299-1.308-3.142-1.308q-1.828 0-3.116 1.308t-1.288 3.124t1.288 3.115t3.116 1.299m.009-.847q-1.478 0-2.513-1.034t-1.035-2.523t1.036-2.523t2.503-1.035q1.482 0 2.53 1.035t1.047 2.523t-1.045 2.523t-2.523 1.035m1.083-1.958l.527-.527l-1.234-1.254v-2.108h-.731v2.431zM12 13.807"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPunchClockOutlineSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21V6.616h2.827V2.769h10.365v3.847H20V21zM7.827 6.615h8.365V3.77H7.827zM5 20h14V7.616H5zm6.98-1.77q1.844 0 3.144-1.298q1.299-1.3 1.299-3.115t-1.3-3.124q-1.299-1.308-3.142-1.308q-1.828 0-3.116 1.308t-1.288 3.124t1.288 3.115t3.116 1.299m.009-.847q-1.478 0-2.513-1.034t-1.035-2.523t1.036-2.523t2.503-1.035q1.482 0 2.53 1.035t1.047 2.523t-1.045 2.523t-2.523 1.035m1.083-1.958l.527-.527l-1.234-1.254v-2.108h-.731v2.431zM12 13.807"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21V6.616h2.827V2.769h10.365v3.847H20V21zM7.827 6.615h8.365V3.77H7.827zM5 20h14V7.616H5zm6.98-1.77q1.844 0 3.144-1.298q1.299-1.3 1.299-3.115t-1.3-3.124q-1.299-1.308-3.142-1.308q-1.828 0-3.116 1.308t-1.288 3.124t1.288 3.115t3.116 1.299m.009-.847q-1.478 0-2.513-1.034t-1.035-2.523t1.036-2.523t2.503-1.035q1.482 0 2.53 1.035t1.047 2.523t-1.045 2.523t-2.523 1.035m1.083-1.958l.527-.527l-1.234-1.254v-2.108h-.731v2.431zM12 13.807"/></svg> </template>
CSS
.icon-punch-clock-outline-sharp {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021V6.616h2.827V2.769h10.365v3.847H20V21zM7.827%206.615h8.365V3.77H7.827zM5%2020h14V7.616H5zm6.98-1.77q1.844%200%203.144-1.298q1.299-1.3%201.299-3.115t-1.3-3.124q-1.299-1.308-3.142-1.308q-1.828%200-3.116%201.308t-1.288%203.124t1.288%203.115t3.116%201.299m.009-.847q-1.478%200-2.513-1.034t-1.035-2.523t1.036-2.523t2.503-1.035q1.482%200%202.53%201.035t1.047%202.523t-1.045%202.523t-2.523%201.035m1.083-1.958l.527-.527l-1.234-1.254v-2.108h-.731v2.431zM12%2013.807%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021V6.616h2.827V2.769h10.365v3.847H20V21zM7.827%206.615h8.365V3.77H7.827zM5%2020h14V7.616H5zm6.98-1.77q1.844%200%203.144-1.298q1.299-1.3%201.299-3.115t-1.3-3.124q-1.299-1.308-3.142-1.308q-1.828%200-3.116%201.308t-1.288%203.124t1.288%203.115t3.116%201.299m.009-.847q-1.478%200-2.513-1.034t-1.035-2.523t1.036-2.523t2.503-1.035q1.482%200%202.53%201.035t1.047%202.523t-1.045%202.523t-2.523%201.035m1.083-1.958l.527-.527l-1.234-1.254v-2.108h-.731v2.431zM12%2013.807%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/punch-clock-outline-sharp.svg?color=%231a73e8&size=48