hourglass from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
hourglass
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

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="M19 22h1v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.354.212-.691.566-.9A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.209.566.545.566.9v.158c0 .354-.212.691-.566.9A7.02 7.02 0 0 0 5 19v1H4v2zM17 4v1a5 5 0 0 1-1.004 3H8.004A5 5 0 0 1 7 5V4zM9.45 14.702c.971-.574 1.55-1.554 1.55-2.623V12h2v.079c0 1.068.579 2.049 1.551 2.623A4.98 4.98 0 0 1 16.573 17H7.427a4.98 4.98 0 0 1 2.023-2.298"/></svg>

React

import type { SVGProps } from "react";

export function BxsHourglass(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="M19 22h1v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.354.212-.691.566-.9A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.209.566.545.566.9v.158c0 .354-.212.691-.566.9A7.02 7.02 0 0 0 5 19v1H4v2zM17 4v1a5 5 0 0 1-1.004 3H8.004A5 5 0 0 1 7 5V4zM9.45 14.702c.971-.574 1.55-1.554 1.55-2.623V12h2v.079c0 1.068.579 2.049 1.551 2.623A4.98 4.98 0 0 1 16.573 17H7.427a4.98 4.98 0 0 1 2.023-2.298"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22h1v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.354.212-.691.566-.9A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.209.566.545.566.9v.158c0 .354-.212.691-.566.9A7.02 7.02 0 0 0 5 19v1H4v2zM17 4v1a5 5 0 0 1-1.004 3H8.004A5 5 0 0 1 7 5V4zM9.45 14.702c.971-.574 1.55-1.554 1.55-2.623V12h2v.079c0 1.068.579 2.049 1.551 2.623A4.98 4.98 0 0 1 16.573 17H7.427a4.98 4.98 0 0 1 2.023-2.298"/></svg>
</template>

CSS

.icon-hourglass {
  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%22M19%2022h1v-2h-1v-1a7.01%207.01%200%200%200-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.354.212-.691.566-.9A7.02%207.02%200%200%200%2019%205V4h1V2H4v2h1v1a7.02%207.02%200%200%200%203.434%206.021c.354.209.566.545.566.9v.158c0%20.354-.212.691-.566.9A7.02%207.02%200%200%200%205%2019v1H4v2zM17%204v1a5%205%200%200%201-1.004%203H8.004A5%205%200%200%201%207%205V4zM9.45%2014.702c.971-.574%201.55-1.554%201.55-2.623V12h2v.079c0%201.068.579%202.049%201.551%202.623A4.98%204.98%200%200%201%2016.573%2017H7.427a4.98%204.98%200%200%201%202.023-2.298%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%22M19%2022h1v-2h-1v-1a7.01%207.01%200%200%200-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.354.212-.691.566-.9A7.02%207.02%200%200%200%2019%205V4h1V2H4v2h1v1a7.02%207.02%200%200%200%203.434%206.021c.354.209.566.545.566.9v.158c0%20.354-.212.691-.566.9A7.02%207.02%200%200%200%205%2019v1H4v2zM17%204v1a5%205%200%200%201-1.004%203H8.004A5%205%200%200%201%207%205V4zM9.45%2014.702c.971-.574%201.55-1.554%201.55-2.623V12h2v.079c0%201.068.579%202.049%201.551%202.623A4.98%204.98%200%200%201%2016.573%2017H7.427a4.98%204.98%200%200%201%202.023-2.298%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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