time management icon
time-management from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- time-management
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the time management 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 d="M2 19.5c0-1.178 0-1.768.44-2.134C2.878 17 3.585 17 5 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C7.122 22 6.415 22 5 22s-2.121 0-2.56-.366S2 20.678 2 19.5Zm14 0c0-1.178 0-1.768.44-2.134C16.878 17 17.585 17 19 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C21.122 22 20.415 22 19 22s-2.121 0-2.56-.366S16 20.678 16 19.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 17c0-2.482-.744-3-4.308-3H9.308C5.744 14 5 14.518 5 17"/><path stroke-linecap="round" d="M12 6.5L13 5m3.5 1.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTimeManagement(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 d="M2 19.5c0-1.178 0-1.768.44-2.134C2.878 17 3.585 17 5 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C7.122 22 6.415 22 5 22s-2.121 0-2.56-.366S2 20.678 2 19.5Zm14 0c0-1.178 0-1.768.44-2.134C16.878 17 17.585 17 19 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C21.122 22 20.415 22 19 22s-2.121 0-2.56-.366S16 20.678 16 19.5Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 17c0-2.482-.744-3-4.308-3H9.308C5.744 14 5 14.518 5 17"/><path strokeLinecap="round" d="M12 6.5L13 5m3.5 1.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Z"/></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 d="M2 19.5c0-1.178 0-1.768.44-2.134C2.878 17 3.585 17 5 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C7.122 22 6.415 22 5 22s-2.121 0-2.56-.366S2 20.678 2 19.5Zm14 0c0-1.178 0-1.768.44-2.134C16.878 17 17.585 17 19 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C21.122 22 20.415 22 19 22s-2.121 0-2.56-.366S16 20.678 16 19.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 17c0-2.482-.744-3-4.308-3H9.308C5.744 14 5 14.518 5 17"/><path stroke-linecap="round" d="M12 6.5L13 5m3.5 1.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Z"/></g></svg> </template>
CSS
.icon-time-management {
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%20d%3D%22M2%2019.5c0-1.178%200-1.768.44-2.134C2.878%2017%203.585%2017%205%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.366S2%2020.678%202%2019.5Zm14%200c0-1.178%200-1.768.44-2.134C16.878%2017%2017.585%2017%2019%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C21.122%2022%2020.415%2022%2019%2022s-2.121%200-2.56-.366S16%2020.678%2016%2019.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2017c0-2.482-.744-3-4.308-3H9.308C5.744%2014%205%2014.518%205%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206.5L13%205m3.5%201.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200Z%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%20d%3D%22M2%2019.5c0-1.178%200-1.768.44-2.134C2.878%2017%203.585%2017%205%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.366S2%2020.678%202%2019.5Zm14%200c0-1.178%200-1.768.44-2.134C16.878%2017%2017.585%2017%2019%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C21.122%2022%2020.415%2022%2019%2022s-2.121%200-2.56-.366S16%2020.678%2016%2019.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2017c0-2.482-.744-3-4.308-3H9.308C5.744%2014%205%2014.518%205%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206.5L13%205m3.5%201.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200Z%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-management.svg?color=%231a73e8&size=48