hourglass icon
hourglass-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- hourglass-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign 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 Iconshourglass-12-filledFluent UI System IconshourglassFirefox OS EmojihourglassHuge IconshourglassIconParkhourglassIconPark OutlinehourglassIconoirhourglassIonIconshourglassJam IconshourglassLine AwesomehourglassLucidehourglassMaterial SymbolshourglassMaterial Symbols Lighthourglass-16Octicons
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="M4 2h16v3a8 8 0 0 1-4.124 7A8 8 0 0 1 20 19v3H4v-3a8 8 0 0 1 4.124-7A8 8 0 0 1 4 5zm14 3V4H6v1c0 .892.195 1.739.544 2.5h10.912c.35-.761.544-1.608.544-2.5m-6.998 8.083A6 6 0 0 0 6 19v1h1.1a5.01 5.01 0 0 1 3.902-3.9zm1.996 3.017A5.01 5.01 0 0 1 16.9 20H18v-1a6 6 0 0 0-5.002-5.917z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignHourglassFilled(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="M4 2h16v3a8 8 0 0 1-4.124 7A8 8 0 0 1 20 19v3H4v-3a8 8 0 0 1 4.124-7A8 8 0 0 1 4 5zm14 3V4H6v1c0 .892.195 1.739.544 2.5h10.912c.35-.761.544-1.608.544-2.5m-6.998 8.083A6 6 0 0 0 6 19v1h1.1a5.01 5.01 0 0 1 3.902-3.9zm1.996 3.017A5.01 5.01 0 0 1 16.9 20H18v-1a6 6 0 0 0-5.002-5.917z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 2h16v3a8 8 0 0 1-4.124 7A8 8 0 0 1 20 19v3H4v-3a8 8 0 0 1 4.124-7A8 8 0 0 1 4 5zm14 3V4H6v1c0 .892.195 1.739.544 2.5h10.912c.35-.761.544-1.608.544-2.5m-6.998 8.083A6 6 0 0 0 6 19v1h1.1a5.01 5.01 0 0 1 3.902-3.9zm1.996 3.017A5.01 5.01 0 0 1 16.9 20H18v-1a6 6 0 0 0-5.002-5.917z"/></svg> </template>
CSS
.icon-hourglass-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%22M4%202h16v3a8%208%200%200%201-4.124%207A8%208%200%200%201%2020%2019v3H4v-3a8%208%200%200%201%204.124-7A8%208%200%200%201%204%205zm14%203V4H6v1c0%20.892.195%201.739.544%202.5h10.912c.35-.761.544-1.608.544-2.5m-6.998%208.083A6%206%200%200%200%206%2019v1h1.1a5.01%205.01%200%200%201%203.902-3.9zm1.996%203.017A5.01%205.01%200%200%201%2016.9%2020H18v-1a6%206%200%200%200-5.002-5.917z%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%22M4%202h16v3a8%208%200%200%201-4.124%207A8%208%200%200%201%2020%2019v3H4v-3a8%208%200%200%201%204.124-7A8%208%200%200%201%204%205zm14%203V4H6v1c0%20.892.195%201.739.544%202.5h10.912c.35-.761.544-1.608.544-2.5m-6.998%208.083A6%206%200%200%200%206%2019v1h1.1a5.01%205.01%200%200%201%203.902-3.9zm1.996%203.017A5.01%205.01%200%200%201%2016.9%2020H18v-1a6%206%200%200%200-5.002-5.917z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/hourglass-filled.svg?color=%231a73e8&size=48