hourglass disabled icon
hourglass-disabled from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- hourglass-disabled
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hourglass-disabled-outline, hourglass-disabled-outline-sharp, hourglass-disabled-sharp
1 other variant in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the hourglass disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.475 23.3l-1.3-1.3H4v-2h2v-3q0-1.525.713-2.863T8.7 12q-.8-.5-1.362-1.2t-.913-1.55L.675 3.5L2.1 2.075l19.8 19.8zM15.05 12.15l-1.5-1.475q1.125-.475 1.788-1.475T16 7V4H8v1.125L6.875 4l-2-2H20v2h-2v3q0 1.6-.775 2.975T15.05 12.15M8 20h8v-1.175L10.475 13.3q-1.125.475-1.8 1.475T8 17zm10 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHourglassDisabled(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="m20.475 23.3l-1.3-1.3H4v-2h2v-3q0-1.525.713-2.863T8.7 12q-.8-.5-1.362-1.2t-.913-1.55L.675 3.5L2.1 2.075l19.8 19.8zM15.05 12.15l-1.5-1.475q1.125-.475 1.788-1.475T16 7V4H8v1.125L6.875 4l-2-2H20v2h-2v3q0 1.6-.775 2.975T15.05 12.15M8 20h8v-1.175L10.475 13.3q-1.125.475-1.8 1.475T8 17zm10 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.475 23.3l-1.3-1.3H4v-2h2v-3q0-1.525.713-2.863T8.7 12q-.8-.5-1.362-1.2t-.913-1.55L.675 3.5L2.1 2.075l19.8 19.8zM15.05 12.15l-1.5-1.475q1.125-.475 1.788-1.475T16 7V4H8v1.125L6.875 4l-2-2H20v2h-2v3q0 1.6-.775 2.975T15.05 12.15M8 20h8v-1.175L10.475 13.3q-1.125.475-1.8 1.475T8 17zm10 0"/></svg> </template>
CSS
.icon-hourglass-disabled {
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%22m20.475%2023.3l-1.3-1.3H4v-2h2v-3q0-1.525.713-2.863T8.7%2012q-.8-.5-1.362-1.2t-.913-1.55L.675%203.5L2.1%202.075l19.8%2019.8zM15.05%2012.15l-1.5-1.475q1.125-.475%201.788-1.475T16%207V4H8v1.125L6.875%204l-2-2H20v2h-2v3q0%201.6-.775%202.975T15.05%2012.15M8%2020h8v-1.175L10.475%2013.3q-1.125.475-1.8%201.475T8%2017zm10%200%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%22m20.475%2023.3l-1.3-1.3H4v-2h2v-3q0-1.525.713-2.863T8.7%2012q-.8-.5-1.362-1.2t-.913-1.55L.675%203.5L2.1%202.075l19.8%2019.8zM15.05%2012.15l-1.5-1.475q1.125-.475%201.788-1.475T16%207V4H8v1.125L6.875%204l-2-2H20v2h-2v3q0%201.6-.775%202.975T15.05%2012.15M8%2020h8v-1.175L10.475%2013.3q-1.125.475-1.8%201.475T8%2017zm10%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hourglass-disabled.svg?color=%231a73e8&size=48