hourglass icon

hourglass-linear from Solar by 480 Design · Linear · Time · CC-BY-4.0 Attribution required.

Name
hourglass-linear
Set
Solar
Style
Linear
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More time icons from Solar

Use the hourglass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M12 12L9.0423 14.9289C6.11981 17.823 4.65857 19.27 5.06765 20.5185C5.10282 20.6258 5.14649 20.7302 5.19825 20.8307C5.80046 22 7.86697 22 12 22C16.133 22 18.1995 22 18.8017 20.8307C18.8535 20.7302 18.8972 20.6258 18.9323 20.5185C19.3414 19.27 17.8802 17.823 14.9577 14.9289L12 12ZM12 12L14.9577 9.07107C17.8802 6.177 19.3414 4.72997 18.9323 3.48149C18.8972 3.37417 18.8535 3.26977 18.8017 3.16926C18.1995 2 16.133 2 12 2C7.86697 2 5.80046 2 5.19825 3.16926C5.14649 3.26977 5.10282 3.37417 5.06765 3.48149C4.65857 4.72997 6.11981 6.177 9.0423 9.07107L12 12Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarHourglassLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M12 12L9.0423 14.9289C6.11981 17.823 4.65857 19.27 5.06765 20.5185C5.10282 20.6258 5.14649 20.7302 5.19825 20.8307C5.80046 22 7.86697 22 12 22C16.133 22 18.1995 22 18.8017 20.8307C18.8535 20.7302 18.8972 20.6258 18.9323 20.5185C19.3414 19.27 17.8802 17.823 14.9577 14.9289L12 12ZM12 12L14.9577 9.07107C17.8802 6.177 19.3414 4.72997 18.9323 3.48149C18.8972 3.37417 18.8535 3.26977 18.8017 3.16926C18.1995 2 16.133 2 12 2C7.86697 2 5.80046 2 5.19825 3.16926C5.14649 3.26977 5.10282 3.37417 5.06765 3.48149C4.65857 4.72997 6.11981 6.177 9.0423 9.07107L12 12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M12 12L9.0423 14.9289C6.11981 17.823 4.65857 19.27 5.06765 20.5185C5.10282 20.6258 5.14649 20.7302 5.19825 20.8307C5.80046 22 7.86697 22 12 22C16.133 22 18.1995 22 18.8017 20.8307C18.8535 20.7302 18.8972 20.6258 18.9323 20.5185C19.3414 19.27 17.8802 17.823 14.9577 14.9289L12 12ZM12 12L14.9577 9.07107C17.8802 6.177 19.3414 4.72997 18.9323 3.48149C18.8972 3.37417 18.8535 3.26977 18.8017 3.16926C18.1995 2 16.133 2 12 2C7.86697 2 5.80046 2 5.19825 3.16926C5.14649 3.26977 5.10282 3.37417 5.06765 3.48149C4.65857 4.72997 6.11981 6.177 9.0423 9.07107L12 12Z"/></svg>
</template>

CSS

.icon-hourglass-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2012L9.0423%2014.9289C6.11981%2017.823%204.65857%2019.27%205.06765%2020.5185C5.10282%2020.6258%205.14649%2020.7302%205.19825%2020.8307C5.80046%2022%207.86697%2022%2012%2022C16.133%2022%2018.1995%2022%2018.8017%2020.8307C18.8535%2020.7302%2018.8972%2020.6258%2018.9323%2020.5185C19.3414%2019.27%2017.8802%2017.823%2014.9577%2014.9289L12%2012ZM12%2012L14.9577%209.07107C17.8802%206.177%2019.3414%204.72997%2018.9323%203.48149C18.8972%203.37417%2018.8535%203.26977%2018.8017%203.16926C18.1995%202%2016.133%202%2012%202C7.86697%202%205.80046%202%205.19825%203.16926C5.14649%203.26977%205.10282%203.37417%205.06765%203.48149C4.65857%204.72997%206.11981%206.177%209.0423%209.07107L12%2012Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M12%2012L9.0423%2014.9289C6.11981%2017.823%204.65857%2019.27%205.06765%2020.5185C5.10282%2020.6258%205.14649%2020.7302%205.19825%2020.8307C5.80046%2022%207.86697%2022%2012%2022C16.133%2022%2018.1995%2022%2018.8017%2020.8307C18.8535%2020.7302%2018.8972%2020.6258%2018.9323%2020.5185C19.3414%2019.27%2017.8802%2017.823%2014.9577%2014.9289L12%2012ZM12%2012L14.9577%209.07107C17.8802%206.177%2019.3414%204.72997%2018.9323%203.48149C18.8972%203.37417%2018.8535%203.26977%2018.8017%203.16926C18.1995%202%2016.133%202%2012%202C7.86697%202%205.80046%202%205.19825%203.16926C5.14649%203.26977%205.10282%203.37417%205.06765%203.48149C4.65857%204.72997%206.11981%206.177%209.0423%209.07107L12%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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