Hourglass icon in outline, twotone, bold and bulk. Free in all four styles, for calendar, scheduling, alarms, timers, history. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHourglass } from "@devigner-ui/icons";
<IconHourglass className="size-6" />
<script setup>
import { IconHourglass } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHourglass class="size-6" />
</template>
<script>
import { IconHourglass } from "@devigner-ui/icons-svelte";
</script>
<IconHourglass class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.96 9.07 12 12 9.04 9.07c-2.92-2.9-4.38-4.34-3.97-5.59q.05-.15.13-.31C5.8 2 7.87 2 12 2s6.2 0 6.8 1.17q.08.15.13.31c.41 1.25-1.05 2.7-3.97 5.6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9.04 14.93 12 12l2.96 2.93c2.92 2.9 4.38 4.34 3.97 5.59q-.05.16-.13.31C18.2 22 16.13 22 12 22s-6.2 0-6.8-1.17q-.08-.15-.13-.31c-.41-1.25 1.05-2.7 3.97-5.6" stroke="currentColor" stroke-width="1.5"></path></svg>