hourglass three quarter icon

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

Name
hourglass-three-quarter-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M6.97 7c.24.397.565.738.95 1L10 9.48c.42.278.77.65 1.02 1.089a2.8 2.8 0 0 1 0 2.862c-.25.438-.6.811-1.02 1.089L7.92 16a3.24 3.24 0 0 0-1.42 2.65v.6a.25.25 0 0 0 .25.25h10.5a.25.25 0 0 0 .25-.25v-.6A3.24 3.24 0 0 0 16.08 16L14 14.52a3.2 3.2 0 0 1-1.02-1.089a2.8 2.8 0 0 1 0-2.862c.25-.438.6-.811 1.02-1.089L16.08 8a3.2 3.2 0 0 0 .95-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHourglassThreeQuarter24Filled(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="M6.97 7c.24.397.565.738.95 1L10 9.48c.42.278.77.65 1.02 1.089a2.8 2.8 0 0 1 0 2.862c-.25.438-.6.811-1.02 1.089L7.92 16a3.24 3.24 0 0 0-1.42 2.65v.6a.25.25 0 0 0 .25.25h10.5a.25.25 0 0 0 .25-.25v-.6A3.24 3.24 0 0 0 16.08 16L14 14.52a3.2 3.2 0 0 1-1.02-1.089a2.8 2.8 0 0 1 0-2.862c.25-.438.6-.811 1.02-1.089L16.08 8a3.2 3.2 0 0 0 .95-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.97 7c.24.397.565.738.95 1L10 9.48c.42.278.77.65 1.02 1.089a2.8 2.8 0 0 1 0 2.862c-.25.438-.6.811-1.02 1.089L7.92 16a3.24 3.24 0 0 0-1.42 2.65v.6a.25.25 0 0 0 .25.25h10.5a.25.25 0 0 0 .25-.25v-.6A3.24 3.24 0 0 0 16.08 16L14 14.52a3.2 3.2 0 0 1-1.02-1.089a2.8 2.8 0 0 1 0-2.862c.25-.438.6-.811 1.02-1.089L16.08 8a3.2 3.2 0 0 0 .95-1z"/></svg>
</template>

CSS

.icon-hourglass-three-quarter-24-filled {
  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%22M6.97%207c.24.397.565.738.95%201L10%209.48c.42.278.77.65%201.02%201.089a2.8%202.8%200%200%201%200%202.862c-.25.438-.6.811-1.02%201.089L7.92%2016a3.24%203.24%200%200%200-1.42%202.65v.6a.25.25%200%200%200%20.25.25h10.5a.25.25%200%200%200%20.25-.25v-.6A3.24%203.24%200%200%200%2016.08%2016L14%2014.52a3.2%203.2%200%200%201-1.02-1.089a2.8%202.8%200%200%201%200-2.862c.25-.438.6-.811%201.02-1.089L16.08%208a3.2%203.2%200%200%200%20.95-1z%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%22M6.97%207c.24.397.565.738.95%201L10%209.48c.42.278.77.65%201.02%201.089a2.8%202.8%200%200%201%200%202.862c-.25.438-.6.811-1.02%201.089L7.92%2016a3.24%203.24%200%200%200-1.42%202.65v.6a.25.25%200%200%200%20.25.25h10.5a.25.25%200%200%200%20.25-.25v-.6A3.24%203.24%200%200%200%2016.08%2016L14%2014.52a3.2%203.2%200%200%201-1.02-1.089a2.8%202.8%200%200%201%200-2.862c.25-.438.6-.811%201.02-1.089L16.08%208a3.2%203.2%200%200%200%20.95-1z%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-filled.svg?color=%231a73e8&size=48