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

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

1 other variant in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the hourglass top icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.808 20h8.384v-3q0-1.766-1.213-3.017Q13.766 12.73 12 12.73t-2.979 1.254T7.808 17zM5.5 21q-.213 0-.356-.144T5 20.499t.144-.356T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.356-.144T5 3.499t.144-.356T5.5 3h13q.213 0 .356.144t.144.357t-.144.356T18.5 4h-1.308v3q0 1.852-1.135 3.276T13.147 12q1.774.28 2.91 1.715q1.135 1.433 1.135 3.285v3H18.5q.213 0 .356.144t.144.357t-.144.356T18.5 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHourglassTopRounded(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="M7.808 20h8.384v-3q0-1.766-1.213-3.017Q13.766 12.73 12 12.73t-2.979 1.254T7.808 17zM5.5 21q-.213 0-.356-.144T5 20.499t.144-.356T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.356-.144T5 3.499t.144-.356T5.5 3h13q.213 0 .356.144t.144.357t-.144.356T18.5 4h-1.308v3q0 1.852-1.135 3.276T13.147 12q1.774.28 2.91 1.715q1.135 1.433 1.135 3.285v3H18.5q.213 0 .356.144t.144.357t-.144.356T18.5 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.808 20h8.384v-3q0-1.766-1.213-3.017Q13.766 12.73 12 12.73t-2.979 1.254T7.808 17zM5.5 21q-.213 0-.356-.144T5 20.499t.144-.356T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.356-.144T5 3.499t.144-.356T5.5 3h13q.213 0 .356.144t.144.357t-.144.356T18.5 4h-1.308v3q0 1.852-1.135 3.276T13.147 12q1.774.28 2.91 1.715q1.135 1.433 1.135 3.285v3H18.5q.213 0 .356.144t.144.357t-.144.356T18.5 21z"/></svg>
</template>

CSS

.icon-hourglass-top-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%22M7.808%2020h8.384v-3q0-1.766-1.213-3.017Q13.766%2012.73%2012%2012.73t-2.979%201.254T7.808%2017zM5.5%2021q-.213%200-.356-.144T5%2020.499t.144-.356T5.5%2020h1.308v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5.5q-.213%200-.356-.144T5%203.499t.144-.356T5.5%203h13q.213%200%20.356.144t.144.357t-.144.356T18.5%204h-1.308v3q0%201.852-1.135%203.276T13.147%2012q1.774.28%202.91%201.715q1.135%201.433%201.135%203.285v3H18.5q.213%200%20.356.144t.144.357t-.144.356T18.5%2021z%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%22M7.808%2020h8.384v-3q0-1.766-1.213-3.017Q13.766%2012.73%2012%2012.73t-2.979%201.254T7.808%2017zM5.5%2021q-.213%200-.356-.144T5%2020.499t.144-.356T5.5%2020h1.308v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5.5q-.213%200-.356-.144T5%203.499t.144-.356T5.5%203h13q.213%200%20.356.144t.144.357t-.144.356T18.5%204h-1.308v3q0%201.852-1.135%203.276T13.147%2012q1.774.28%202.91%201.715q1.135%201.433%201.135%203.285v3H18.5q.213%200%20.356.144t.144.357t-.144.356T18.5%2021z%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-top-rounded.svg?color=%231a73e8&size=48