punch clock icon
punch-clock-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- punch-clock-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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="M5.539 21q-.635 0-1.087-.457Q4 20.085 4 19.443V8.172q0-.643.452-1.1t1.087-.457h1.288V2.769h10.365v3.847h1.27q.652 0 1.095.457t.443 1.1v11.27q0 .642-.443 1.1q-.443.457-1.095.457zM7.826 6.615h8.365V3.77H7.827zM5.539 20h12.923q.211 0 .375-.173q.163-.173.163-.385V8.173q0-.212-.164-.385t-.375-.173H5.54q-.212 0-.376.174T5 8.173v11.27q0 .21.164.384q.163.173.375.173m6.442-1.77q1.843 0 3.143-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 MaterialSymbolsLightPunchClockOutline(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="M5.539 21q-.635 0-1.087-.457Q4 20.085 4 19.443V8.172q0-.643.452-1.1t1.087-.457h1.288V2.769h10.365v3.847h1.27q.652 0 1.095.457t.443 1.1v11.27q0 .642-.443 1.1q-.443.457-1.095.457zM7.826 6.615h8.365V3.77H7.827zM5.539 20h12.923q.211 0 .375-.173q.163-.173.163-.385V8.173q0-.212-.164-.385t-.375-.173H5.54q-.212 0-.376.174T5 8.173v11.27q0 .21.164.384q.163.173.375.173m6.442-1.77q1.843 0 3.143-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="M5.539 21q-.635 0-1.087-.457Q4 20.085 4 19.443V8.172q0-.643.452-1.1t1.087-.457h1.288V2.769h10.365v3.847h1.27q.652 0 1.095.457t.443 1.1v11.27q0 .642-.443 1.1q-.443.457-1.095.457zM7.826 6.615h8.365V3.77H7.827zM5.539 20h12.923q.211 0 .375-.173q.163-.173.163-.385V8.173q0-.212-.164-.385t-.375-.173H5.54q-.212 0-.376.174T5 8.173v11.27q0 .21.164.384q.163.173.375.173m6.442-1.77q1.843 0 3.143-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 {
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%22M5.539%2021q-.635%200-1.087-.457Q4%2020.085%204%2019.443V8.172q0-.643.452-1.1t1.087-.457h1.288V2.769h10.365v3.847h1.27q.652%200%201.095.457t.443%201.1v11.27q0%20.642-.443%201.1q-.443.457-1.095.457zM7.826%206.615h8.365V3.77H7.827zM5.539%2020h12.923q.211%200%20.375-.173q.163-.173.163-.385V8.173q0-.212-.164-.385t-.375-.173H5.54q-.212%200-.376.174T5%208.173v11.27q0%20.21.164.384q.163.173.375.173m6.442-1.77q1.843%200%203.143-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%22M5.539%2021q-.635%200-1.087-.457Q4%2020.085%204%2019.443V8.172q0-.643.452-1.1t1.087-.457h1.288V2.769h10.365v3.847h1.27q.652%200%201.095.457t.443%201.1v11.27q0%20.642-.443%201.1q-.443.457-1.095.457zM7.826%206.615h8.365V3.77H7.827zM5.539%2020h12.923q.211%200%20.375-.173q.163-.173.163-.385V8.173q0-.212-.164-.385t-.375-.173H5.54q-.212%200-.376.174T5%208.173v11.27q0%20.21.164.384q.163.173.375.173m6.442-1.77q1.843%200%203.143-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.svg?color=%231a73e8&size=48