round hourglass disabled icon

round-hourglass-disabled from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-hourglass-disabled
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="M2.81 2.81a.996.996 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l8.19 8.19l-3 3.01c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c.86 0 1.58-.54 1.87-1.3l1.91 1.91a.996.996 0 1 0 1.41-1.41zM16 19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l2.84-2.84L16 18.83zM8 5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-2.84 2.84l1.25 1.25l3-2.99c.38-.38.59-.89.59-1.42V4a2 2 0 0 0-2-2H8c-.86 0-1.58.54-1.87 1.3L8 5.17z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundHourglassDisabled(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="M2.81 2.81a.996.996 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l8.19 8.19l-3 3.01c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c.86 0 1.58-.54 1.87-1.3l1.91 1.91a.996.996 0 1 0 1.41-1.41zM16 19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l2.84-2.84L16 18.83zM8 5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-2.84 2.84l1.25 1.25l3-2.99c.38-.38.59-.89.59-1.42V4a2 2 0 0 0-2-2H8c-.86 0-1.58.54-1.87 1.3L8 5.17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.81 2.81a.996.996 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l8.19 8.19l-3 3.01c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c.86 0 1.58-.54 1.87-1.3l1.91 1.91a.996.996 0 1 0 1.41-1.41zM16 19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l2.84-2.84L16 18.83zM8 5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-2.84 2.84l1.25 1.25l3-2.99c.38-.38.59-.89.59-1.42V4a2 2 0 0 0-2-2H8c-.86 0-1.58.54-1.87 1.3L8 5.17z"/></svg>
</template>

CSS

.icon-round-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%22M2.81%202.81a.996.996%200%200%200-1.41%200C1%203.2%201%203.83%201.39%204.22l8.19%208.19l-3%203.01c-.37.38-.58.89-.58%201.42V20c0%201.1.9%202%202%202h8c.86%200%201.58-.54%201.87-1.3l1.91%201.91a.996.996%200%201%200%201.41-1.41zM16%2019c0%20.55-.45%201-1%201H9c-.55%200-1-.45-1-1v-2.5l2.84-2.84L16%2018.83zM8%205c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2.5l-2.84%202.84l1.25%201.25l3-2.99c.38-.38.59-.89.59-1.42V4a2%202%200%200%200-2-2H8c-.86%200-1.58.54-1.87%201.3L8%205.17z%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%22M2.81%202.81a.996.996%200%200%200-1.41%200C1%203.2%201%203.83%201.39%204.22l8.19%208.19l-3%203.01c-.37.38-.58.89-.58%201.42V20c0%201.1.9%202%202%202h8c.86%200%201.58-.54%201.87-1.3l1.91%201.91a.996.996%200%201%200%201.41-1.41zM16%2019c0%20.55-.45%201-1%201H9c-.55%200-1-.45-1-1v-2.5l2.84-2.84L16%2018.83zM8%205c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2.5l-2.84%202.84l1.25%201.25l3-2.99c.38-.38.59-.89.59-1.42V4a2%202%200%200%200-2-2H8c-.86%200-1.58.54-1.87%201.3L8%205.17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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