hour glass icon

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

Name
hour-glass
Set
Mage Icons
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m18.77 19.071l-.113 1.696a.524.524 0 0 1-.473.483H5.852a.524.524 0 0 1-.514-.483l-.113-1.696a2.62 2.62 0 0 1 .442-1.655L9.336 12a.82.82 0 0 0 0-.946L5.943 6.553a2.7 2.7 0 0 1-.535-1.614V3.274a.524.524 0 0 1 .524-.524h12.17a.524.524 0 0 1 .523.524V4.94c0 .581-.188 1.147-.534 1.614l-3.371 4.42a.82.82 0 0 0 0 .945l3.628 5.457c.33.5.479 1.1.421 1.696m-9.393-.905h5.283"/></svg>

React

import type { SVGProps } from "react";

export function MageHourGlass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m18.77 19.071l-.113 1.696a.524.524 0 0 1-.473.483H5.852a.524.524 0 0 1-.514-.483l-.113-1.696a2.62 2.62 0 0 1 .442-1.655L9.336 12a.82.82 0 0 0 0-.946L5.943 6.553a2.7 2.7 0 0 1-.535-1.614V3.274a.524.524 0 0 1 .524-.524h12.17a.524.524 0 0 1 .523.524V4.94c0 .581-.188 1.147-.534 1.614l-3.371 4.42a.82.82 0 0 0 0 .945l3.628 5.457c.33.5.479 1.1.421 1.696m-9.393-.905h5.283"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m18.77 19.071l-.113 1.696a.524.524 0 0 1-.473.483H5.852a.524.524 0 0 1-.514-.483l-.113-1.696a2.62 2.62 0 0 1 .442-1.655L9.336 12a.82.82 0 0 0 0-.946L5.943 6.553a2.7 2.7 0 0 1-.535-1.614V3.274a.524.524 0 0 1 .524-.524h12.17a.524.524 0 0 1 .523.524V4.94c0 .581-.188 1.147-.534 1.614l-3.371 4.42a.82.82 0 0 0 0 .945l3.628 5.457c.33.5.479 1.1.421 1.696m-9.393-.905h5.283"/></svg>
</template>

CSS

.icon-hour-glass {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18.77%2019.071l-.113%201.696a.524.524%200%200%201-.473.483H5.852a.524.524%200%200%201-.514-.483l-.113-1.696a2.62%202.62%200%200%201%20.442-1.655L9.336%2012a.82.82%200%200%200%200-.946L5.943%206.553a2.7%202.7%200%200%201-.535-1.614V3.274a.524.524%200%200%201%20.524-.524h12.17a.524.524%200%200%201%20.523.524V4.94c0%20.581-.188%201.147-.534%201.614l-3.371%204.42a.82.82%200%200%200%200%20.945l3.628%205.457c.33.5.479%201.1.421%201.696m-9.393-.905h5.283%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18.77%2019.071l-.113%201.696a.524.524%200%200%201-.473.483H5.852a.524.524%200%200%201-.514-.483l-.113-1.696a2.62%202.62%200%200%201%20.442-1.655L9.336%2012a.82.82%200%200%200%200-.946L5.943%206.553a2.7%202.7%200%200%201-.535-1.614V3.274a.524.524%200%200%201%20.524-.524h12.17a.524.524%200%200%201%20.523.524V4.94c0%20.581-.188%201.147-.534%201.614l-3.371%204.42a.82.82%200%200%200%200%20.945l3.628%205.457c.33.5.479%201.1.421%201.696m-9.393-.905h5.283%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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