hourglass half icon
hourglass-half from Font Awesome Regular by Dave Gandy · Regular · Date & Time · CC-BY-4.0 Attribution required.
- Name
- hourglass-half
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Date & Time
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More date & time icons from Font Awesome Regular
Use the hourglass half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 88c0-13.3 10.7-24 24-24h336c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v19c0 40.3-16 79-44.5 107.5L354 320l81.5 81.5C464 430 480 468.7 480 509v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-19c0-40.3 16-79 44.5-107.5L286 320l-81.5-81.5C176 210 160 171.3 160 131v-19h-8c-13.3 0-24-10.7-24-24m110.5 347.5c-3.9 3.9-7.5 8.1-10.7 12.5h184.4c-3.2-4.4-6.8-8.6-10.7-12.5L320 354zM208.8 496c-.5 4.3-.8 8.6-.8 13v19h224v-19c0-4.4-.3-8.7-.8-13zm173.3-272H258l62.1 62.1l62.1-62.1zm39.7-48c6.6-13.9 10.2-29.3 10.2-45v-19H208v19c0 15.7 3.6 31.1 10.2 45h203.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularHourglassHalf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 88c0-13.3 10.7-24 24-24h336c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v19c0 40.3-16 79-44.5 107.5L354 320l81.5 81.5C464 430 480 468.7 480 509v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-19c0-40.3 16-79 44.5-107.5L286 320l-81.5-81.5C176 210 160 171.3 160 131v-19h-8c-13.3 0-24-10.7-24-24m110.5 347.5c-3.9 3.9-7.5 8.1-10.7 12.5h184.4c-3.2-4.4-6.8-8.6-10.7-12.5L320 354zM208.8 496c-.5 4.3-.8 8.6-.8 13v19h224v-19c0-4.4-.3-8.7-.8-13zm173.3-272H258l62.1 62.1l62.1-62.1zm39.7-48c6.6-13.9 10.2-29.3 10.2-45v-19H208v19c0 15.7 3.6 31.1 10.2 45h203.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 88c0-13.3 10.7-24 24-24h336c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v19c0 40.3-16 79-44.5 107.5L354 320l81.5 81.5C464 430 480 468.7 480 509v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h8v-19c0-40.3 16-79 44.5-107.5L286 320l-81.5-81.5C176 210 160 171.3 160 131v-19h-8c-13.3 0-24-10.7-24-24m110.5 347.5c-3.9 3.9-7.5 8.1-10.7 12.5h184.4c-3.2-4.4-6.8-8.6-10.7-12.5L320 354zM208.8 496c-.5 4.3-.8 8.6-.8 13v19h224v-19c0-4.4-.3-8.7-.8-13zm173.3-272H258l62.1 62.1l62.1-62.1zm39.7-48c6.6-13.9 10.2-29.3 10.2-45v-19H208v19c0 15.7 3.6 31.1 10.2 45h203.5z"/></svg> </template>
CSS
.icon-hourglass-half {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2088c0-13.3%2010.7-24%2024-24h336c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-8v19c0%2040.3-16%2079-44.5%20107.5L354%20320l81.5%2081.5C464%20430%20480%20468.7%20480%20509v19h8c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h8v-19c0-40.3%2016-79%2044.5-107.5L286%20320l-81.5-81.5C176%20210%20160%20171.3%20160%20131v-19h-8c-13.3%200-24-10.7-24-24m110.5%20347.5c-3.9%203.9-7.5%208.1-10.7%2012.5h184.4c-3.2-4.4-6.8-8.6-10.7-12.5L320%20354zM208.8%20496c-.5%204.3-.8%208.6-.8%2013v19h224v-19c0-4.4-.3-8.7-.8-13zm173.3-272H258l62.1%2062.1l62.1-62.1zm39.7-48c6.6-13.9%2010.2-29.3%2010.2-45v-19H208v19c0%2015.7%203.6%2031.1%2010.2%2045h203.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2088c0-13.3%2010.7-24%2024-24h336c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-8v19c0%2040.3-16%2079-44.5%20107.5L354%20320l81.5%2081.5C464%20430%20480%20468.7%20480%20509v19h8c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h8v-19c0-40.3%2016-79%2044.5-107.5L286%20320l-81.5-81.5C176%20210%20160%20171.3%20160%20131v-19h-8c-13.3%200-24-10.7-24-24m110.5%20347.5c-3.9%203.9-7.5%208.1-10.7%2012.5h184.4c-3.2-4.4-6.8-8.6-10.7-12.5L320%20354zM208.8%20496c-.5%204.3-.8%208.6-.8%2013v19h224v-19c0-4.4-.3-8.7-.8-13zm173.3-272H258l62.1%2062.1l62.1-62.1zm39.7-48c6.6-13.9%2010.2-29.3%2010.2-45v-19H208v19c0%2015.7%203.6%2031.1%2010.2%2045h203.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/hourglass-half.svg?color=%231a73e8&size=48