hourglass icon

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

Name
hourglass-16
Set
Octicons
Style
16
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M2.75 1h10.5a.75.75 0 0 1 0 1.5h-.75v1.25a4.75 4.75 0 0 1-1.9 3.8l-.333.25a.25.25 0 0 0 0 .4l.333.25a4.75 4.75 0 0 1 1.9 3.8v1.25h.75a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.75v-1.25a4.75 4.75 0 0 1 1.9-3.8l.333-.25a.25.25 0 0 0 0-.4L5.4 7.55a4.75 4.75 0 0 1-1.9-3.8V2.5h-.75a.75.75 0 0 1 0-1.5M11 2.5H5v1.25c0 1.023.482 1.986 1.3 2.6l.333.25c.934.7.934 2.1 0 2.8l-.333.25a3.25 3.25 0 0 0-1.3 2.6v1.25h6v-1.25a3.25 3.25 0 0 0-1.3-2.6l-.333-.25a1.748 1.748 0 0 1 0-2.8l.333-.25a3.25 3.25 0 0 0 1.3-2.6Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonHourglass16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 1h10.5a.75.75 0 0 1 0 1.5h-.75v1.25a4.75 4.75 0 0 1-1.9 3.8l-.333.25a.25.25 0 0 0 0 .4l.333.25a4.75 4.75 0 0 1 1.9 3.8v1.25h.75a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.75v-1.25a4.75 4.75 0 0 1 1.9-3.8l.333-.25a.25.25 0 0 0 0-.4L5.4 7.55a4.75 4.75 0 0 1-1.9-3.8V2.5h-.75a.75.75 0 0 1 0-1.5M11 2.5H5v1.25c0 1.023.482 1.986 1.3 2.6l.333.25c.934.7.934 2.1 0 2.8l-.333.25a3.25 3.25 0 0 0-1.3 2.6v1.25h6v-1.25a3.25 3.25 0 0 0-1.3-2.6l-.333-.25a1.748 1.748 0 0 1 0-2.8l.333-.25a3.25 3.25 0 0 0 1.3-2.6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 1h10.5a.75.75 0 0 1 0 1.5h-.75v1.25a4.75 4.75 0 0 1-1.9 3.8l-.333.25a.25.25 0 0 0 0 .4l.333.25a4.75 4.75 0 0 1 1.9 3.8v1.25h.75a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.75v-1.25a4.75 4.75 0 0 1 1.9-3.8l.333-.25a.25.25 0 0 0 0-.4L5.4 7.55a4.75 4.75 0 0 1-1.9-3.8V2.5h-.75a.75.75 0 0 1 0-1.5M11 2.5H5v1.25c0 1.023.482 1.986 1.3 2.6l.333.25c.934.7.934 2.1 0 2.8l-.333.25a3.25 3.25 0 0 0-1.3 2.6v1.25h6v-1.25a3.25 3.25 0 0 0-1.3-2.6l-.333-.25a1.748 1.748 0 0 1 0-2.8l.333-.25a3.25 3.25 0 0 0 1.3-2.6Z"/></svg>
</template>

CSS

.icon-hourglass-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%201h10.5a.75.75%200%200%201%200%201.5h-.75v1.25a4.75%204.75%200%200%201-1.9%203.8l-.333.25a.25.25%200%200%200%200%20.4l.333.25a4.75%204.75%200%200%201%201.9%203.8v1.25h.75a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5h.75v-1.25a4.75%204.75%200%200%201%201.9-3.8l.333-.25a.25.25%200%200%200%200-.4L5.4%207.55a4.75%204.75%200%200%201-1.9-3.8V2.5h-.75a.75.75%200%200%201%200-1.5M11%202.5H5v1.25c0%201.023.482%201.986%201.3%202.6l.333.25c.934.7.934%202.1%200%202.8l-.333.25a3.25%203.25%200%200%200-1.3%202.6v1.25h6v-1.25a3.25%203.25%200%200%200-1.3-2.6l-.333-.25a1.748%201.748%200%200%201%200-2.8l.333-.25a3.25%203.25%200%200%200%201.3-2.6Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%201h10.5a.75.75%200%200%201%200%201.5h-.75v1.25a4.75%204.75%200%200%201-1.9%203.8l-.333.25a.25.25%200%200%200%200%20.4l.333.25a4.75%204.75%200%200%201%201.9%203.8v1.25h.75a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5h.75v-1.25a4.75%204.75%200%200%201%201.9-3.8l.333-.25a.25.25%200%200%200%200-.4L5.4%207.55a4.75%204.75%200%200%201-1.9-3.8V2.5h-.75a.75.75%200%200%201%200-1.5M11%202.5H5v1.25c0%201.023.482%201.986%201.3%202.6l.333.25c.934.7.934%202.1%200%202.8l-.333.25a3.25%203.25%200%200%200-1.3%202.6v1.25h6v-1.25a3.25%203.25%200%200%200-1.3-2.6l-.333-.25a1.748%201.748%200%200%201%200-2.8l.333-.25a3.25%203.25%200%200%200%201.3-2.6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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