hourglass half icon

hourglass-half from Line Awesome by Icons8 · Line · Date & Time · Apache-2.0 Free for personal and commercial use.

Name
hourglass-half
Set
Line Awesome
Style
Line
Category
Date & Time
Viewbox
32×32
License
Apache 2.0
Aliases
hourglass-half-solid

The same icon in other sets

More date & time icons from Line Awesome

Use the hourglass half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 4v2h2v4a7 7 0 0 0 3.406 6A7 7 0 0 0 9 22v4H7v2h18v-2h-2v-4a7 7 0 0 0-3.406-6A7 7 0 0 0 23 10V6h2V4zm4 2h10v4c0 2.773-2.227 5-5 5s-5-2.227-5-5zm1.156 5c.446 1.723 1.98 3 3.844 3s3.398-1.277 3.844-3zM16 17c2.773 0 5 2.227 5 5v4h-1c0-2.21-1.79-4-4-4s-4 1.79-4 4h-1v-4c0-2.773 2.227-5 5-5"/></svg>

React

import type { SVGProps } from "react";

export function LaHourglassHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 4v2h2v4a7 7 0 0 0 3.406 6A7 7 0 0 0 9 22v4H7v2h18v-2h-2v-4a7 7 0 0 0-3.406-6A7 7 0 0 0 23 10V6h2V4zm4 2h10v4c0 2.773-2.227 5-5 5s-5-2.227-5-5zm1.156 5c.446 1.723 1.98 3 3.844 3s3.398-1.277 3.844-3zM16 17c2.773 0 5 2.227 5 5v4h-1c0-2.21-1.79-4-4-4s-4 1.79-4 4h-1v-4c0-2.773 2.227-5 5-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 4v2h2v4a7 7 0 0 0 3.406 6A7 7 0 0 0 9 22v4H7v2h18v-2h-2v-4a7 7 0 0 0-3.406-6A7 7 0 0 0 23 10V6h2V4zm4 2h10v4c0 2.773-2.227 5-5 5s-5-2.227-5-5zm1.156 5c.446 1.723 1.98 3 3.844 3s3.398-1.277 3.844-3zM16 17c2.773 0 5 2.227 5 5v4h-1c0-2.21-1.79-4-4-4s-4 1.79-4 4h-1v-4c0-2.773 2.227-5 5-5"/></svg>
</template>

CSS

.icon-hourglass-half {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204v2h2v4a7%207%200%200%200%203.406%206A7%207%200%200%200%209%2022v4H7v2h18v-2h-2v-4a7%207%200%200%200-3.406-6A7%207%200%200%200%2023%2010V6h2V4zm4%202h10v4c0%202.773-2.227%205-5%205s-5-2.227-5-5zm1.156%205c.446%201.723%201.98%203%203.844%203s3.398-1.277%203.844-3zM16%2017c2.773%200%205%202.227%205%205v4h-1c0-2.21-1.79-4-4-4s-4%201.79-4%204h-1v-4c0-2.773%202.227-5%205-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204v2h2v4a7%207%200%200%200%203.406%206A7%207%200%200%200%209%2022v4H7v2h18v-2h-2v-4a7%207%200%200%200-3.406-6A7%207%200%200%200%2023%2010V6h2V4zm4%202h10v4c0%202.773-2.227%205-5%205s-5-2.227-5-5zm1.156%205c.446%201.723%201.98%203%203.844%203s3.398-1.277%203.844-3zM16%2017c2.773%200%205%202.227%205%205v4h-1c0-2.21-1.79-4-4-4s-4%201.79-4%204h-1v-4c0-2.773%202.227-5%205-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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