Hourglass Line 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 { IconHourglassLine } from "@devigner-ui/icons";
<IconHourglassLine className="size-6" />
<script setup>
import { IconHourglassLine } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHourglassLine class="size-6" />
</template>
<script>
import { IconHourglassLine } from "@devigner-ui/icons-svelte";
</script>
<IconHourglassLine class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m12 12-2.96 2.93c-2.92 2.9-4.38 4.34-3.97 5.59q.05.16.13.31C5.8 22 7.87 22 12 22s6.2 0 6.8-1.17q.08-.15.13-.31c.41-1.25-1.05-2.7-3.97-5.6zm0 0 2.96-2.93c2.92-2.9 4.38-4.34 3.97-5.59q-.05-.15-.13-.31C18.2 2 16.13 2 12 2S5.8 2 5.2 3.17q-.08.15-.13.31c-.41 1.25 1.05 2.7 3.97 5.6z" stroke="currentColor" stroke-width="1.5"></path><path d="M10 5.5h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10 18.5h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>