hourglass three quarter icon

hourglass-three-quarter-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
hourglass-three-quarter-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hourglass three quarter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.92 8a3.2 3.2 0 0 1-.95-1h10.06a3.2 3.2 0 0 1-.95 1L14 9.48c-.42.278-.77.65-1.02 1.089a2.8 2.8 0 0 0 0 2.862c.25.438.6.811 1.02 1.089L16.08 16a3.24 3.24 0 0 1 1.42 2.65v.6a.25.25 0 0 1-.25.25H6.75a.25.25 0 0 1-.25-.25v-.6A3.24 3.24 0 0 1 7.92 16L10 14.52c.42-.278.77-.65 1.02-1.089a2.8 2.8 0 0 0 0-2.862A3.2 3.2 0 0 0 10 9.48zM6.75 2A2.75 2.75 0 0 0 4 4.75v.42a5.75 5.75 0 0 0 2.792 4.93l1.81 1.086a.75.75 0 0 1 .036 1.263l-2.121 1.443A5.75 5.75 0 0 0 4 18.647v.603A2.75 2.75 0 0 0 6.75 22h10.5A2.75 2.75 0 0 0 20 19.25v-.604a5.75 5.75 0 0 0-2.517-4.754l-2.121-1.443a.75.75 0 0 1 .036-1.263l1.81-1.086A5.75 5.75 0 0 0 20 5.17v-.42A2.75 2.75 0 0 0 17.25 2zM5.5 4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v.42a4.25 4.25 0 0 1-2.063 3.643L14.627 9.9c-1.41.845-1.467 2.866-.108 3.79l2.12 1.442a4.25 4.25 0 0 1 1.861 3.515v.603c0 .69-.56 1.25-1.25 1.25H6.75c-.69 0-1.25-.56-1.25-1.25v-.604a4.25 4.25 0 0 1 1.86-3.514l2.121-1.442c1.359-.924 1.302-2.945-.107-3.79l-1.81-1.087A4.25 4.25 0 0 1 5.5 5.17z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHourglassThreeQuarter24Regular(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.92 8a3.2 3.2 0 0 1-.95-1h10.06a3.2 3.2 0 0 1-.95 1L14 9.48c-.42.278-.77.65-1.02 1.089a2.8 2.8 0 0 0 0 2.862c.25.438.6.811 1.02 1.089L16.08 16a3.24 3.24 0 0 1 1.42 2.65v.6a.25.25 0 0 1-.25.25H6.75a.25.25 0 0 1-.25-.25v-.6A3.24 3.24 0 0 1 7.92 16L10 14.52c.42-.278.77-.65 1.02-1.089a2.8 2.8 0 0 0 0-2.862A3.2 3.2 0 0 0 10 9.48zM6.75 2A2.75 2.75 0 0 0 4 4.75v.42a5.75 5.75 0 0 0 2.792 4.93l1.81 1.086a.75.75 0 0 1 .036 1.263l-2.121 1.443A5.75 5.75 0 0 0 4 18.647v.603A2.75 2.75 0 0 0 6.75 22h10.5A2.75 2.75 0 0 0 20 19.25v-.604a5.75 5.75 0 0 0-2.517-4.754l-2.121-1.443a.75.75 0 0 1 .036-1.263l1.81-1.086A5.75 5.75 0 0 0 20 5.17v-.42A2.75 2.75 0 0 0 17.25 2zM5.5 4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v.42a4.25 4.25 0 0 1-2.063 3.643L14.627 9.9c-1.41.845-1.467 2.866-.108 3.79l2.12 1.442a4.25 4.25 0 0 1 1.861 3.515v.603c0 .69-.56 1.25-1.25 1.25H6.75c-.69 0-1.25-.56-1.25-1.25v-.604a4.25 4.25 0 0 1 1.86-3.514l2.121-1.442c1.359-.924 1.302-2.945-.107-3.79l-1.81-1.087A4.25 4.25 0 0 1 5.5 5.17z"/></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.92 8a3.2 3.2 0 0 1-.95-1h10.06a3.2 3.2 0 0 1-.95 1L14 9.48c-.42.278-.77.65-1.02 1.089a2.8 2.8 0 0 0 0 2.862c.25.438.6.811 1.02 1.089L16.08 16a3.24 3.24 0 0 1 1.42 2.65v.6a.25.25 0 0 1-.25.25H6.75a.25.25 0 0 1-.25-.25v-.6A3.24 3.24 0 0 1 7.92 16L10 14.52c.42-.278.77-.65 1.02-1.089a2.8 2.8 0 0 0 0-2.862A3.2 3.2 0 0 0 10 9.48zM6.75 2A2.75 2.75 0 0 0 4 4.75v.42a5.75 5.75 0 0 0 2.792 4.93l1.81 1.086a.75.75 0 0 1 .036 1.263l-2.121 1.443A5.75 5.75 0 0 0 4 18.647v.603A2.75 2.75 0 0 0 6.75 22h10.5A2.75 2.75 0 0 0 20 19.25v-.604a5.75 5.75 0 0 0-2.517-4.754l-2.121-1.443a.75.75 0 0 1 .036-1.263l1.81-1.086A5.75 5.75 0 0 0 20 5.17v-.42A2.75 2.75 0 0 0 17.25 2zM5.5 4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v.42a4.25 4.25 0 0 1-2.063 3.643L14.627 9.9c-1.41.845-1.467 2.866-.108 3.79l2.12 1.442a4.25 4.25 0 0 1 1.861 3.515v.603c0 .69-.56 1.25-1.25 1.25H6.75c-.69 0-1.25-.56-1.25-1.25v-.604a4.25 4.25 0 0 1 1.86-3.514l2.121-1.442c1.359-.924 1.302-2.945-.107-3.79l-1.81-1.087A4.25 4.25 0 0 1 5.5 5.17z"/></svg>
</template>

CSS

.icon-hourglass-three-quarter-24-regular {
  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.92%208a3.2%203.2%200%200%201-.95-1h10.06a3.2%203.2%200%200%201-.95%201L14%209.48c-.42.278-.77.65-1.02%201.089a2.8%202.8%200%200%200%200%202.862c.25.438.6.811%201.02%201.089L16.08%2016a3.24%203.24%200%200%201%201.42%202.65v.6a.25.25%200%200%201-.25.25H6.75a.25.25%200%200%201-.25-.25v-.6A3.24%203.24%200%200%201%207.92%2016L10%2014.52c.42-.278.77-.65%201.02-1.089a2.8%202.8%200%200%200%200-2.862A3.2%203.2%200%200%200%2010%209.48zM6.75%202A2.75%202.75%200%200%200%204%204.75v.42a5.75%205.75%200%200%200%202.792%204.93l1.81%201.086a.75.75%200%200%201%20.036%201.263l-2.121%201.443A5.75%205.75%200%200%200%204%2018.647v.603A2.75%202.75%200%200%200%206.75%2022h10.5A2.75%202.75%200%200%200%2020%2019.25v-.604a5.75%205.75%200%200%200-2.517-4.754l-2.121-1.443a.75.75%200%200%201%20.036-1.263l1.81-1.086A5.75%205.75%200%200%200%2020%205.17v-.42A2.75%202.75%200%200%200%2017.25%202zM5.5%204.75c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v.42a4.25%204.25%200%200%201-2.063%203.643L14.627%209.9c-1.41.845-1.467%202.866-.108%203.79l2.12%201.442a4.25%204.25%200%200%201%201.861%203.515v.603c0%20.69-.56%201.25-1.25%201.25H6.75c-.69%200-1.25-.56-1.25-1.25v-.604a4.25%204.25%200%200%201%201.86-3.514l2.121-1.442c1.359-.924%201.302-2.945-.107-3.79l-1.81-1.087A4.25%204.25%200%200%201%205.5%205.17z%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.92%208a3.2%203.2%200%200%201-.95-1h10.06a3.2%203.2%200%200%201-.95%201L14%209.48c-.42.278-.77.65-1.02%201.089a2.8%202.8%200%200%200%200%202.862c.25.438.6.811%201.02%201.089L16.08%2016a3.24%203.24%200%200%201%201.42%202.65v.6a.25.25%200%200%201-.25.25H6.75a.25.25%200%200%201-.25-.25v-.6A3.24%203.24%200%200%201%207.92%2016L10%2014.52c.42-.278.77-.65%201.02-1.089a2.8%202.8%200%200%200%200-2.862A3.2%203.2%200%200%200%2010%209.48zM6.75%202A2.75%202.75%200%200%200%204%204.75v.42a5.75%205.75%200%200%200%202.792%204.93l1.81%201.086a.75.75%200%200%201%20.036%201.263l-2.121%201.443A5.75%205.75%200%200%200%204%2018.647v.603A2.75%202.75%200%200%200%206.75%2022h10.5A2.75%202.75%200%200%200%2020%2019.25v-.604a5.75%205.75%200%200%200-2.517-4.754l-2.121-1.443a.75.75%200%200%201%20.036-1.263l1.81-1.086A5.75%205.75%200%200%200%2020%205.17v-.42A2.75%202.75%200%200%200%2017.25%202zM5.5%204.75c0-.69.56-1.25%201.25-1.25h10.5c.69%200%201.25.56%201.25%201.25v.42a4.25%204.25%200%200%201-2.063%203.643L14.627%209.9c-1.41.845-1.467%202.866-.108%203.79l2.12%201.442a4.25%204.25%200%200%201%201.861%203.515v.603c0%20.69-.56%201.25-1.25%201.25H6.75c-.69%200-1.25-.56-1.25-1.25v-.604a4.25%204.25%200%200%201%201.86-3.514l2.121-1.442c1.359-.924%201.302-2.945-.107-3.79l-1.81-1.087A4.25%204.25%200%200%201%205.5%205.17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hourglass-three-quarter-24-regular.svg?color=%231a73e8&size=48