hourglass disabled icon

hourglass-disabled-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
hourglass-disabled-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
hourglass-disabled-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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.756 22.171L19.579 21H5.5q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20h1.308v-3q0-1.91 1.097-3.238t2.564-1.724v-.096q-.934-.269-2.026-1.18T7.002 8.423L2.241 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.192 4H7.031q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T7.03 3H18.5q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-1.308v3q0 1.24-.748 2.363t-1.765 1.889q-.14.11-.323.068t-.287-.218q-.104-.158-.07-.34t.174-.304q.806-.614 1.413-1.527T16.192 7zM7.808 20h8.384v-2.386l-4.813-4.795q-1.356.206-2.463 1.312Q7.807 15.237 7.807 17zm9.384 0h1.347l-1.347-1.577z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHourglassDisabledRounded(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.756 22.171L19.579 21H5.5q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20h1.308v-3q0-1.91 1.097-3.238t2.564-1.724v-.096q-.934-.269-2.026-1.18T7.002 8.423L2.241 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.192 4H7.031q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T7.03 3H18.5q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-1.308v3q0 1.24-.748 2.363t-1.765 1.889q-.14.11-.323.068t-.287-.218q-.104-.158-.07-.34t.174-.304q.806-.614 1.413-1.527T16.192 7zM7.808 20h8.384v-2.386l-4.813-4.795q-1.356.206-2.463 1.312Q7.807 15.237 7.807 17zm9.384 0h1.347l-1.347-1.577z"/></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.756 22.171L19.579 21H5.5q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20h1.308v-3q0-1.91 1.097-3.238t2.564-1.724v-.096q-.934-.269-2.026-1.18T7.002 8.423L2.241 3.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.192 4H7.031q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T7.03 3H18.5q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-1.308v3q0 1.24-.748 2.363t-1.765 1.889q-.14.11-.323.068t-.287-.218q-.104-.158-.07-.34t.174-.304q.806-.614 1.413-1.527T16.192 7zM7.808 20h8.384v-2.386l-4.813-4.795q-1.356.206-2.463 1.312Q7.807 15.237 7.807 17zm9.384 0h1.347l-1.347-1.577z"/></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%22M20.756%2022.171L19.579%2021H5.5q-.213%200-.357-.143T5%2020.5t.143-.357T5.5%2020h1.308v-3q0-1.91%201.097-3.238t2.564-1.724v-.096q-.934-.269-2.026-1.18T7.002%208.423L2.241%203.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.192%204H7.031q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341T7.03%203H18.5q.214%200%20.357.143T19%203.5t-.143.357T18.5%204h-1.308v3q0%201.24-.748%202.363t-1.765%201.889q-.14.11-.323.068t-.287-.218q-.104-.158-.07-.34t.174-.304q.806-.614%201.413-1.527T16.192%207zM7.808%2020h8.384v-2.386l-4.813-4.795q-1.356.206-2.463%201.312Q7.807%2015.237%207.807%2017zm9.384%200h1.347l-1.347-1.577z%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.756%2022.171L19.579%2021H5.5q-.213%200-.357-.143T5%2020.5t.143-.357T5.5%2020h1.308v-3q0-1.91%201.097-3.238t2.564-1.724v-.096q-.934-.269-2.026-1.18T7.002%208.423L2.241%203.662q-.147-.146-.156-.347t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M16.192%204H7.031q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341T7.03%203H18.5q.214%200%20.357.143T19%203.5t-.143.357T18.5%204h-1.308v3q0%201.24-.748%202.363t-1.765%201.889q-.14.11-.323.068t-.287-.218q-.104-.158-.07-.34t.174-.304q.806-.614%201.413-1.527T16.192%207zM7.808%2020h8.384v-2.386l-4.813-4.795q-1.356.206-2.463%201.312Q7.807%2015.237%207.807%2017zm9.384%200h1.347l-1.347-1.577z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hourglass-disabled-rounded.svg?color=%231a73e8&size=48