hourglass disabled icon
hourglass-disabled-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- hourglass-disabled-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hourglass-disabled-outline-rounded
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="m19.775 22.575l-.6-.575H5q-.425 0-.712-.288T4 21t.288-.712T5 20h1v-3q0-1.525.713-2.863T8.7 12q-.8-.5-1.362-1.2t-.913-1.55L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16 4H7.3q-.5 0-.75-.312T6.3 3t.25-.687T7.3 2H19q.425 0 .713.288T20 3t-.288.713T19 4h-1v3q0 1.375-.575 2.613t-1.65 2.062q-.275.225-.65.088t-.575-.488t-.137-.725t.337-.65q.575-.575.913-1.325T16 7zM8 20h8v-1.175L10.475 13.3q-1.125.475-1.8 1.475T8 17zm10 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHourglassDisabledRounded(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="m19.775 22.575l-.6-.575H5q-.425 0-.712-.288T4 21t.288-.712T5 20h1v-3q0-1.525.713-2.863T8.7 12q-.8-.5-1.362-1.2t-.913-1.55L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16 4H7.3q-.5 0-.75-.312T6.3 3t.25-.687T7.3 2H19q.425 0 .713.288T20 3t-.288.713T19 4h-1v3q0 1.375-.575 2.613t-1.65 2.062q-.275.225-.65.088t-.575-.488t-.137-.725t.337-.65q.575-.575.913-1.325T16 7zM8 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="m19.775 22.575l-.6-.575H5q-.425 0-.712-.288T4 21t.288-.712T5 20h1v-3q0-1.525.713-2.863T8.7 12q-.8-.5-1.362-1.2t-.913-1.55L1.375 4.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16 4H7.3q-.5 0-.75-.312T6.3 3t.25-.687T7.3 2H19q.425 0 .713.288T20 3t-.288.713T19 4h-1v3q0 1.375-.575 2.613t-1.65 2.062q-.275.225-.65.088t-.575-.488t-.137-.725t.337-.65q.575-.575.913-1.325T16 7zM8 20h8v-1.175L10.475 13.3q-1.125.475-1.8 1.475T8 17zm10 0"/></svg> </template>
CSS
.icon-hourglass-disabled-rounded {
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%22m19.775%2022.575l-.6-.575H5q-.425%200-.712-.288T4%2021t.288-.712T5%2020h1v-3q0-1.525.713-2.863T8.7%2012q-.8-.5-1.362-1.2t-.913-1.55L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16%204H7.3q-.5%200-.75-.312T6.3%203t.25-.687T7.3%202H19q.425%200%20.713.288T20%203t-.288.713T19%204h-1v3q0%201.375-.575%202.613t-1.65%202.062q-.275.225-.65.088t-.575-.488t-.137-.725t.337-.65q.575-.575.913-1.325T16%207zM8%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%22m19.775%2022.575l-.6-.575H5q-.425%200-.712-.288T4%2021t.288-.712T5%2020h1v-3q0-1.525.713-2.863T8.7%2012q-.8-.5-1.362-1.2t-.913-1.55L1.375%204.2q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4%2018.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16%204H7.3q-.5%200-.75-.312T6.3%203t.25-.687T7.3%202H19q.425%200%20.713.288T20%203t-.288.713T19%204h-1v3q0%201.375-.575%202.613t-1.65%202.062q-.275.225-.65.088t-.575-.488t-.137-.725t.337-.65q.575-.575.913-1.325T16%207zM8%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-rounded.svg?color=%231a73e8&size=48