hour glass icon

hour-glass-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
hour-glass-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Use the hour glass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.968 16.99l-3.65-5.54l3.37-4.42a3.52 3.52 0 0 0 .69-2.07V3.27a1.27 1.27 0 0 0-.38-.9a1.25 1.25 0 0 0-.9-.37H5.928a1.26 1.26 0 0 0-1.27 1.27v1.67A3.45 3.45 0 0 0 5.348 7l3.36 4.58l-3.67 5.41a3.36 3.36 0 0 0-.56 2.13l.11 1.7A1.28 1.28 0 0 0 5.848 22h12.41a1.25 1.25 0 0 0 .78-.37a1.3 1.3 0 0 0 .37-.81l.11-1.68a3.32 3.32 0 0 0-.55-2.15m-4.31 2.2h-5.23a1 1 0 1 1 0-2h5.28a1 1 0 0 1 0 2z"/></svg>

React

import type { SVGProps } from "react";

export function MageHourGlassFill(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="m18.968 16.99l-3.65-5.54l3.37-4.42a3.52 3.52 0 0 0 .69-2.07V3.27a1.27 1.27 0 0 0-.38-.9a1.25 1.25 0 0 0-.9-.37H5.928a1.26 1.26 0 0 0-1.27 1.27v1.67A3.45 3.45 0 0 0 5.348 7l3.36 4.58l-3.67 5.41a3.36 3.36 0 0 0-.56 2.13l.11 1.7A1.28 1.28 0 0 0 5.848 22h12.41a1.25 1.25 0 0 0 .78-.37a1.3 1.3 0 0 0 .37-.81l.11-1.68a3.32 3.32 0 0 0-.55-2.15m-4.31 2.2h-5.23a1 1 0 1 1 0-2h5.28a1 1 0 0 1 0 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.968 16.99l-3.65-5.54l3.37-4.42a3.52 3.52 0 0 0 .69-2.07V3.27a1.27 1.27 0 0 0-.38-.9a1.25 1.25 0 0 0-.9-.37H5.928a1.26 1.26 0 0 0-1.27 1.27v1.67A3.45 3.45 0 0 0 5.348 7l3.36 4.58l-3.67 5.41a3.36 3.36 0 0 0-.56 2.13l.11 1.7A1.28 1.28 0 0 0 5.848 22h12.41a1.25 1.25 0 0 0 .78-.37a1.3 1.3 0 0 0 .37-.81l.11-1.68a3.32 3.32 0 0 0-.55-2.15m-4.31 2.2h-5.23a1 1 0 1 1 0-2h5.28a1 1 0 0 1 0 2z"/></svg>
</template>

CSS

.icon-hour-glass-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%22m18.968%2016.99l-3.65-5.54l3.37-4.42a3.52%203.52%200%200%200%20.69-2.07V3.27a1.27%201.27%200%200%200-.38-.9a1.25%201.25%200%200%200-.9-.37H5.928a1.26%201.26%200%200%200-1.27%201.27v1.67A3.45%203.45%200%200%200%205.348%207l3.36%204.58l-3.67%205.41a3.36%203.36%200%200%200-.56%202.13l.11%201.7A1.28%201.28%200%200%200%205.848%2022h12.41a1.25%201.25%200%200%200%20.78-.37a1.3%201.3%200%200%200%20.37-.81l.11-1.68a3.32%203.32%200%200%200-.55-2.15m-4.31%202.2h-5.23a1%201%200%201%201%200-2h5.28a1%201%200%200%201%200%202z%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%22m18.968%2016.99l-3.65-5.54l3.37-4.42a3.52%203.52%200%200%200%20.69-2.07V3.27a1.27%201.27%200%200%200-.38-.9a1.25%201.25%200%200%200-.9-.37H5.928a1.26%201.26%200%200%200-1.27%201.27v1.67A3.45%203.45%200%200%200%205.348%207l3.36%204.58l-3.67%205.41a3.36%203.36%200%200%200-.56%202.13l.11%201.7A1.28%201.28%200%200%200%205.848%2022h12.41a1.25%201.25%200%200%200%20.78-.37a1.3%201.3%200%200%200%20.37-.81l.11-1.68a3.32%203.32%200%200%200-.55-2.15m-4.31%202.2h-5.23a1%201%200%201%201%200-2h5.28a1%201%200%200%201%200%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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