hourglass icon
hourglass-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- hourglass-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
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 IconshourglassFirefox OS EmojihourglassHuge IconshourglassIconParkhourglassIconPark OutlinehourglassIconoirhourglassIonIconshourglassJam IconshourglassLine AwesomehourglassLucidehourglassMaterial SymbolshourglassMaterial Symbols Lighthourglass-16OcticonshourglassPhosphor
Related icons in Fluent UI System Icons
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="M17.25 4.5H6.75a.25.25 0 0 0-.25.25v.6A3.24 3.24 0 0 0 7.92 8L10 9.48c.42.278.77.65 1.02 1.089a2.8 2.8 0 0 1 0 2.862c-.25.438-.6.811-1.02 1.089L7.92 16a3.24 3.24 0 0 0-1.42 2.65v.6a.25.25 0 0 0 .25.25h10.5a.25.25 0 0 0 .25-.25v-.6A3.24 3.24 0 0 0 16.08 16L14 14.52a3.2 3.2 0 0 1-1.02-1.089a2.8 2.8 0 0 1 0-2.862c.25-.438.6-.811 1.02-1.089L16.08 8a3.24 3.24 0 0 0 1.42-2.65v-.6a.25.25 0 0 0-.25-.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentHourglass24Filled(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="M17.25 4.5H6.75a.25.25 0 0 0-.25.25v.6A3.24 3.24 0 0 0 7.92 8L10 9.48c.42.278.77.65 1.02 1.089a2.8 2.8 0 0 1 0 2.862c-.25.438-.6.811-1.02 1.089L7.92 16a3.24 3.24 0 0 0-1.42 2.65v.6a.25.25 0 0 0 .25.25h10.5a.25.25 0 0 0 .25-.25v-.6A3.24 3.24 0 0 0 16.08 16L14 14.52a3.2 3.2 0 0 1-1.02-1.089a2.8 2.8 0 0 1 0-2.862c.25-.438.6-.811 1.02-1.089L16.08 8a3.24 3.24 0 0 0 1.42-2.65v-.6a.25.25 0 0 0-.25-.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.25 4.5H6.75a.25.25 0 0 0-.25.25v.6A3.24 3.24 0 0 0 7.92 8L10 9.48c.42.278.77.65 1.02 1.089a2.8 2.8 0 0 1 0 2.862c-.25.438-.6.811-1.02 1.089L7.92 16a3.24 3.24 0 0 0-1.42 2.65v.6a.25.25 0 0 0 .25.25h10.5a.25.25 0 0 0 .25-.25v-.6A3.24 3.24 0 0 0 16.08 16L14 14.52a3.2 3.2 0 0 1-1.02-1.089a2.8 2.8 0 0 1 0-2.862c.25-.438.6-.811 1.02-1.089L16.08 8a3.24 3.24 0 0 0 1.42-2.65v-.6a.25.25 0 0 0-.25-.25"/></svg> </template>
CSS
.icon-hourglass-24-filled {
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%22M17.25%204.5H6.75a.25.25%200%200%200-.25.25v.6A3.24%203.24%200%200%200%207.92%208L10%209.48c.42.278.77.65%201.02%201.089a2.8%202.8%200%200%201%200%202.862c-.25.438-.6.811-1.02%201.089L7.92%2016a3.24%203.24%200%200%200-1.42%202.65v.6a.25.25%200%200%200%20.25.25h10.5a.25.25%200%200%200%20.25-.25v-.6A3.24%203.24%200%200%200%2016.08%2016L14%2014.52a3.2%203.2%200%200%201-1.02-1.089a2.8%202.8%200%200%201%200-2.862c.25-.438.6-.811%201.02-1.089L16.08%208a3.24%203.24%200%200%200%201.42-2.65v-.6a.25.25%200%200%200-.25-.25%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%22M17.25%204.5H6.75a.25.25%200%200%200-.25.25v.6A3.24%203.24%200%200%200%207.92%208L10%209.48c.42.278.77.65%201.02%201.089a2.8%202.8%200%200%201%200%202.862c-.25.438-.6.811-1.02%201.089L7.92%2016a3.24%203.24%200%200%200-1.42%202.65v.6a.25.25%200%200%200%20.25.25h10.5a.25.25%200%200%200%20.25-.25v-.6A3.24%203.24%200%200%200%2016.08%2016L14%2014.52a3.2%203.2%200%200%201-1.02-1.089a2.8%202.8%200%200%201%200-2.862c.25-.438.6-.811%201.02-1.089L16.08%208a3.24%203.24%200%200%200%201.42-2.65v-.6a.25.25%200%200%200-.25-.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hourglass-24-filled.svg?color=%231a73e8&size=48