hourglass icon

hourglass-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
hourglass-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the hourglass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 2h14.5a.75.75 0 0 1 0 1.5h-.75v2.982a4.75 4.75 0 0 1-2.215 4.017l-2.044 1.29a.25.25 0 0 0 0 .422l2.044 1.29a4.75 4.75 0 0 1 2.215 4.017V20.5h.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h.75v-2.982a4.75 4.75 0 0 1 2.215-4.017l2.044-1.29a.25.25 0 0 0 0-.422l-2.044-1.29A4.75 4.75 0 0 1 5.5 6.482V3.5h-.75a.75.75 0 0 1 0-1.5M17 3.5H7v2.982A3.25 3.25 0 0 0 8.516 9.23l2.044 1.29a1.75 1.75 0 0 1 0 2.96l-2.044 1.29A3.25 3.25 0 0 0 7 17.518V20.5h10v-2.982a3.25 3.25 0 0 0-1.516-2.748l-2.044-1.29a1.75 1.75 0 0 1 0-2.96l2.044-1.29A3.25 3.25 0 0 0 17 6.482Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonHourglass24(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="M4.75 2h14.5a.75.75 0 0 1 0 1.5h-.75v2.982a4.75 4.75 0 0 1-2.215 4.017l-2.044 1.29a.25.25 0 0 0 0 .422l2.044 1.29a4.75 4.75 0 0 1 2.215 4.017V20.5h.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h.75v-2.982a4.75 4.75 0 0 1 2.215-4.017l2.044-1.29a.25.25 0 0 0 0-.422l-2.044-1.29A4.75 4.75 0 0 1 5.5 6.482V3.5h-.75a.75.75 0 0 1 0-1.5M17 3.5H7v2.982A3.25 3.25 0 0 0 8.516 9.23l2.044 1.29a1.75 1.75 0 0 1 0 2.96l-2.044 1.29A3.25 3.25 0 0 0 7 17.518V20.5h10v-2.982a3.25 3.25 0 0 0-1.516-2.748l-2.044-1.29a1.75 1.75 0 0 1 0-2.96l2.044-1.29A3.25 3.25 0 0 0 17 6.482Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 2h14.5a.75.75 0 0 1 0 1.5h-.75v2.982a4.75 4.75 0 0 1-2.215 4.017l-2.044 1.29a.25.25 0 0 0 0 .422l2.044 1.29a4.75 4.75 0 0 1 2.215 4.017V20.5h.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h.75v-2.982a4.75 4.75 0 0 1 2.215-4.017l2.044-1.29a.25.25 0 0 0 0-.422l-2.044-1.29A4.75 4.75 0 0 1 5.5 6.482V3.5h-.75a.75.75 0 0 1 0-1.5M17 3.5H7v2.982A3.25 3.25 0 0 0 8.516 9.23l2.044 1.29a1.75 1.75 0 0 1 0 2.96l-2.044 1.29A3.25 3.25 0 0 0 7 17.518V20.5h10v-2.982a3.25 3.25 0 0 0-1.516-2.748l-2.044-1.29a1.75 1.75 0 0 1 0-2.96l2.044-1.29A3.25 3.25 0 0 0 17 6.482Z"/></svg>
</template>

CSS

.icon-hourglass-24 {
  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%22M4.75%202h14.5a.75.75%200%200%201%200%201.5h-.75v2.982a4.75%204.75%200%200%201-2.215%204.017l-2.044%201.29a.25.25%200%200%200%200%20.422l2.044%201.29a4.75%204.75%200%200%201%202.215%204.017V20.5h.75a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5h.75v-2.982a4.75%204.75%200%200%201%202.215-4.017l2.044-1.29a.25.25%200%200%200%200-.422l-2.044-1.29A4.75%204.75%200%200%201%205.5%206.482V3.5h-.75a.75.75%200%200%201%200-1.5M17%203.5H7v2.982A3.25%203.25%200%200%200%208.516%209.23l2.044%201.29a1.75%201.75%200%200%201%200%202.96l-2.044%201.29A3.25%203.25%200%200%200%207%2017.518V20.5h10v-2.982a3.25%203.25%200%200%200-1.516-2.748l-2.044-1.29a1.75%201.75%200%200%201%200-2.96l2.044-1.29A3.25%203.25%200%200%200%2017%206.482Z%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%22M4.75%202h14.5a.75.75%200%200%201%200%201.5h-.75v2.982a4.75%204.75%200%200%201-2.215%204.017l-2.044%201.29a.25.25%200%200%200%200%20.422l2.044%201.29a4.75%204.75%200%200%201%202.215%204.017V20.5h.75a.75.75%200%200%201%200%201.5H4.75a.75.75%200%200%201%200-1.5h.75v-2.982a4.75%204.75%200%200%201%202.215-4.017l2.044-1.29a.25.25%200%200%200%200-.422l-2.044-1.29A4.75%204.75%200%200%201%205.5%206.482V3.5h-.75a.75.75%200%200%201%200-1.5M17%203.5H7v2.982A3.25%203.25%200%200%200%208.516%209.23l2.044%201.29a1.75%201.75%200%200%201%200%202.96l-2.044%201.29A3.25%203.25%200%200%200%207%2017.518V20.5h10v-2.982a3.25%203.25%200%200%200-1.516-2.748l-2.044-1.29a1.75%201.75%200%200%201%200-2.96l2.044-1.29A3.25%203.25%200%200%200%2017%206.482Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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