hourglass end icon

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

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

The same icon in other sets

More date & time icons from Line Awesome

Use the hourglass end 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-5zm5 11c2.773 0 5 2.227 5 5v4h-1v-2c0-2.21-1.79-4-4-4s-4 1.79-4 4v2h-1v-4c0-2.773 2.227-5 5-5"/></svg>

React

import type { SVGProps } from "react";

export function LaHourglassEnd(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-5zm5 11c2.773 0 5 2.227 5 5v4h-1v-2c0-2.21-1.79-4-4-4s-4 1.79-4 4v2h-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-5zm5 11c2.773 0 5 2.227 5 5v4h-1v-2c0-2.21-1.79-4-4-4s-4 1.79-4 4v2h-1v-4c0-2.773 2.227-5 5-5"/></svg>
</template>

CSS

.icon-hourglass-end {
  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-5zm5%2011c2.773%200%205%202.227%205%205v4h-1v-2c0-2.21-1.79-4-4-4s-4%201.79-4%204v2h-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-5zm5%2011c2.773%200%205%202.227%205%205v4h-1v-2c0-2.21-1.79-4-4-4s-4%201.79-4%204v2h-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-end.svg?color=%231a73e8&size=48