vintage clock icon
vintage-clock from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- vintage-clock
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the vintage clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4 6c.821 0 1.42-.472 1.739-1.046c.302-.544.453-.816.57-.885C6.428 4 6.619 4 7 4h.571c.281 0 .422 0 .514-.038c.092-.039.36-.308.894-.846C9.714 2.376 11.254 2 12 2s2.286.375 3.02 1.116c.535.538.803.807.895.846s.233.038.514.038H17c.382 0 .573 0 .69.07c.118.068.269.34.571.884C18.58 5.528 19.18 6 20 6m0 12c-.821 0-1.42.472-1.739 1.046c-.302.544-.453.816-.57.885c-.119.069-.31.069-.691.069h-.571c-.281 0-.422 0-.514.038c-.092.039-.36.308-.894.846C14.286 21.624 12.746 22 12 22s-2.286-.375-3.02-1.116c-.535-.538-.803-.807-.895-.846S7.852 20 7.571 20H7c-.382 0-.573 0-.69-.07c-.118-.068-.269-.34-.571-.884C5.42 18.472 4.82 18 4 18"/><path d="M16.004 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.004 6v12m-14-12v12m7-8l1-1m-1 5v4m-1 0h2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsVintageClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M4 6c.821 0 1.42-.472 1.739-1.046c.302-.544.453-.816.57-.885C6.428 4 6.619 4 7 4h.571c.281 0 .422 0 .514-.038c.092-.039.36-.308.894-.846C9.714 2.376 11.254 2 12 2s2.286.375 3.02 1.116c.535.538.803.807.895.846s.233.038.514.038H17c.382 0 .573 0 .69.07c.118.068.269.34.571.884C18.58 5.528 19.18 6 20 6m0 12c-.821 0-1.42.472-1.739 1.046c-.302.544-.453.816-.57.885c-.119.069-.31.069-.691.069h-.571c-.281 0-.422 0-.514.038c-.092.039-.36.308-.894.846C14.286 21.624 12.746 22 12 22s-2.286-.375-3.02-1.116c-.535-.538-.803-.807-.895-.846S7.852 20 7.571 20H7c-.382 0-.573 0-.69-.07c-.118-.068-.269-.34-.571-.884C5.42 18.472 4.82 18 4 18"/><path d="M16.004 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19.004 6v12m-14-12v12m7-8l1-1m-1 5v4m-1 0h2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4 6c.821 0 1.42-.472 1.739-1.046c.302-.544.453-.816.57-.885C6.428 4 6.619 4 7 4h.571c.281 0 .422 0 .514-.038c.092-.039.36-.308.894-.846C9.714 2.376 11.254 2 12 2s2.286.375 3.02 1.116c.535.538.803.807.895.846s.233.038.514.038H17c.382 0 .573 0 .69.07c.118.068.269.34.571.884C18.58 5.528 19.18 6 20 6m0 12c-.821 0-1.42.472-1.739 1.046c-.302.544-.453.816-.57.885c-.119.069-.31.069-.691.069h-.571c-.281 0-.422 0-.514.038c-.092.039-.36.308-.894.846C14.286 21.624 12.746 22 12 22s-2.286-.375-3.02-1.116c-.535-.538-.803-.807-.895-.846S7.852 20 7.571 20H7c-.382 0-.573 0-.69-.07c-.118-.068-.269-.34-.571-.884C5.42 18.472 4.82 18 4 18"/><path d="M16.004 10a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.004 6v12m-14-12v12m7-8l1-1m-1 5v4m-1 0h2"/></g></svg> </template>
CSS
.icon-vintage-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%206c.821%200%201.42-.472%201.739-1.046c.302-.544.453-.816.57-.885C6.428%204%206.619%204%207%204h.571c.281%200%20.422%200%20.514-.038c.092-.039.36-.308.894-.846C9.714%202.376%2011.254%202%2012%202s2.286.375%203.02%201.116c.535.538.803.807.895.846s.233.038.514.038H17c.382%200%20.573%200%20.69.07c.118.068.269.34.571.884C18.58%205.528%2019.18%206%2020%206m0%2012c-.821%200-1.42.472-1.739%201.046c-.302.544-.453.816-.57.885c-.119.069-.31.069-.691.069h-.571c-.281%200-.422%200-.514.038c-.092.039-.36.308-.894.846C14.286%2021.624%2012.746%2022%2012%2022s-2.286-.375-3.02-1.116c-.535-.538-.803-.807-.895-.846S7.852%2020%207.571%2020H7c-.382%200-.573%200-.69-.07c-.118-.068-.269-.34-.571-.884C5.42%2018.472%204.82%2018%204%2018%22%2F%3E%3Cpath%20d%3D%22M16.004%2010a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.004%206v12m-14-12v12m7-8l1-1m-1%205v4m-1%200h2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%206c.821%200%201.42-.472%201.739-1.046c.302-.544.453-.816.57-.885C6.428%204%206.619%204%207%204h.571c.281%200%20.422%200%20.514-.038c.092-.039.36-.308.894-.846C9.714%202.376%2011.254%202%2012%202s2.286.375%203.02%201.116c.535.538.803.807.895.846s.233.038.514.038H17c.382%200%20.573%200%20.69.07c.118.068.269.34.571.884C18.58%205.528%2019.18%206%2020%206m0%2012c-.821%200-1.42.472-1.739%201.046c-.302.544-.453.816-.57.885c-.119.069-.31.069-.691.069h-.571c-.281%200-.422%200-.514.038c-.092.039-.36.308-.894.846C14.286%2021.624%2012.746%2022%2012%2022s-2.286-.375-3.02-1.116c-.535-.538-.803-.807-.895-.846S7.852%2020%207.571%2020H7c-.382%200-.573%200-.69-.07c-.118-.068-.269-.34-.571-.884C5.42%2018.472%204.82%2018%204%2018%22%2F%3E%3Cpath%20d%3D%22M16.004%2010a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.004%206v12m-14-12v12m7-8l1-1m-1%205v4m-1%200h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/vintage-clock.svg?color=%231a73e8&size=48