punch clock icon
punch-clock-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- punch-clock-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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 22q-.825 0-1.412-.587T3 20V8q0-.825.588-1.412T5 6h1V1h12v5h1q.825 0 1.413.588T21 8v12q0 .825-.587 1.413T19 22zM8 6h8V3H8zM5 20h14V8H5zm7-1q2.075 0 3.538-1.463T17 14t-1.463-3.537T12 9t-3.537 1.463T7 14t1.463 3.538T12 19m0-1.5q-1.45 0-2.475-1.025T8.5 14t1.025-2.475T12 10.5t2.475 1.025T15.5 14t-1.025 2.475T12 17.5m1.15-1.65l.7-.7l-1.35-1.35v-2.3h-1v2.7zM12 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPunchClockOutline(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 22q-.825 0-1.412-.587T3 20V8q0-.825.588-1.412T5 6h1V1h12v5h1q.825 0 1.413.588T21 8v12q0 .825-.587 1.413T19 22zM8 6h8V3H8zM5 20h14V8H5zm7-1q2.075 0 3.538-1.463T17 14t-1.463-3.537T12 9t-3.537 1.463T7 14t1.463 3.538T12 19m0-1.5q-1.45 0-2.475-1.025T8.5 14t1.025-2.475T12 10.5t2.475 1.025T15.5 14t-1.025 2.475T12 17.5m1.15-1.65l.7-.7l-1.35-1.35v-2.3h-1v2.7zM12 14"/></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 22q-.825 0-1.412-.587T3 20V8q0-.825.588-1.412T5 6h1V1h12v5h1q.825 0 1.413.588T21 8v12q0 .825-.587 1.413T19 22zM8 6h8V3H8zM5 20h14V8H5zm7-1q2.075 0 3.538-1.463T17 14t-1.463-3.537T12 9t-3.537 1.463T7 14t1.463 3.538T12 19m0-1.5q-1.45 0-2.475-1.025T8.5 14t1.025-2.475T12 10.5t2.475 1.025T15.5 14t-1.025 2.475T12 17.5m1.15-1.65l.7-.7l-1.35-1.35v-2.3h-1v2.7zM12 14"/></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%2022q-.825%200-1.412-.587T3%2020V8q0-.825.588-1.412T5%206h1V1h12v5h1q.825%200%201.413.588T21%208v12q0%20.825-.587%201.413T19%2022zM8%206h8V3H8zM5%2020h14V8H5zm7-1q2.075%200%203.538-1.463T17%2014t-1.463-3.537T12%209t-3.537%201.463T7%2014t1.463%203.538T12%2019m0-1.5q-1.45%200-2.475-1.025T8.5%2014t1.025-2.475T12%2010.5t2.475%201.025T15.5%2014t-1.025%202.475T12%2017.5m1.15-1.65l.7-.7l-1.35-1.35v-2.3h-1v2.7zM12%2014%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%2022q-.825%200-1.412-.587T3%2020V8q0-.825.588-1.412T5%206h1V1h12v5h1q.825%200%201.413.588T21%208v12q0%20.825-.587%201.413T19%2022zM8%206h8V3H8zM5%2020h14V8H5zm7-1q2.075%200%203.538-1.463T17%2014t-1.463-3.537T12%209t-3.537%201.463T7%2014t1.463%203.538T12%2019m0-1.5q-1.45%200-2.475-1.025T8.5%2014t1.025-2.475T12%2010.5t2.475%201.025T15.5%2014t-1.025%202.475T12%2017.5m1.15-1.65l.7-.7l-1.35-1.35v-2.3h-1v2.7zM12%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/punch-clock-outline.svg?color=%231a73e8&size=48