hourglass icon
hourglass-line-duotone from Solar by 480 Design · Line Duotone · Time · CC-BY-4.0 Attribution required.
- Name
- hourglass-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Time
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
hourglass-filledAnt Design IconshourglassBootstrap IconshourglassBoxIcons v2hourglassBoxIcons v2 SolidhourglassCarbonhourglassFramework7 IconshourglassFont Awesome 6 RegularhourglassFont Awesome 6 SolidhourglassFont Awesome RegularhourglassFont Awesome Solidhourglass-outlineFlowbite Iconshourglass-12-filledFluent UI System IconshourglassFirefox OS EmojihourglassHuge IconshourglassIconParkhourglassIconPark OutlinehourglassIconoirhourglassIonIconshourglassJam IconshourglassLine AwesomehourglassLucidehourglassMaterial SymbolshourglassMaterial Symbols Lighthourglass-16Octicons
More time icons from Solar
alarm-add-boldalarm-boldalarm-pause-boldalarm-play-boldalarm-remove-boldalarm-sleep-boldalarm-turn-off-boldcalendar-add-boldcalendar-boldcalendar-date-boldcalendar-mark-boldcalendar-minimalistic-boldcalendar-search-boldclock-circle-boldclock-square-boldhistory-2-boldhistory-3-boldhistory-boldhourglass-line-boldstopwatch-boldstopwatch-pause-boldstopwatch-play-boldwatch-round-boldwatch-square-bold
Use the hourglass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14.9577 9.07107L12 12L9.0423 9.07107L9.0423 9.07107C6.11981 6.177 4.65857 4.72997 5.06765 3.48149C5.10282 3.37417 5.14649 3.26977 5.19825 3.16926C5.80046 2 7.86697 2 12 2C16.133 2 18.1995 2 18.8017 3.16926C18.8535 3.26977 18.8972 3.37417 18.9323 3.48149C19.3414 4.72997 17.8802 6.177 14.9577 9.07107Z"/><path d="M9.0423 14.9289L12 12L14.9577 14.9289C17.8802 17.823 19.3414 19.27 18.9323 20.5185C18.8972 20.6258 18.8535 20.7302 18.8017 20.8307C18.1995 22 16.133 22 12 22C7.86697 22 5.80046 22 5.19825 20.8307C5.14649 20.7302 5.10282 20.6258 5.06765 20.5185C4.65857 19.27 6.11981 17.823 9.04229 14.9289L9.0423 14.9289Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHourglassLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M14.9577 9.07107L12 12L9.0423 9.07107L9.0423 9.07107C6.11981 6.177 4.65857 4.72997 5.06765 3.48149C5.10282 3.37417 5.14649 3.26977 5.19825 3.16926C5.80046 2 7.86697 2 12 2C16.133 2 18.1995 2 18.8017 3.16926C18.8535 3.26977 18.8972 3.37417 18.9323 3.48149C19.3414 4.72997 17.8802 6.177 14.9577 9.07107Z"/><path d="M9.0423 14.9289L12 12L14.9577 14.9289C17.8802 17.823 19.3414 19.27 18.9323 20.5185C18.8972 20.6258 18.8535 20.7302 18.8017 20.8307C18.1995 22 16.133 22 12 22C7.86697 22 5.80046 22 5.19825 20.8307C5.14649 20.7302 5.10282 20.6258 5.06765 20.5185C4.65857 19.27 6.11981 17.823 9.04229 14.9289L9.0423 14.9289Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14.9577 9.07107L12 12L9.0423 9.07107L9.0423 9.07107C6.11981 6.177 4.65857 4.72997 5.06765 3.48149C5.10282 3.37417 5.14649 3.26977 5.19825 3.16926C5.80046 2 7.86697 2 12 2C16.133 2 18.1995 2 18.8017 3.16926C18.8535 3.26977 18.8972 3.37417 18.9323 3.48149C19.3414 4.72997 17.8802 6.177 14.9577 9.07107Z"/><path d="M9.0423 14.9289L12 12L14.9577 14.9289C17.8802 17.823 19.3414 19.27 18.9323 20.5185C18.8972 20.6258 18.8535 20.7302 18.8017 20.8307C18.1995 22 16.133 22 12 22C7.86697 22 5.80046 22 5.19825 20.8307C5.14649 20.7302 5.10282 20.6258 5.06765 20.5185C4.65857 19.27 6.11981 17.823 9.04229 14.9289L9.0423 14.9289Z" opacity=".5"/></g></svg> </template>
CSS
.icon-hourglass-line-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.9577%209.07107L12%2012L9.0423%209.07107L9.0423%209.07107C6.11981%206.177%204.65857%204.72997%205.06765%203.48149C5.10282%203.37417%205.14649%203.26977%205.19825%203.16926C5.80046%202%207.86697%202%2012%202C16.133%202%2018.1995%202%2018.8017%203.16926C18.8535%203.26977%2018.8972%203.37417%2018.9323%203.48149C19.3414%204.72997%2017.8802%206.177%2014.9577%209.07107Z%22%2F%3E%3Cpath%20d%3D%22M9.0423%2014.9289L12%2012L14.9577%2014.9289C17.8802%2017.823%2019.3414%2019.27%2018.9323%2020.5185C18.8972%2020.6258%2018.8535%2020.7302%2018.8017%2020.8307C18.1995%2022%2016.133%2022%2012%2022C7.86697%2022%205.80046%2022%205.19825%2020.8307C5.14649%2020.7302%205.10282%2020.6258%205.06765%2020.5185C4.65857%2019.27%206.11981%2017.823%209.04229%2014.9289L9.0423%2014.9289Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.9577%209.07107L12%2012L9.0423%209.07107L9.0423%209.07107C6.11981%206.177%204.65857%204.72997%205.06765%203.48149C5.10282%203.37417%205.14649%203.26977%205.19825%203.16926C5.80046%202%207.86697%202%2012%202C16.133%202%2018.1995%202%2018.8017%203.16926C18.8535%203.26977%2018.8972%203.37417%2018.9323%203.48149C19.3414%204.72997%2017.8802%206.177%2014.9577%209.07107Z%22%2F%3E%3Cpath%20d%3D%22M9.0423%2014.9289L12%2012L14.9577%2014.9289C17.8802%2017.823%2019.3414%2019.27%2018.9323%2020.5185C18.8972%2020.6258%2018.8535%2020.7302%2018.8017%2020.8307C18.1995%2022%2016.133%2022%2012%2022C7.86697%2022%205.80046%2022%205.19825%2020.8307C5.14649%2020.7302%205.10282%2020.6258%205.06765%2020.5185C4.65857%2019.27%206.11981%2017.823%209.04229%2014.9289L9.0423%2014.9289Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/hourglass-line-duotone.svg?color=%231a73e8&size=48