round hourglass bottom icon

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

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

More communication icons from Google Material Icons

Use the round hourglass bottom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 22c1.1 0 2-.9 2-2l-.01-3.18c0-.53-.21-1.03-.58-1.41L14 12l3.41-3.43c.37-.37.58-.88.58-1.41L18 4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3.16c0 .53.21 1.04.58 1.42L10 12l-3.41 3.4c-.38.38-.59.89-.59 1.42V20c0 1.1.9 2 2 2zM8 7.09V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.09c0 .27-.11.52-.29.71L12 11.5L8.29 7.79c-.18-.18-.29-.44-.29-.7"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundHourglassBottom(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="M16 22c1.1 0 2-.9 2-2l-.01-3.18c0-.53-.21-1.03-.58-1.41L14 12l3.41-3.43c.37-.37.58-.88.58-1.41L18 4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3.16c0 .53.21 1.04.58 1.42L10 12l-3.41 3.4c-.38.38-.59.89-.59 1.42V20c0 1.1.9 2 2 2zM8 7.09V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.09c0 .27-.11.52-.29.71L12 11.5L8.29 7.79c-.18-.18-.29-.44-.29-.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 22c1.1 0 2-.9 2-2l-.01-3.18c0-.53-.21-1.03-.58-1.41L14 12l3.41-3.43c.37-.37.58-.88.58-1.41L18 4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3.16c0 .53.21 1.04.58 1.42L10 12l-3.41 3.4c-.38.38-.59.89-.59 1.42V20c0 1.1.9 2 2 2zM8 7.09V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.09c0 .27-.11.52-.29.71L12 11.5L8.29 7.79c-.18-.18-.29-.44-.29-.7"/></svg>
</template>

CSS

.icon-round-hourglass-bottom {
  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%22M16%2022c1.1%200%202-.9%202-2l-.01-3.18c0-.53-.21-1.03-.58-1.41L14%2012l3.41-3.43c.37-.37.58-.88.58-1.41L18%204c0-1.1-.9-2-2-2H8c-1.1%200-2%20.9-2%202v3.16c0%20.53.21%201.04.58%201.42L10%2012l-3.41%203.4c-.38.38-.59.89-.59%201.42V20c0%201.1.9%202%202%202zM8%207.09V5c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2.09c0%20.27-.11.52-.29.71L12%2011.5L8.29%207.79c-.18-.18-.29-.44-.29-.7%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%22M16%2022c1.1%200%202-.9%202-2l-.01-3.18c0-.53-.21-1.03-.58-1.41L14%2012l3.41-3.43c.37-.37.58-.88.58-1.41L18%204c0-1.1-.9-2-2-2H8c-1.1%200-2%20.9-2%202v3.16c0%20.53.21%201.04.58%201.42L10%2012l-3.41%203.4c-.38.38-.59.89-.59%201.42V20c0%201.1.9%202%202%202zM8%207.09V5c0-.55.45-1%201-1h6c.55%200%201%20.45%201%201v2.09c0%20.27-.11.52-.29.71L12%2011.5L8.29%207.79c-.18-.18-.29-.44-.29-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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