hourglass icon
hourglass-duotone from Reicon by REICON · Duotone · Time · MIT Free for personal and commercial use.
- Name
- hourglass-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All hourglass icons →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 IconshourglassKeyline IconshourglassLine AwesomehourglassLucidehourglassMaterial SymbolshourglassMaterial Symbols Light
More time icons from Reicon
Use the hourglass 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.867 2 5.8 2 5.198 3.3a2.5 2.5 0 0 0-.13.346c-.41 1.387 1.052 2.995 3.974 6.21L11 12h2l1.958-2.143c2.922-3.216 4.383-4.824 3.974-6.21a2.5 2.5 0 0 0-.13-.348C18.2 2 16.133 2 12 2" clip-rule="evenodd"/><path d="M5.198 20.7C5.8 22 7.867 22 12 22s6.2 0 6.802-1.3a2.5 2.5 0 0 0 .13-.346c.41-1.387-1.052-2.995-3.974-6.21L13 12h-2l-1.958 2.143c-2.922 3.216-4.383 4.824-3.974 6.21q.052.18.13.348" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHourglassDuotone(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.867 2 5.8 2 5.198 3.3a2.5 2.5 0 0 0-.13.346c-.41 1.387 1.052 2.995 3.974 6.21L11 12h2l1.958-2.143c2.922-3.216 4.383-4.824 3.974-6.21a2.5 2.5 0 0 0-.13-.348C18.2 2 16.133 2 12 2" clipRule="evenodd"/><path d="M5.198 20.7C5.8 22 7.867 22 12 22s6.2 0 6.802-1.3a2.5 2.5 0 0 0 .13-.346c.41-1.387-1.052-2.995-3.974-6.21L13 12h-2l-1.958 2.143c-2.922 3.216-4.383 4.824-3.974 6.21q.052.18.13.348" 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="currentColor"><path fill-rule="evenodd" d="M12 2C7.867 2 5.8 2 5.198 3.3a2.5 2.5 0 0 0-.13.346c-.41 1.387 1.052 2.995 3.974 6.21L11 12h2l1.958-2.143c2.922-3.216 4.383-4.824 3.974-6.21a2.5 2.5 0 0 0-.13-.348C18.2 2 16.133 2 12 2" clip-rule="evenodd"/><path d="M5.198 20.7C5.8 22 7.867 22 12 22s6.2 0 6.802-1.3a2.5 2.5 0 0 0 .13-.346c.41-1.387-1.052-2.995-3.974-6.21L13 12h-2l-1.958 2.143c-2.922 3.216-4.383 4.824-3.974 6.21q.052.18.13.348" opacity=".5"/></g></svg> </template>
CSS
.icon-hourglass-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.867%202%205.8%202%205.198%203.3a2.5%202.5%200%200%200-.13.346c-.41%201.387%201.052%202.995%203.974%206.21L11%2012h2l1.958-2.143c2.922-3.216%204.383-4.824%203.974-6.21a2.5%202.5%200%200%200-.13-.348C18.2%202%2016.133%202%2012%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.198%2020.7C5.8%2022%207.867%2022%2012%2022s6.2%200%206.802-1.3a2.5%202.5%200%200%200%20.13-.346c.41-1.387-1.052-2.995-3.974-6.21L13%2012h-2l-1.958%202.143c-2.922%203.216-4.383%204.824-3.974%206.21q.052.18.13.348%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C7.867%202%205.8%202%205.198%203.3a2.5%202.5%200%200%200-.13.346c-.41%201.387%201.052%202.995%203.974%206.21L11%2012h2l1.958-2.143c2.922-3.216%204.383-4.824%203.974-6.21a2.5%202.5%200%200%200-.13-.348C18.2%202%2016.133%202%2012%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.198%2020.7C5.8%2022%207.867%2022%2012%2022s6.2%200%206.802-1.3a2.5%202.5%200%200%200%20.13-.346c.41-1.387-1.052-2.995-3.974-6.21L13%2012h-2l-1.958%202.143c-2.922%203.216-4.383%204.824-3.974%206.21q.052.18.13.348%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/reicon/hourglass-duotone.svg?color=%231a73e8&size=48