hourglass line icon
hourglass-line-bold-duotone from Solar by 480 Design · Bold Duotone · Time · CC-BY-4.0 Attribution required.
- Name
- hourglass-line-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Time
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-boldstopwatch-boldstopwatch-pause-boldstopwatch-play-boldwatch-round-boldwatch-square-bold
Use the hourglass line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 2C7.86697 2 5.80046 2 5.19825 3.29918C5.14649 3.41086 5.10282 3.52686 5.06765 3.6461C4.65857 5.0333 6.11981 6.64111 9.0423 9.85674L11 12H13L14.9577 9.85674C17.8802 6.64111 19.3414 5.0333 18.9323 3.6461C18.8972 3.52686 18.8535 3.41086 18.8017 3.29918C18.1995 2 16.133 2 12 2ZM10 4.75C9.58579 4.75 9.25 5.08579 9.25 5.5C9.25 5.91421 9.58579 6.25 10 6.25H14C14.4142 6.25 14.75 5.91421 14.75 5.5C14.75 5.08579 14.4142 4.75 14 4.75H10Z" clip-rule="evenodd"/><path d="M5.19825 20.7008C5.80046 22 7.86697 22 12 22C16.133 22 18.1995 22 18.8017 20.7008C18.8535 20.5891 18.8972 20.4731 18.9323 20.3539C19.3414 18.9667 17.8802 17.3589 14.9577 14.1433L13 12H11L9.0423 14.1433C6.11981 17.3589 4.65857 18.9667 5.06765 20.3539C5.10282 20.4731 5.14649 20.5891 5.19825 20.7008Z" opacity=".5"/><path d="M10 17.75C9.58579 17.75 9.25 18.0858 9.25 18.5C9.25 18.9142 9.58579 19.25 10 19.25H14C14.4142 19.25 14.75 18.9142 14.75 18.5C14.75 18.0858 14.4142 17.75 14 17.75H10Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHourglassLineBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12 2C7.86697 2 5.80046 2 5.19825 3.29918C5.14649 3.41086 5.10282 3.52686 5.06765 3.6461C4.65857 5.0333 6.11981 6.64111 9.0423 9.85674L11 12H13L14.9577 9.85674C17.8802 6.64111 19.3414 5.0333 18.9323 3.6461C18.8972 3.52686 18.8535 3.41086 18.8017 3.29918C18.1995 2 16.133 2 12 2ZM10 4.75C9.58579 4.75 9.25 5.08579 9.25 5.5C9.25 5.91421 9.58579 6.25 10 6.25H14C14.4142 6.25 14.75 5.91421 14.75 5.5C14.75 5.08579 14.4142 4.75 14 4.75H10Z" clipRule="evenodd"/><path d="M5.19825 20.7008C5.80046 22 7.86697 22 12 22C16.133 22 18.1995 22 18.8017 20.7008C18.8535 20.5891 18.8972 20.4731 18.9323 20.3539C19.3414 18.9667 17.8802 17.3589 14.9577 14.1433L13 12H11L9.0423 14.1433C6.11981 17.3589 4.65857 18.9667 5.06765 20.3539C5.10282 20.4731 5.14649 20.5891 5.19825 20.7008Z" opacity=".5"/><path d="M10 17.75C9.58579 17.75 9.25 18.0858 9.25 18.5C9.25 18.9142 9.58579 19.25 10 19.25H14C14.4142 19.25 14.75 18.9142 14.75 18.5C14.75 18.0858 14.4142 17.75 14 17.75H10Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 2C7.86697 2 5.80046 2 5.19825 3.29918C5.14649 3.41086 5.10282 3.52686 5.06765 3.6461C4.65857 5.0333 6.11981 6.64111 9.0423 9.85674L11 12H13L14.9577 9.85674C17.8802 6.64111 19.3414 5.0333 18.9323 3.6461C18.8972 3.52686 18.8535 3.41086 18.8017 3.29918C18.1995 2 16.133 2 12 2ZM10 4.75C9.58579 4.75 9.25 5.08579 9.25 5.5C9.25 5.91421 9.58579 6.25 10 6.25H14C14.4142 6.25 14.75 5.91421 14.75 5.5C14.75 5.08579 14.4142 4.75 14 4.75H10Z" clip-rule="evenodd"/><path d="M5.19825 20.7008C5.80046 22 7.86697 22 12 22C16.133 22 18.1995 22 18.8017 20.7008C18.8535 20.5891 18.8972 20.4731 18.9323 20.3539C19.3414 18.9667 17.8802 17.3589 14.9577 14.1433L13 12H11L9.0423 14.1433C6.11981 17.3589 4.65857 18.9667 5.06765 20.3539C5.10282 20.4731 5.14649 20.5891 5.19825 20.7008Z" opacity=".5"/><path d="M10 17.75C9.58579 17.75 9.25 18.0858 9.25 18.5C9.25 18.9142 9.58579 19.25 10 19.25H14C14.4142 19.25 14.75 18.9142 14.75 18.5C14.75 18.0858 14.4142 17.75 14 17.75H10Z"/></g></svg> </template>
CSS
.icon-hourglass-line-bold-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C7.86697%202%205.80046%202%205.19825%203.29918C5.14649%203.41086%205.10282%203.52686%205.06765%203.6461C4.65857%205.0333%206.11981%206.64111%209.0423%209.85674L11%2012H13L14.9577%209.85674C17.8802%206.64111%2019.3414%205.0333%2018.9323%203.6461C18.8972%203.52686%2018.8535%203.41086%2018.8017%203.29918C18.1995%202%2016.133%202%2012%202ZM10%204.75C9.58579%204.75%209.25%205.08579%209.25%205.5C9.25%205.91421%209.58579%206.25%2010%206.25H14C14.4142%206.25%2014.75%205.91421%2014.75%205.5C14.75%205.08579%2014.4142%204.75%2014%204.75H10Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.19825%2020.7008C5.80046%2022%207.86697%2022%2012%2022C16.133%2022%2018.1995%2022%2018.8017%2020.7008C18.8535%2020.5891%2018.8972%2020.4731%2018.9323%2020.3539C19.3414%2018.9667%2017.8802%2017.3589%2014.9577%2014.1433L13%2012H11L9.0423%2014.1433C6.11981%2017.3589%204.65857%2018.9667%205.06765%2020.3539C5.10282%2020.4731%205.14649%2020.5891%205.19825%2020.7008Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2017.75C9.58579%2017.75%209.25%2018.0858%209.25%2018.5C9.25%2018.9142%209.58579%2019.25%2010%2019.25H14C14.4142%2019.25%2014.75%2018.9142%2014.75%2018.5C14.75%2018.0858%2014.4142%2017.75%2014%2017.75H10Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C7.86697%202%205.80046%202%205.19825%203.29918C5.14649%203.41086%205.10282%203.52686%205.06765%203.6461C4.65857%205.0333%206.11981%206.64111%209.0423%209.85674L11%2012H13L14.9577%209.85674C17.8802%206.64111%2019.3414%205.0333%2018.9323%203.6461C18.8972%203.52686%2018.8535%203.41086%2018.8017%203.29918C18.1995%202%2016.133%202%2012%202ZM10%204.75C9.58579%204.75%209.25%205.08579%209.25%205.5C9.25%205.91421%209.58579%206.25%2010%206.25H14C14.4142%206.25%2014.75%205.91421%2014.75%205.5C14.75%205.08579%2014.4142%204.75%2014%204.75H10Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.19825%2020.7008C5.80046%2022%207.86697%2022%2012%2022C16.133%2022%2018.1995%2022%2018.8017%2020.7008C18.8535%2020.5891%2018.8972%2020.4731%2018.9323%2020.3539C19.3414%2018.9667%2017.8802%2017.3589%2014.9577%2014.1433L13%2012H11L9.0423%2014.1433C6.11981%2017.3589%204.65857%2018.9667%205.06765%2020.3539C5.10282%2020.4731%205.14649%2020.5891%205.19825%2020.7008Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2017.75C9.58579%2017.75%209.25%2018.0858%209.25%2018.5C9.25%2018.9142%209.58579%2019.25%2010%2019.25H14C14.4142%2019.25%2014.75%2018.9142%2014.75%2018.5C14.75%2018.0858%2014.4142%2017.75%2014%2017.75H10Z%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-bold-duotone.svg?color=%231a73e8&size=48