hourglass simple low icon

hourglass-simple-low-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
hourglass-simple-low-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the hourglass simple low icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m133.78 128l74.68-71.51A12 12 0 0 0 200 36H56a12 12 0 0 0-8.49 20.49l.07.06L122.22 128l-74.61 71.45l-.07.06A12 12 0 0 0 56 220h144a12 12 0 0 0 8.42-20.55Zm34.38 44H87.84L128 133.54ZM52.33 46.47A3.93 3.93 0 0 1 56 44h144a4 4 0 0 1 2.89 6.77L128 122.46L53.17 50.8a3.92 3.92 0 0 1-.84-4.33m151.34 163.06A3.93 3.93 0 0 1 200 212H56a4 4 0 0 1-2.86-6.8L79.49 180h97l26.28 25.17a3.93 3.93 0 0 1 .9 4.36"/></svg>

React

import type { SVGProps } from "react";

export function PhHourglassSimpleLowThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m133.78 128l74.68-71.51A12 12 0 0 0 200 36H56a12 12 0 0 0-8.49 20.49l.07.06L122.22 128l-74.61 71.45l-.07.06A12 12 0 0 0 56 220h144a12 12 0 0 0 8.42-20.55Zm34.38 44H87.84L128 133.54ZM52.33 46.47A3.93 3.93 0 0 1 56 44h144a4 4 0 0 1 2.89 6.77L128 122.46L53.17 50.8a3.92 3.92 0 0 1-.84-4.33m151.34 163.06A3.93 3.93 0 0 1 200 212H56a4 4 0 0 1-2.86-6.8L79.49 180h97l26.28 25.17a3.93 3.93 0 0 1 .9 4.36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m133.78 128l74.68-71.51A12 12 0 0 0 200 36H56a12 12 0 0 0-8.49 20.49l.07.06L122.22 128l-74.61 71.45l-.07.06A12 12 0 0 0 56 220h144a12 12 0 0 0 8.42-20.55Zm34.38 44H87.84L128 133.54ZM52.33 46.47A3.93 3.93 0 0 1 56 44h144a4 4 0 0 1 2.89 6.77L128 122.46L53.17 50.8a3.92 3.92 0 0 1-.84-4.33m151.34 163.06A3.93 3.93 0 0 1 200 212H56a4 4 0 0 1-2.86-6.8L79.49 180h97l26.28 25.17a3.93 3.93 0 0 1 .9 4.36"/></svg>
</template>

CSS

.icon-hourglass-simple-low-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m133.78%20128l74.68-71.51A12%2012%200%200%200%20200%2036H56a12%2012%200%200%200-8.49%2020.49l.07.06L122.22%20128l-74.61%2071.45l-.07.06A12%2012%200%200%200%2056%20220h144a12%2012%200%200%200%208.42-20.55Zm34.38%2044H87.84L128%20133.54ZM52.33%2046.47A3.93%203.93%200%200%201%2056%2044h144a4%204%200%200%201%202.89%206.77L128%20122.46L53.17%2050.8a3.92%203.92%200%200%201-.84-4.33m151.34%20163.06A3.93%203.93%200%200%201%20200%20212H56a4%204%200%200%201-2.86-6.8L79.49%20180h97l26.28%2025.17a3.93%203.93%200%200%201%20.9%204.36%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m133.78%20128l74.68-71.51A12%2012%200%200%200%20200%2036H56a12%2012%200%200%200-8.49%2020.49l.07.06L122.22%20128l-74.61%2071.45l-.07.06A12%2012%200%200%200%2056%20220h144a12%2012%200%200%200%208.42-20.55Zm34.38%2044H87.84L128%20133.54ZM52.33%2046.47A3.93%203.93%200%200%201%2056%2044h144a4%204%200%200%201%202.89%206.77L128%20122.46L53.17%2050.8a3.92%203.92%200%200%201-.84-4.33m151.34%20163.06A3.93%203.93%200%200%201%20200%20212H56a4%204%200%200%201-2.86-6.8L79.49%20180h97l26.28%2025.17a3.93%203.93%200%200%201%20.9%204.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hourglass-simple-low-thin.svg?color=%231a73e8&size=48