punch-clock-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
punch-clock-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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

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.288v-2.23q0-.667.475-1.141t1.14-.475h7.135q.666 0 1.14.475t.475 1.14v2.232h1.27q.651 0 1.095.457t.443 1.1v11.27q0 .642-.443 1.1q-.444.457-1.096.457zM7.826 6.615h8.365v-2.23q0-.27-.173-.443t-.442-.173H8.442q-.269 0-.442.173q-.173.174-.173.443zM5.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.035m.376-3.739v-1.742q0-.146-.11-.256q-.108-.11-.253-.11t-.257.11t-.112.256v1.737q0 .153.056.296q.056.144.187.275l.942.942q.113.112.264.112t.263-.11t.112-.253t-.112-.257zm-.366.162"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPunchClockOutlineRounded(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.288v-2.23q0-.667.475-1.141t1.14-.475h7.135q.666 0 1.14.475t.475 1.14v2.232h1.27q.651 0 1.095.457t.443 1.1v11.27q0 .642-.443 1.1q-.444.457-1.096.457zM7.826 6.615h8.365v-2.23q0-.27-.173-.443t-.442-.173H8.442q-.269 0-.442.173q-.173.174-.173.443zM5.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.035m.376-3.739v-1.742q0-.146-.11-.256q-.108-.11-.253-.11t-.257.11t-.112.256v1.737q0 .153.056.296q.056.144.187.275l.942.942q.113.112.264.112t.263-.11t.112-.253t-.112-.257zm-.366.162"/></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.288v-2.23q0-.667.475-1.141t1.14-.475h7.135q.666 0 1.14.475t.475 1.14v2.232h1.27q.651 0 1.095.457t.443 1.1v11.27q0 .642-.443 1.1q-.444.457-1.096.457zM7.826 6.615h8.365v-2.23q0-.27-.173-.443t-.442-.173H8.442q-.269 0-.442.173q-.173.174-.173.443zM5.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.035m.376-3.739v-1.742q0-.146-.11-.256q-.108-.11-.253-.11t-.257.11t-.112.256v1.737q0 .153.056.296q.056.144.187.275l.942.942q.113.112.264.112t.263-.11t.112-.253t-.112-.257zm-.366.162"/></svg>
</template>

CSS

.icon-punch-clock-outline-rounded {
  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.288v-2.23q0-.667.475-1.141t1.14-.475h7.135q.666%200%201.14.475t.475%201.14v2.232h1.27q.651%200%201.095.457t.443%201.1v11.27q0%20.642-.443%201.1q-.444.457-1.096.457zM7.826%206.615h8.365v-2.23q0-.27-.173-.443t-.442-.173H8.442q-.269%200-.442.173q-.173.174-.173.443zM5.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.035m.376-3.739v-1.742q0-.146-.11-.256q-.108-.11-.253-.11t-.257.11t-.112.256v1.737q0%20.153.056.296q.056.144.187.275l.942.942q.113.112.264.112t.263-.11t.112-.253t-.112-.257zm-.366.162%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.288v-2.23q0-.667.475-1.141t1.14-.475h7.135q.666%200%201.14.475t.475%201.14v2.232h1.27q.651%200%201.095.457t.443%201.1v11.27q0%20.642-.443%201.1q-.444.457-1.096.457zM7.826%206.615h8.365v-2.23q0-.27-.173-.443t-.442-.173H8.442q-.269%200-.442.173q-.173.174-.173.443zM5.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.035m.376-3.739v-1.742q0-.146-.11-.256q-.108-.11-.253-.11t-.257.11t-.112.256v1.737q0%20.153.056.296q.056.144.187.275l.942.942q.113.112.264.112t.263-.11t.112-.253t-.112-.257zm-.366.162%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-rounded.svg?color=%231a73e8&size=48