hourglass end icon
hourglass-end from Font Awesome 6 Solid by Dave Gandy · Regular · Date & Time · CC-BY-4.0 Attribution required.
- Name
- hourglass-end
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Date & Time
- Viewbox
- 384×512
- License
- CC BY 4.0
The same icon in other sets
More date & time icons from Font Awesome 6 Solid
Use the hourglass end icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32v11c0 42.4 16.9 83.1 46.9 113.1l67.8 67.9l-67.8 67.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32zm64 75V64h192v11c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHourglassEnd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32v11c0 42.4 16.9 83.1 46.9 113.1l67.8 67.9l-67.8 67.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32zm64 75V64h192v11c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32v11c0 42.4 16.9 83.1 46.9 113.1l67.8 67.9l-67.8 67.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32zm64 75V64h192v11c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75"/></svg> </template>
CSS
.icon-hourglass-end {
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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%200C14.3%200%200%2014.3%200%2032s14.3%2032%2032%2032v11c0%2042.4%2016.9%2083.1%2046.9%20113.1l67.8%2067.9l-67.8%2067.9C48.9%20353.9%2032%20394.6%2032%20437v11c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3%20256l67.9-67.9c30-30%2046.9-70.7%2046.9-113.1V64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm64%2075V64h192v11c0%2025.5-10.1%2049.9-28.1%2067.9L192%20210.7l-67.9-67.9C106.1%20124.9%2096%20100.4%2096%2075%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%200C14.3%200%200%2014.3%200%2032s14.3%2032%2032%2032v11c0%2042.4%2016.9%2083.1%2046.9%20113.1l67.8%2067.9l-67.8%2067.9C48.9%20353.9%2032%20394.6%2032%20437v11c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32v-11c0-42.4-16.9-83.1-46.9-113.1L237.3%20256l67.9-67.9c30-30%2046.9-70.7%2046.9-113.1V64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm64%2075V64h192v11c0%2025.5-10.1%2049.9-28.1%2067.9L192%20210.7l-67.9-67.9C106.1%20124.9%2096%20100.4%2096%2075%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hourglass-end.svg?color=%231a73e8&size=48