hours-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
hours-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the hours icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.722 19.048a3 3 0 0 0-.68 1.455a9 9 0 1 1 11.755-6.59a3 3 0 0 0-2.07-1.823c-1-.25-2.007.034-2.723.67A4.5 4.5 0 0 0 9 16.5c0 .886.384 1.682.994 2.23zM12 7a1 1 0 1 0-2 0v3H9a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1z" clip-rule="evenodd"/><path fill="currentColor" d="M18.97 15.243a1 1 0 0 0-1.94-.485l-1 4A1 1 0 0 0 17 20h2v1a1 1 0 1 0 2 0v-1a1 1 0 1 0 0-2v-1a1 1 0 0 0-2 0v1h-.72z"/><path fill="currentColor" d="M13.5 16a.5.5 0 0 0-.5.5a1 1 0 1 1-2 0a2.5 2.5 0 0 1 5 0v.325c0 .675-.241 1.327-.68 1.839L14.174 20H15a1 1 0 0 1 0 2h-3a1 1 0 0 1-.76-1.65l2.561-2.988a.83.83 0 0 0 .199-.537V16.5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHoursFill(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" fillRule="evenodd" d="M9.722 19.048a3 3 0 0 0-.68 1.455a9 9 0 1 1 11.755-6.59a3 3 0 0 0-2.07-1.823c-1-.25-2.007.034-2.723.67A4.5 4.5 0 0 0 9 16.5c0 .886.384 1.682.994 2.23zM12 7a1 1 0 1 0-2 0v3H9a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1z" clipRule="evenodd"/><path fill="currentColor" d="M18.97 15.243a1 1 0 0 0-1.94-.485l-1 4A1 1 0 0 0 17 20h2v1a1 1 0 1 0 2 0v-1a1 1 0 1 0 0-2v-1a1 1 0 0 0-2 0v1h-.72z"/><path fill="currentColor" d="M13.5 16a.5.5 0 0 0-.5.5a1 1 0 1 1-2 0a2.5 2.5 0 0 1 5 0v.325c0 .675-.241 1.327-.68 1.839L14.174 20H15a1 1 0 0 1 0 2h-3a1 1 0 0 1-.76-1.65l2.561-2.988a.83.83 0 0 0 .199-.537V16.5a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.722 19.048a3 3 0 0 0-.68 1.455a9 9 0 1 1 11.755-6.59a3 3 0 0 0-2.07-1.823c-1-.25-2.007.034-2.723.67A4.5 4.5 0 0 0 9 16.5c0 .886.384 1.682.994 2.23zM12 7a1 1 0 1 0-2 0v3H9a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1z" clip-rule="evenodd"/><path fill="currentColor" d="M18.97 15.243a1 1 0 0 0-1.94-.485l-1 4A1 1 0 0 0 17 20h2v1a1 1 0 1 0 2 0v-1a1 1 0 1 0 0-2v-1a1 1 0 0 0-2 0v1h-.72z"/><path fill="currentColor" d="M13.5 16a.5.5 0 0 0-.5.5a1 1 0 1 1-2 0a2.5 2.5 0 0 1 5 0v.325c0 .675-.241 1.327-.68 1.839L14.174 20H15a1 1 0 0 1 0 2h-3a1 1 0 0 1-.76-1.65l2.561-2.988a.83.83 0 0 0 .199-.537V16.5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-hours-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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.722%2019.048a3%203%200%200%200-.68%201.455a9%209%200%201%201%2011.755-6.59a3%203%200%200%200-2.07-1.823c-1-.25-2.007.034-2.723.67A4.5%204.5%200%200%200%209%2016.5c0%20.886.384%201.682.994%202.23zM12%207a1%201%200%201%200-2%200v3H9a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.97%2015.243a1%201%200%200%200-1.94-.485l-1%204A1%201%200%200%200%2017%2020h2v1a1%201%200%201%200%202%200v-1a1%201%200%201%200%200-2v-1a1%201%200%200%200-2%200v1h-.72z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%2016a.5.5%200%200%200-.5.5a1%201%200%201%201-2%200a2.5%202.5%200%200%201%205%200v.325c0%20.675-.241%201.327-.68%201.839L14.174%2020H15a1%201%200%200%201%200%202h-3a1%201%200%200%201-.76-1.65l2.561-2.988a.83.83%200%200%200%20.199-.537V16.5a.5.5%200%200%200-.5-.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.722%2019.048a3%203%200%200%200-.68%201.455a9%209%200%201%201%2011.755-6.59a3%203%200%200%200-2.07-1.823c-1-.25-2.007.034-2.723.67A4.5%204.5%200%200%200%209%2016.5c0%20.886.384%201.682.994%202.23zM12%207a1%201%200%201%200-2%200v3H9a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.97%2015.243a1%201%200%200%200-1.94-.485l-1%204A1%201%200%200%200%2017%2020h2v1a1%201%200%201%200%202%200v-1a1%201%200%201%200%200-2v-1a1%201%200%200%200-2%200v1h-.72z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%2016a.5.5%200%200%200-.5.5a1%201%200%201%201-2%200a2.5%202.5%200%200%201%205%200v.325c0%20.675-.241%201.327-.68%201.839L14.174%2020H15a1%201%200%200%201%200%202h-3a1%201%200%200%201-.76-1.65l2.561-2.988a.83.83%200%200%200%20.199-.537V16.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/hours-fill.svg?color=%231a73e8&size=48