hourglass simple low icon

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

Name
hourglass-simple-low-light
Set
Phosphor
Style
Light
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="m209.8 198l-73.12-70l73.12-70l.09-.09A14 14 0 0 0 200 34H56a14 14 0 0 0-9.9 23.9l.09.09l73.12 70L46.2 198l-.09.09A14 14 0 0 0 56 222h144a14 14 0 0 0 9.9-23.9ZM54.56 49.38A2 2 0 0 1 56 46h144a2 2 0 0 1 1.45 3.38L128 119.69ZM128 136.31L163.19 170H92.81Zm73.84 72.46A1.91 1.91 0 0 1 200 210H56a2 2 0 0 1-1.45-3.38L80.28 182h95.44l25.72 24.62a1.91 1.91 0 0 1 .4 2.15"/></svg>

React

import type { SVGProps } from "react";

export function PhHourglassSimpleLowLight(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="m209.8 198l-73.12-70l73.12-70l.09-.09A14 14 0 0 0 200 34H56a14 14 0 0 0-9.9 23.9l.09.09l73.12 70L46.2 198l-.09.09A14 14 0 0 0 56 222h144a14 14 0 0 0 9.9-23.9ZM54.56 49.38A2 2 0 0 1 56 46h144a2 2 0 0 1 1.45 3.38L128 119.69ZM128 136.31L163.19 170H92.81Zm73.84 72.46A1.91 1.91 0 0 1 200 210H56a2 2 0 0 1-1.45-3.38L80.28 182h95.44l25.72 24.62a1.91 1.91 0 0 1 .4 2.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m209.8 198l-73.12-70l73.12-70l.09-.09A14 14 0 0 0 200 34H56a14 14 0 0 0-9.9 23.9l.09.09l73.12 70L46.2 198l-.09.09A14 14 0 0 0 56 222h144a14 14 0 0 0 9.9-23.9ZM54.56 49.38A2 2 0 0 1 56 46h144a2 2 0 0 1 1.45 3.38L128 119.69ZM128 136.31L163.19 170H92.81Zm73.84 72.46A1.91 1.91 0 0 1 200 210H56a2 2 0 0 1-1.45-3.38L80.28 182h95.44l25.72 24.62a1.91 1.91 0 0 1 .4 2.15"/></svg>
</template>

CSS

.icon-hourglass-simple-low-light {
  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%22m209.8%20198l-73.12-70l73.12-70l.09-.09A14%2014%200%200%200%20200%2034H56a14%2014%200%200%200-9.9%2023.9l.09.09l73.12%2070L46.2%20198l-.09.09A14%2014%200%200%200%2056%20222h144a14%2014%200%200%200%209.9-23.9ZM54.56%2049.38A2%202%200%200%201%2056%2046h144a2%202%200%200%201%201.45%203.38L128%20119.69ZM128%20136.31L163.19%20170H92.81Zm73.84%2072.46A1.91%201.91%200%200%201%20200%20210H56a2%202%200%200%201-1.45-3.38L80.28%20182h95.44l25.72%2024.62a1.91%201.91%200%200%201%20.4%202.15%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%22m209.8%20198l-73.12-70l73.12-70l.09-.09A14%2014%200%200%200%20200%2034H56a14%2014%200%200%200-9.9%2023.9l.09.09l73.12%2070L46.2%20198l-.09.09A14%2014%200%200%200%2056%20222h144a14%2014%200%200%200%209.9-23.9ZM54.56%2049.38A2%202%200%200%201%2056%2046h144a2%202%200%200%201%201.45%203.38L128%20119.69ZM128%20136.31L163.19%20170H92.81Zm73.84%2072.46A1.91%201.91%200%200%201%20200%20210H56a2%202%200%200%201-1.45-3.38L80.28%20182h95.44l25.72%2024.62a1.91%201.91%200%200%201%20.4%202.15%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-light.svg?color=%231a73e8&size=48