hourglass icon
hourglass from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- hourglass
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-hourglass
The same icon in other sets
hourglass-filledAnt Design IconshourglassBootstrap IconshourglassBoxIcons 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-16OcticonshourglassPhosphor
Use the hourglass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.566 11.021A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.02 7.02 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9m-1.015 3.681A5.01 5.01 0 0 1 17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299c.971-.573 1.55-1.554 1.55-2.622v-.158c0-1.069-.58-2.051-1.551-2.623A5.01 5.01 0 0 1 7 5V4h10v1c0 1.76-.938 3.406-2.449 4.298C13.58 9.87 13 10.852 13 11.921v.158c0 1.068.579 2.049 1.551 2.623"/></svg>
React
import type { SVGProps } from "react";
export function BxHourglass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.566 11.021A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.02 7.02 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9m-1.015 3.681A5.01 5.01 0 0 1 17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299c.971-.573 1.55-1.554 1.55-2.622v-.158c0-1.069-.58-2.051-1.551-2.623A5.01 5.01 0 0 1 7 5V4h10v1c0 1.76-.938 3.406-2.449 4.298C13.58 9.87 13 10.852 13 11.921v.158c0 1.068.579 2.049 1.551 2.623"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.566 11.021A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.02 7.02 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9m-1.015 3.681A5.01 5.01 0 0 1 17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299c.971-.573 1.55-1.554 1.55-2.622v-.158c0-1.069-.58-2.051-1.551-2.623A5.01 5.01 0 0 1 7 5V4h10v1c0 1.76-.938 3.406-2.449 4.298C13.58 9.87 13 10.852 13 11.921v.158c0 1.068.579 2.049 1.551 2.623"/></svg> </template>
CSS
.icon-hourglass {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.566%2011.021A7.02%207.02%200%200%200%2019%205V4h1V2H4v2h1v1a7.02%207.02%200%200%200%203.434%206.021c.354.208.566.545.566.9v.158c0%20.354-.212.69-.566.9A7.02%207.02%200%200%200%205%2019v1H4v2h16v-2h-1v-1a7.01%207.01%200%200%200-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9m-1.015%203.681A5.01%205.01%200%200%201%2017%2019v1H7v-1a5.01%205.01%200%200%201%202.45-4.299c.971-.573%201.55-1.554%201.55-2.622v-.158c0-1.069-.58-2.051-1.551-2.623A5.01%205.01%200%200%201%207%205V4h10v1c0%201.76-.938%203.406-2.449%204.298C13.58%209.87%2013%2010.852%2013%2011.921v.158c0%201.068.579%202.049%201.551%202.623%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.566%2011.021A7.02%207.02%200%200%200%2019%205V4h1V2H4v2h1v1a7.02%207.02%200%200%200%203.434%206.021c.354.208.566.545.566.9v.158c0%20.354-.212.69-.566.9A7.02%207.02%200%200%200%205%2019v1H4v2h16v-2h-1v-1a7.01%207.01%200%200%200-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9m-1.015%203.681A5.01%205.01%200%200%201%2017%2019v1H7v-1a5.01%205.01%200%200%201%202.45-4.299c.971-.573%201.55-1.554%201.55-2.622v-.158c0-1.069-.58-2.051-1.551-2.623A5.01%205.01%200%200%201%207%205V4h10v1c0%201.76-.938%203.406-2.449%204.298C13.58%209.87%2013%2010.852%2013%2011.921v.158c0%201.068.579%202.049%201.551%202.623%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/hourglass.svg?color=%231a73e8&size=48