Hour Glass Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Hour Glass icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310768.svg" alt="Hour Glass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310768.svg" alt="Hour Glass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310768.svg" alt="Hour Glass icon" :width="24" :height="24" />
CSS background
.icon-hour-glass {
background-image: url('https://proicons.com/icon/310768.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.7704 19.0711L18.6573 20.7669C18.6482 20.8903 18.5957 21.0065 18.5092 21.0949C18.4227 21.1833 18.3077 21.2382 18.1845 21.25H5.8512C5.7208 21.2478 5.59588 21.1972 5.50086 21.1078C5.40583 21.0185 5.34752 20.897 5.33731 20.7669L5.22425 19.0711C5.1821 18.4856 5.33773 17.9029 5.6662 17.4164L9.33536 12C9.43267 11.8615 9.48488 11.6964 9.48488 11.5272C9.48488 11.358 9.43267 11.1929 9.33536 11.0544L5.9437 6.55278C5.59732 6.08603 5.40998 5.5204 5.40925 4.93917V3.27417C5.40925 3.13515 5.46448 3.00183 5.56278 2.90352C5.66108 2.80522 5.7944 2.75 5.93342 2.75H18.1023C18.2413 2.75 18.3747 2.80522 18.473 2.90352C18.5713 3.00183 18.6265 3.13515 18.6265 3.27417V4.93917C18.6258 5.5204 18.4384 6.08603 18.092 6.55278L14.7209 10.9722C14.6236 11.1107 14.5714 11.2758 14.5714 11.445C14.5714 11.6142 14.6236 11.7793 14.7209 11.9178L18.349 17.3753C18.6793 17.8757 18.828 18.4743 18.7704 19.0711Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.37648 18.1667H14.6593" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Hour Glass in other icon packs
Copied!