clock 2 icon
clock-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- clock-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the clock 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9 9 0 0 0-9 9c0 3.074 1.676 5.59 3.441 7.395c1.776 1.815 3.759 3.033 4.632 3.526c.58.327 1.275.327 1.854 0c.873-.493 2.856-1.71 4.632-3.526C19.324 16.589 21 14.074 21 11a9 9 0 0 0-9-9m0 4a1 1 0 0 1 1 1v4.586l2.207 2.207a1 1 0 1 1-1.414 1.414l-2.5-2.5A1 1 0 0 1 11 12V7a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteClock2Fill(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="M12 2a9 9 0 0 0-9 9c0 3.074 1.676 5.59 3.441 7.395c1.776 1.815 3.759 3.033 4.632 3.526c.58.327 1.275.327 1.854 0c.873-.493 2.856-1.71 4.632-3.526C19.324 16.589 21 14.074 21 11a9 9 0 0 0-9-9m0 4a1 1 0 0 1 1 1v4.586l2.207 2.207a1 1 0 1 1-1.414 1.414l-2.5-2.5A1 1 0 0 1 11 12V7a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9 9 0 0 0-9 9c0 3.074 1.676 5.59 3.441 7.395c1.776 1.815 3.759 3.033 4.632 3.526c.58.327 1.275.327 1.854 0c.873-.493 2.856-1.71 4.632-3.526C19.324 16.589 21 14.074 21 11a9 9 0 0 0-9-9m0 4a1 1 0 0 1 1 1v4.586l2.207 2.207a1 1 0 1 1-1.414 1.414l-2.5-2.5A1 1 0 0 1 11 12V7a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-clock-2-fill {
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%22M12%202a9%209%200%200%200-9%209c0%203.074%201.676%205.59%203.441%207.395c1.776%201.815%203.759%203.033%204.632%203.526c.58.327%201.275.327%201.854%200c.873-.493%202.856-1.71%204.632-3.526C19.324%2016.589%2021%2014.074%2021%2011a9%209%200%200%200-9-9m0%204a1%201%200%200%201%201%201v4.586l2.207%202.207a1%201%200%201%201-1.414%201.414l-2.5-2.5A1%201%200%200%201%2011%2012V7a1%201%200%200%201%201-1%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%22M12%202a9%209%200%200%200-9%209c0%203.074%201.676%205.59%203.441%207.395c1.776%201.815%203.759%203.033%204.632%203.526c.58.327%201.275.327%201.854%200c.873-.493%202.856-1.71%204.632-3.526C19.324%2016.589%2021%2014.074%2021%2011a9%209%200%200%200-9-9m0%204a1%201%200%200%201%201%201v4.586l2.207%202.207a1%201%200%201%201-1.414%201.414l-2.5-2.5A1%201%200%200%201%2011%2012V7a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/clock-2-fill.svg?color=%231a73e8&size=48