hourglass empty icon

hourglass-empty from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
hourglass-empty
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the hourglass empty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32C0 14.33 14.33 0 32 0h320c17.7 0 32 14.33 32 32s-14.3 32-32 32v10.98c0 42.42-16.9 83.12-46.9 113.12L237.3 256l67.8 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.67 0-32-14.3-32-32s14.33-32 32-32v-11c0-42.4 16.86-83.1 46.86-113.1L146.7 256l-67.84-67.9C48.86 158.1 32 117.4 32 74.98V64C14.33 64 0 49.67 0 32zm96 32v10.98c0 25.42 10.1 49.92 28.1 67.92l67.9 67.8l67.9-67.8c18-18 28.1-42.5 28.1-67.92V64H96zm0 384h192v-11c0-25.4-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.8c-18 18-28.1 42.5-28.1 67.9v11z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHourglassEmpty(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="M0 32C0 14.33 14.33 0 32 0h320c17.7 0 32 14.33 32 32s-14.3 32-32 32v10.98c0 42.42-16.9 83.12-46.9 113.12L237.3 256l67.8 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.67 0-32-14.3-32-32s14.33-32 32-32v-11c0-42.4 16.86-83.1 46.86-113.1L146.7 256l-67.84-67.9C48.86 158.1 32 117.4 32 74.98V64C14.33 64 0 49.67 0 32zm96 32v10.98c0 25.42 10.1 49.92 28.1 67.92l67.9 67.8l67.9-67.8c18-18 28.1-42.5 28.1-67.92V64H96zm0 384h192v-11c0-25.4-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.8c-18 18-28.1 42.5-28.1 67.9v11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32C0 14.33 14.33 0 32 0h320c17.7 0 32 14.33 32 32s-14.3 32-32 32v10.98c0 42.42-16.9 83.12-46.9 113.12L237.3 256l67.8 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.67 0-32-14.3-32-32s14.33-32 32-32v-11c0-42.4 16.86-83.1 46.86-113.1L146.7 256l-67.84-67.9C48.86 158.1 32 117.4 32 74.98V64C14.33 64 0 49.67 0 32zm96 32v10.98c0 25.42 10.1 49.92 28.1 67.92l67.9 67.8l67.9-67.8c18-18 28.1-42.5 28.1-67.92V64H96zm0 384h192v-11c0-25.4-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.8c-18 18-28.1 42.5-28.1 67.9v11z"/></svg>
</template>

CSS

.icon-hourglass-empty {
  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%22M0%2032C0%2014.33%2014.33%200%2032%200h320c17.7%200%2032%2014.33%2032%2032s-14.3%2032-32%2032v10.98c0%2042.42-16.9%2083.12-46.9%20113.12L237.3%20256l67.8%2067.9c30%2030%2046.9%2070.7%2046.9%20113.1v11c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.67%200-32-14.3-32-32s14.33-32%2032-32v-11c0-42.4%2016.86-83.1%2046.86-113.1L146.7%20256l-67.84-67.9C48.86%20158.1%2032%20117.4%2032%2074.98V64C14.33%2064%200%2049.67%200%2032zm96%2032v10.98c0%2025.42%2010.1%2049.92%2028.1%2067.92l67.9%2067.8l67.9-67.8c18-18%2028.1-42.5%2028.1-67.92V64H96zm0%20384h192v-11c0-25.4-10.1-49.9-28.1-67.9L192%20301.3l-67.9%2067.8c-18%2018-28.1%2042.5-28.1%2067.9v11z%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%22M0%2032C0%2014.33%2014.33%200%2032%200h320c17.7%200%2032%2014.33%2032%2032s-14.3%2032-32%2032v10.98c0%2042.42-16.9%2083.12-46.9%20113.12L237.3%20256l67.8%2067.9c30%2030%2046.9%2070.7%2046.9%20113.1v11c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.67%200-32-14.3-32-32s14.33-32%2032-32v-11c0-42.4%2016.86-83.1%2046.86-113.1L146.7%20256l-67.84-67.9C48.86%20158.1%2032%20117.4%2032%2074.98V64C14.33%2064%200%2049.67%200%2032zm96%2032v10.98c0%2025.42%2010.1%2049.92%2028.1%2067.92l67.9%2067.8l67.9-67.8c18-18%2028.1-42.5%2028.1-67.92V64H96zm0%20384h192v-11c0-25.4-10.1-49.9-28.1-67.9L192%20301.3l-67.9%2067.8c-18%2018-28.1%2042.5-28.1%2067.9v11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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