archive clock icon
archive-clock-outline from Material Design Icons by Pictogrammers · Outline · Date / Time · Apache-2.0 Free for personal and commercial use.
- Name
- archive-clock-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Date / Time
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- archive-time-outline, box-clock-outline, box-time-outline
1 other variant in Material Design Icons
The same icon in other sets
More date / time icons from Material Design Icons
airplane-clockalarmalarm-checkalarm-multiplealarm-offalarm-plusalarm-snoozeav-timerbed-clockbook-clockbriefcase-clockbus-clockcalendarcalendar-arrow-leftcalendar-arrow-rightcalendar-badgecalendar-blankcalendar-blank-multiplecalendar-checkcalendar-clockcalendar-collapse-horizontalcalendar-cursorcalendar-editcalendar-end
Use the archive clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2H2v6h18zm-2 4H4V4h14zm-2 3c-1.31 0-2.54.37-3.59 1H8.5c-.28 0-.5.22-.5.5V12h2.26A6.94 6.94 0 0 0 9 16c0 .7.11 1.37.29 2H5V9H3v11h7.26c1.27 1.81 3.36 3 5.74 3c3.87 0 7-3.13 7-7s-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiArchiveClockOutline(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="M20 2H2v6h18zm-2 4H4V4h14zm-2 3c-1.31 0-2.54.37-3.59 1H8.5c-.28 0-.5.22-.5.5V12h2.26A6.94 6.94 0 0 0 9 16c0 .7.11 1.37.29 2H5V9H3v11h7.26c1.27 1.81 3.36 3 5.74 3c3.87 0 7-3.13 7-7s-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2H2v6h18zm-2 4H4V4h14zm-2 3c-1.31 0-2.54.37-3.59 1H8.5c-.28 0-.5.22-.5.5V12h2.26A6.94 6.94 0 0 0 9 16c0 .7.11 1.37.29 2H5V9H3v11h7.26c1.27 1.81 3.36 3 5.74 3c3.87 0 7-3.13 7-7s-3.13-7-7-7m0 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg> </template>
CSS
.icon-archive-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%22M20%202H2v6h18zm-2%204H4V4h14zm-2%203c-1.31%200-2.54.37-3.59%201H8.5c-.28%200-.5.22-.5.5V12h2.26A6.94%206.94%200%200%200%209%2016c0%20.7.11%201.37.29%202H5V9H3v11h7.26c1.27%201.81%203.36%203%205.74%203c3.87%200%207-3.13%207-7s-3.13-7-7-7m0%2012c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-4.75l2.86%201.69l-.75%201.22L15%2017v-5h1.5z%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%22M20%202H2v6h18zm-2%204H4V4h14zm-2%203c-1.31%200-2.54.37-3.59%201H8.5c-.28%200-.5.22-.5.5V12h2.26A6.94%206.94%200%200%200%209%2016c0%20.7.11%201.37.29%202H5V9H3v11h7.26c1.27%201.81%203.36%203%205.74%203c3.87%200%207-3.13%207-7s-3.13-7-7-7m0%2012c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-4.75l2.86%201.69l-.75%201.22L15%2017v-5h1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/archive-clock-outline.svg?color=%231a73e8&size=48