time schedule icon
time-schedule from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- time-schedule
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the time schedule 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="M12 8v4l1.5 1.5"/><path d="M19.545 16.453C21.182 17.337 22 17.78 22 18.5s-.818 1.163-2.455 2.047l-1.114.601c-1.257.679-1.885 1.018-2.187.772c-.74-.605.413-2.164.696-2.716c.288-.56.282-.858 0-1.408c-.283-.552-1.436-2.111-.696-2.716c.302-.246.93.093 2.187.772z"/><path stroke-linecap="round" d="M13.026 21.948Q12.52 21.999 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10q-.002 1.03-.2 2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTimeSchedule(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="M12 8v4l1.5 1.5"/><path d="M19.545 16.453C21.182 17.337 22 17.78 22 18.5s-.818 1.163-2.455 2.047l-1.114.601c-1.257.679-1.885 1.018-2.187.772c-.74-.605.413-2.164.696-2.716c.288-.56.282-.858 0-1.408c-.283-.552-1.436-2.111-.696-2.716c.302-.246.93.093 2.187.772z"/><path strokeLinecap="round" d="M13.026 21.948Q12.52 21.999 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10q-.002 1.03-.2 2"/></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="M12 8v4l1.5 1.5"/><path d="M19.545 16.453C21.182 17.337 22 17.78 22 18.5s-.818 1.163-2.455 2.047l-1.114.601c-1.257.679-1.885 1.018-2.187.772c-.74-.605.413-2.164.696-2.716c.288-.56.282-.858 0-1.408c-.283-.552-1.436-2.111-.696-2.716c.302-.246.93.093 2.187.772z"/><path stroke-linecap="round" d="M13.026 21.948Q12.52 21.999 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10q-.002 1.03-.2 2"/></g></svg> </template>
CSS
.icon-time-schedule {
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%22M12%208v4l1.5%201.5%22%2F%3E%3Cpath%20d%3D%22M19.545%2016.453C21.182%2017.337%2022%2017.78%2022%2018.5s-.818%201.163-2.455%202.047l-1.114.601c-1.257.679-1.885%201.018-2.187.772c-.74-.605.413-2.164.696-2.716c.288-.56.282-.858%200-1.408c-.283-.552-1.436-2.111-.696-2.716c.302-.246.93.093%202.187.772z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.026%2021.948Q12.52%2021.999%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010q-.002%201.03-.2%202%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%22M12%208v4l1.5%201.5%22%2F%3E%3Cpath%20d%3D%22M19.545%2016.453C21.182%2017.337%2022%2017.78%2022%2018.5s-.818%201.163-2.455%202.047l-1.114.601c-1.257.679-1.885%201.018-2.187.772c-.74-.605.413-2.164.696-2.716c.288-.56.282-.858%200-1.408c-.283-.552-1.436-2.111-.696-2.716c.302-.246.93.093%202.187.772z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.026%2021.948Q12.52%2021.999%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010q-.002%201.03-.2%202%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/time-schedule.svg?color=%231a73e8&size=48