Punch Clock icon

Punch Clock is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

punch_clock_outlined_fill0_wght400.svg

Punch Clock icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=punch_clock" />

<span class="material-symbols-outlined">punch_clock</span>

Punch Clock icon in React

// With the font from the HTML tab:
export function PunchClockIcon() {
  return (
    <span className="material-symbols-outlined">
      punch_clock
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PunchClockIcon from "@material-symbols/svg-400/outlined/punch_clock.svg?react";

Punch Clock icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">punch_clock</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PunchClockIcon from "@material-symbols/svg-400/outlined/punch_clock.svg?component"; -->

Punch Clock icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">punch_clock</mat-icon>

Punch Clock icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.punch_clock, fill: 0, weight: 400)

Punch Clock icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/punch_clock.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.5 22q-.575 0-1.037-.462T3 20.5v-13q0-.575 .463-1.037T4.5 6h1.75v-5h11.5v5h1.75q.575 0 1.038 .463T21 7.5v13q0 .575-.462 1.038T19.5 22H4.5Zm3.25-16h8.5v-3.5H7.75v3.5ZM4.5 20.5h15v-13H4.5v13Zm7.501-1.625Q14.025 18.875 15.45 17.449q1.425-1.427 1.425-3.45Q16.875 11.975 15.449 10.55q-1.427-1.425-3.45-1.425Q9.975 9.125 8.55 10.551q-1.425 1.427-1.425 3.45Q7.125 16.025 8.551 17.45q1.427 1.425 3.45 1.425Zm0-1.25Q10.5 17.625 9.438 16.564T8.375 14.001q0-1.501 1.061-2.563t2.563-1.063q1.501 0 2.564 1.061t1.062 2.563q0 1.501-1.061 2.564T12.001 17.625ZM13.15 15.85l.7-.7-1.35-1.35v-2.3h-1v2.7l1.65 1.65Zm-1.15-1.85Z" />
</vector>

Punch Clock icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/punch_clock.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/punch_clock.svg" width="24" height="24" alt="Punch Clock">

Punch Clock icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePunch Clock
Ligaturepunch_clock
Code pointU+EAA8
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/punch_clock.svg, punch_clock-fill.svg
FlutterSymbols.punch_clock
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaretimebusinesstrackingscheduleofficetimerdaterecordshourstimestamplabortimekeeping

Related icons