lock clock icon
lock-clock from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.
- Name
- lock-clock
- Set
- Material Design Icons
- Style
- Filled
- Category
- Date / Time
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- confidential-mode, encryption-expiration, password-clock, password-expiration
The same icon in other sets
More date / time icons from Material Design Icons
airplane-clockalarmalarm-checkalarm-multiplealarm-offalarm-plusalarm-snoozearchive-clockav-timerbed-clockbook-clockbriefcase-clockbus-clockcalendarcalendar-arrow-leftcalendar-arrow-rightcalendar-badgecalendar-blankcalendar-blank-multiplecalendar-checkcalendar-clockcalendar-collapse-horizontalcalendar-cursorcalendar-edit
Use the lock clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 2C6 2 4 4 4 6.5V7c-1.11 0-2 .89-2 2v9c0 1.11.89 2 2 2h4.72c1.46 1.29 3.34 2 5.28 2a8 8 0 0 0 8-8a8 8 0 0 0-8-8c-.34 0-.68.03-1 .08C12.76 3.77 10.82 2 8.5 2m0 2A2.5 2.5 0 0 1 11 6.5V7H6v-.5A2.5 2.5 0 0 1 8.5 4M14 8a6 6 0 0 1 6 6a6 6 0 0 1-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6m-1 2v5l3.64 2.19l.78-1.29l-2.92-1.75V10z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLockClock(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="M8.5 2C6 2 4 4 4 6.5V7c-1.11 0-2 .89-2 2v9c0 1.11.89 2 2 2h4.72c1.46 1.29 3.34 2 5.28 2a8 8 0 0 0 8-8a8 8 0 0 0-8-8c-.34 0-.68.03-1 .08C12.76 3.77 10.82 2 8.5 2m0 2A2.5 2.5 0 0 1 11 6.5V7H6v-.5A2.5 2.5 0 0 1 8.5 4M14 8a6 6 0 0 1 6 6a6 6 0 0 1-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6m-1 2v5l3.64 2.19l.78-1.29l-2.92-1.75V10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 2C6 2 4 4 4 6.5V7c-1.11 0-2 .89-2 2v9c0 1.11.89 2 2 2h4.72c1.46 1.29 3.34 2 5.28 2a8 8 0 0 0 8-8a8 8 0 0 0-8-8c-.34 0-.68.03-1 .08C12.76 3.77 10.82 2 8.5 2m0 2A2.5 2.5 0 0 1 11 6.5V7H6v-.5A2.5 2.5 0 0 1 8.5 4M14 8a6 6 0 0 1 6 6a6 6 0 0 1-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6m-1 2v5l3.64 2.19l.78-1.29l-2.92-1.75V10z"/></svg> </template>
CSS
.icon-lock-clock {
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%22M8.5%202C6%202%204%204%204%206.5V7c-1.11%200-2%20.89-2%202v9c0%201.11.89%202%202%202h4.72c1.46%201.29%203.34%202%205.28%202a8%208%200%200%200%208-8a8%208%200%200%200-8-8c-.34%200-.68.03-1%20.08C12.76%203.77%2010.82%202%208.5%202m0%202A2.5%202.5%200%200%201%2011%206.5V7H6v-.5A2.5%202.5%200%200%201%208.5%204M14%208a6%206%200%200%201%206%206a6%206%200%200%201-6%206a6%206%200%200%201-6-6a6%206%200%200%201%206-6m-1%202v5l3.64%202.19l.78-1.29l-2.92-1.75V10z%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%22M8.5%202C6%202%204%204%204%206.5V7c-1.11%200-2%20.89-2%202v9c0%201.11.89%202%202%202h4.72c1.46%201.29%203.34%202%205.28%202a8%208%200%200%200%208-8a8%208%200%200%200-8-8c-.34%200-.68.03-1%20.08C12.76%203.77%2010.82%202%208.5%202m0%202A2.5%202.5%200%200%201%2011%206.5V7H6v-.5A2.5%202.5%200%200%201%208.5%204M14%208a6%206%200%200%201%206%206a6%206%200%200%201-6%206a6%206%200%200%201-6-6a6%206%200%200%201%206-6m-1%202v5l3.64%202.19l.78-1.29l-2.92-1.75V10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lock-clock.svg?color=%231a73e8&size=48