hourglass icon

hourglass from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
hourglass
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

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="M18.25 19.25h-.66c-.38-1.36-1.55-4.74-4.4-7.25c2.85-2.51 4.02-5.89 4.4-7.25h.66c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H5.75c-.41 0-.75.34-.75.75s.34.75.75.75h.66c.38 1.36 1.55 4.74 4.4 7.25c-2.85 2.51-4.02 5.89-4.4 7.25h-.66c-.41 0-.75.34-.75.75s.34.75.75.75h12.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M7.98 4.75h8.03c-.45 1.42-1.6 4.25-4.02 6.28c-2.42-2.04-3.57-4.86-4.02-6.28ZM12 12.97c2.42 2.04 3.57 4.86 4.02 6.28H7.98c.45-1.42 1.6-4.25 4.02-6.28"/></svg>

React

import type { SVGProps } from "react";

export function PrimeHourglass(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="M18.25 19.25h-.66c-.38-1.36-1.55-4.74-4.4-7.25c2.85-2.51 4.02-5.89 4.4-7.25h.66c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H5.75c-.41 0-.75.34-.75.75s.34.75.75.75h.66c.38 1.36 1.55 4.74 4.4 7.25c-2.85 2.51-4.02 5.89-4.4 7.25h-.66c-.41 0-.75.34-.75.75s.34.75.75.75h12.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M7.98 4.75h8.03c-.45 1.42-1.6 4.25-4.02 6.28c-2.42-2.04-3.57-4.86-4.02-6.28ZM12 12.97c2.42 2.04 3.57 4.86 4.02 6.28H7.98c.45-1.42 1.6-4.25 4.02-6.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 19.25h-.66c-.38-1.36-1.55-4.74-4.4-7.25c2.85-2.51 4.02-5.89 4.4-7.25h.66c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H5.75c-.41 0-.75.34-.75.75s.34.75.75.75h.66c.38 1.36 1.55 4.74 4.4 7.25c-2.85 2.51-4.02 5.89-4.4 7.25h-.66c-.41 0-.75.34-.75.75s.34.75.75.75h12.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M7.98 4.75h8.03c-.45 1.42-1.6 4.25-4.02 6.28c-2.42-2.04-3.57-4.86-4.02-6.28ZM12 12.97c2.42 2.04 3.57 4.86 4.02 6.28H7.98c.45-1.42 1.6-4.25 4.02-6.28"/></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%22M18.25%2019.25h-.66c-.38-1.36-1.55-4.74-4.4-7.25c2.85-2.51%204.02-5.89%204.4-7.25h.66c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75H5.75c-.41%200-.75.34-.75.75s.34.75.75.75h.66c.38%201.36%201.55%204.74%204.4%207.25c-2.85%202.51-4.02%205.89-4.4%207.25h-.66c-.41%200-.75.34-.75.75s.34.75.75.75h12.5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75M7.98%204.75h8.03c-.45%201.42-1.6%204.25-4.02%206.28c-2.42-2.04-3.57-4.86-4.02-6.28ZM12%2012.97c2.42%202.04%203.57%204.86%204.02%206.28H7.98c.45-1.42%201.6-4.25%204.02-6.28%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%22M18.25%2019.25h-.66c-.38-1.36-1.55-4.74-4.4-7.25c2.85-2.51%204.02-5.89%204.4-7.25h.66c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75H5.75c-.41%200-.75.34-.75.75s.34.75.75.75h.66c.38%201.36%201.55%204.74%204.4%207.25c-2.85%202.51-4.02%205.89-4.4%207.25h-.66c-.41%200-.75.34-.75.75s.34.75.75.75h12.5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75M7.98%204.75h8.03c-.45%201.42-1.6%204.25-4.02%206.28c-2.42-2.04-3.57-4.86-4.02-6.28ZM12%2012.97c2.42%202.04%203.57%204.86%204.02%206.28H7.98c.45-1.42%201.6-4.25%204.02-6.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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