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

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

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the hourglass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75v.42a5.75 5.75 0 0 1-2.792 4.93l-1.81 1.086a.75.75 0 0 0-.036 1.263l2.121 1.443A5.75 5.75 0 0 1 20 18.647v.603A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25v-.604a5.75 5.75 0 0 1 2.517-4.754l2.121-1.443a.75.75 0 0 0-.036-1.263L6.792 10.1A5.75 5.75 0 0 1 4 5.17zM6.75 3.5c-.69 0-1.25.56-1.25 1.25v.42a4.25 4.25 0 0 0 2.063 3.643L9.373 9.9c1.41.845 1.467 2.866.108 3.79l-2.12 1.442A4.25 4.25 0 0 0 5.5 18.647v.603c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-.604a4.25 4.25 0 0 0-1.86-3.514l-2.121-1.442c-1.359-.924-1.302-2.945.107-3.79l1.81-1.087A4.25 4.25 0 0 0 18.5 5.17v-.42c0-.69-.56-1.25-1.25-1.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHourglass24Regular(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="M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75v.42a5.75 5.75 0 0 1-2.792 4.93l-1.81 1.086a.75.75 0 0 0-.036 1.263l2.121 1.443A5.75 5.75 0 0 1 20 18.647v.603A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25v-.604a5.75 5.75 0 0 1 2.517-4.754l2.121-1.443a.75.75 0 0 0-.036-1.263L6.792 10.1A5.75 5.75 0 0 1 4 5.17zM6.75 3.5c-.69 0-1.25.56-1.25 1.25v.42a4.25 4.25 0 0 0 2.063 3.643L9.373 9.9c1.41.845 1.467 2.866.108 3.79l-2.12 1.442A4.25 4.25 0 0 0 5.5 18.647v.603c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-.604a4.25 4.25 0 0 0-1.86-3.514l-2.121-1.442c-1.359-.924-1.302-2.945.107-3.79l1.81-1.087A4.25 4.25 0 0 0 18.5 5.17v-.42c0-.69-.56-1.25-1.25-1.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75v.42a5.75 5.75 0 0 1-2.792 4.93l-1.81 1.086a.75.75 0 0 0-.036 1.263l2.121 1.443A5.75 5.75 0 0 1 20 18.647v.603A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25v-.604a5.75 5.75 0 0 1 2.517-4.754l2.121-1.443a.75.75 0 0 0-.036-1.263L6.792 10.1A5.75 5.75 0 0 1 4 5.17zM6.75 3.5c-.69 0-1.25.56-1.25 1.25v.42a4.25 4.25 0 0 0 2.063 3.643L9.373 9.9c1.41.845 1.467 2.866.108 3.79l-2.12 1.442A4.25 4.25 0 0 0 5.5 18.647v.603c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-.604a4.25 4.25 0 0 0-1.86-3.514l-2.121-1.442c-1.359-.924-1.302-2.945.107-3.79l1.81-1.087A4.25 4.25 0 0 0 18.5 5.17v-.42c0-.69-.56-1.25-1.25-1.25z"/></svg>
</template>

CSS

.icon-hourglass-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%22M4%204.75A2.75%202.75%200%200%201%206.75%202h10.5A2.75%202.75%200%200%201%2020%204.75v.42a5.75%205.75%200%200%201-2.792%204.93l-1.81%201.086a.75.75%200%200%200-.036%201.263l2.121%201.443A5.75%205.75%200%200%201%2020%2018.647v.603A2.75%202.75%200%200%201%2017.25%2022H6.75A2.75%202.75%200%200%201%204%2019.25v-.604a5.75%205.75%200%200%201%202.517-4.754l2.121-1.443a.75.75%200%200%200-.036-1.263L6.792%2010.1A5.75%205.75%200%200%201%204%205.17zM6.75%203.5c-.69%200-1.25.56-1.25%201.25v.42a4.25%204.25%200%200%200%202.063%203.643L9.373%209.9c1.41.845%201.467%202.866.108%203.79l-2.12%201.442A4.25%204.25%200%200%200%205.5%2018.647v.603c0%20.69.56%201.25%201.25%201.25h10.5c.69%200%201.25-.56%201.25-1.25v-.604a4.25%204.25%200%200%200-1.86-3.514l-2.121-1.442c-1.359-.924-1.302-2.945.107-3.79l1.81-1.087A4.25%204.25%200%200%200%2018.5%205.17v-.42c0-.69-.56-1.25-1.25-1.25z%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%22M4%204.75A2.75%202.75%200%200%201%206.75%202h10.5A2.75%202.75%200%200%201%2020%204.75v.42a5.75%205.75%200%200%201-2.792%204.93l-1.81%201.086a.75.75%200%200%200-.036%201.263l2.121%201.443A5.75%205.75%200%200%201%2020%2018.647v.603A2.75%202.75%200%200%201%2017.25%2022H6.75A2.75%202.75%200%200%201%204%2019.25v-.604a5.75%205.75%200%200%201%202.517-4.754l2.121-1.443a.75.75%200%200%200-.036-1.263L6.792%2010.1A5.75%205.75%200%200%201%204%205.17zM6.75%203.5c-.69%200-1.25.56-1.25%201.25v.42a4.25%204.25%200%200%200%202.063%203.643L9.373%209.9c1.41.845%201.467%202.866.108%203.79l-2.12%201.442A4.25%204.25%200%200%200%205.5%2018.647v.603c0%20.69.56%201.25%201.25%201.25h10.5c.69%200%201.25-.56%201.25-1.25v-.604a4.25%204.25%200%200%200-1.86-3.514l-2.121-1.442c-1.359-.924-1.302-2.945.107-3.79l1.81-1.087A4.25%204.25%200%200%200%2018.5%205.17v-.42c0-.69-.56-1.25-1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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