hourglass simple high icon
hourglass-simple-high-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hourglass-simple-high-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the hourglass simple high 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.55ZM79.49 76h97L128 122.46ZM52.33 46.47A3.93 3.93 0 0 1 56 44h144a4 4 0 0 1 2.89 6.77L184.87 68H71.13l-18-17.2a3.92 3.92 0 0 1-.8-4.33m151.34 163.06A3.93 3.93 0 0 1 200 212H56a4 4 0 0 1-2.86-6.8L128 133.54l74.8 71.63a3.93 3.93 0 0 1 .87 4.36"/></svg>
React
import type { SVGProps } from "react";
export function PhHourglassSimpleHighThin(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.55ZM79.49 76h97L128 122.46ZM52.33 46.47A3.93 3.93 0 0 1 56 44h144a4 4 0 0 1 2.89 6.77L184.87 68H71.13l-18-17.2a3.92 3.92 0 0 1-.8-4.33m151.34 163.06A3.93 3.93 0 0 1 200 212H56a4 4 0 0 1-2.86-6.8L128 133.54l74.8 71.63a3.93 3.93 0 0 1 .87 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.55ZM79.49 76h97L128 122.46ZM52.33 46.47A3.93 3.93 0 0 1 56 44h144a4 4 0 0 1 2.89 6.77L184.87 68H71.13l-18-17.2a3.92 3.92 0 0 1-.8-4.33m151.34 163.06A3.93 3.93 0 0 1 200 212H56a4 4 0 0 1-2.86-6.8L128 133.54l74.8 71.63a3.93 3.93 0 0 1 .87 4.36"/></svg> </template>
CSS
.icon-hourglass-simple-high-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.55ZM79.49%2076h97L128%20122.46ZM52.33%2046.47A3.93%203.93%200%200%201%2056%2044h144a4%204%200%200%201%202.89%206.77L184.87%2068H71.13l-18-17.2a3.92%203.92%200%200%201-.8-4.33m151.34%20163.06A3.93%203.93%200%200%201%20200%20212H56a4%204%200%200%201-2.86-6.8L128%20133.54l74.8%2071.63a3.93%203.93%200%200%201%20.87%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.55ZM79.49%2076h97L128%20122.46ZM52.33%2046.47A3.93%203.93%200%200%201%2056%2044h144a4%204%200%200%201%202.89%206.77L184.87%2068H71.13l-18-17.2a3.92%203.92%200%200%201-.8-4.33m151.34%20163.06A3.93%203.93%200%200%201%20200%20212H56a4%204%200%200%201-2.86-6.8L128%20133.54l74.8%2071.63a3.93%203.93%200%200%201%20.87%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-high-thin.svg?color=%231a73e8&size=48