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

Name
hourglass-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M5.922 18q-.383 0-.727-.156a2.2 2.2 0 0 1-.617-.422A1.88 1.88 0 0 1 4 16.078q0-.61.125-1.187a5.3 5.3 0 0 1 .984-2.125a5.7 5.7 0 0 1 .829-.868l1.82-1.515a.498.498 0 0 0 0-.766l-1.82-1.523A5.35 5.35 0 0 1 4.5 6.227A5.5 5.5 0 0 1 4 3.922q0-.383.156-.727t.422-.617A1.88 1.88 0 0 1 5.922 2h8.156q.383 0 .727.156t.617.422A1.88 1.88 0 0 1 16 3.922a5.45 5.45 0 0 1-.492 2.305a5.3 5.3 0 0 1-1.445 1.867l-1.82 1.523a.497.497 0 0 0 0 .766l1.82 1.515q.468.39.828.86q.36.468.601 1.008q.243.538.375 1.117q.133.578.133 1.195q0 .383-.156.727t-.422.617a1.88 1.88 0 0 1-1.344.578zm8.117-1a.95.95 0 0 0 .68-.281a.9.9 0 0 0 .203-.305A1.3 1.3 0 0 0 15 16.04q0-.992-.406-1.86a4.4 4.4 0 0 0-1.172-1.507l-1.82-1.524a1.5 1.5 0 0 1-.399-.515a1.51 1.51 0 0 1 0-1.273q.141-.306.399-.516l1.82-1.516a4.3 4.3 0 0 0 1.164-1.5q.406-.867.414-1.867a.95.95 0 0 0-.281-.68a.9.9 0 0 0-.305-.203A1.3 1.3 0 0 0 14.04 3H5.961a1 1 0 0 0-.375.07a.9.9 0 0 0-.305.211a1 1 0 0 0-.203.305q-.07.164-.078.375q0 .484.102.953q.1.47.312.906q.21.438.492.813t.672.695l1.82 1.516q.258.21.399.515a1.51 1.51 0 0 1 0 1.274q-.141.297-.399.515l-1.82 1.524a4.3 4.3 0 0 0-1.164 1.508A4.45 4.45 0 0 0 5 16.04q0 .202.07.374a.9.9 0 0 0 .211.305q.141.132.305.203q.164.07.375.078z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHourglass20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.922 18q-.383 0-.727-.156a2.2 2.2 0 0 1-.617-.422A1.88 1.88 0 0 1 4 16.078q0-.61.125-1.187a5.3 5.3 0 0 1 .984-2.125a5.7 5.7 0 0 1 .829-.868l1.82-1.515a.498.498 0 0 0 0-.766l-1.82-1.523A5.35 5.35 0 0 1 4.5 6.227A5.5 5.5 0 0 1 4 3.922q0-.383.156-.727t.422-.617A1.88 1.88 0 0 1 5.922 2h8.156q.383 0 .727.156t.617.422A1.88 1.88 0 0 1 16 3.922a5.45 5.45 0 0 1-.492 2.305a5.3 5.3 0 0 1-1.445 1.867l-1.82 1.523a.497.497 0 0 0 0 .766l1.82 1.515q.468.39.828.86q.36.468.601 1.008q.243.538.375 1.117q.133.578.133 1.195q0 .383-.156.727t-.422.617a1.88 1.88 0 0 1-1.344.578zm8.117-1a.95.95 0 0 0 .68-.281a.9.9 0 0 0 .203-.305A1.3 1.3 0 0 0 15 16.04q0-.992-.406-1.86a4.4 4.4 0 0 0-1.172-1.507l-1.82-1.524a1.5 1.5 0 0 1-.399-.515a1.51 1.51 0 0 1 0-1.273q.141-.306.399-.516l1.82-1.516a4.3 4.3 0 0 0 1.164-1.5q.406-.867.414-1.867a.95.95 0 0 0-.281-.68a.9.9 0 0 0-.305-.203A1.3 1.3 0 0 0 14.04 3H5.961a1 1 0 0 0-.375.07a.9.9 0 0 0-.305.211a1 1 0 0 0-.203.305q-.07.164-.078.375q0 .484.102.953q.1.47.312.906q.21.438.492.813t.672.695l1.82 1.516q.258.21.399.515a1.51 1.51 0 0 1 0 1.274q-.141.297-.399.515l-1.82 1.524a4.3 4.3 0 0 0-1.164 1.508A4.45 4.45 0 0 0 5 16.04q0 .202.07.374a.9.9 0 0 0 .211.305q.141.132.305.203q.164.07.375.078z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.922 18q-.383 0-.727-.156a2.2 2.2 0 0 1-.617-.422A1.88 1.88 0 0 1 4 16.078q0-.61.125-1.187a5.3 5.3 0 0 1 .984-2.125a5.7 5.7 0 0 1 .829-.868l1.82-1.515a.498.498 0 0 0 0-.766l-1.82-1.523A5.35 5.35 0 0 1 4.5 6.227A5.5 5.5 0 0 1 4 3.922q0-.383.156-.727t.422-.617A1.88 1.88 0 0 1 5.922 2h8.156q.383 0 .727.156t.617.422A1.88 1.88 0 0 1 16 3.922a5.45 5.45 0 0 1-.492 2.305a5.3 5.3 0 0 1-1.445 1.867l-1.82 1.523a.497.497 0 0 0 0 .766l1.82 1.515q.468.39.828.86q.36.468.601 1.008q.243.538.375 1.117q.133.578.133 1.195q0 .383-.156.727t-.422.617a1.88 1.88 0 0 1-1.344.578zm8.117-1a.95.95 0 0 0 .68-.281a.9.9 0 0 0 .203-.305A1.3 1.3 0 0 0 15 16.04q0-.992-.406-1.86a4.4 4.4 0 0 0-1.172-1.507l-1.82-1.524a1.5 1.5 0 0 1-.399-.515a1.51 1.51 0 0 1 0-1.273q.141-.306.399-.516l1.82-1.516a4.3 4.3 0 0 0 1.164-1.5q.406-.867.414-1.867a.95.95 0 0 0-.281-.68a.9.9 0 0 0-.305-.203A1.3 1.3 0 0 0 14.04 3H5.961a1 1 0 0 0-.375.07a.9.9 0 0 0-.305.211a1 1 0 0 0-.203.305q-.07.164-.078.375q0 .484.102.953q.1.47.312.906q.21.438.492.813t.672.695l1.82 1.516q.258.21.399.515a1.51 1.51 0 0 1 0 1.274q-.141.297-.399.515l-1.82 1.524a4.3 4.3 0 0 0-1.164 1.508A4.45 4.45 0 0 0 5 16.04q0 .202.07.374a.9.9 0 0 0 .211.305q.141.132.305.203q.164.07.375.078z"/></svg>
</template>

CSS

.icon-hourglass-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.922%2018q-.383%200-.727-.156a2.2%202.2%200%200%201-.617-.422A1.88%201.88%200%200%201%204%2016.078q0-.61.125-1.187a5.3%205.3%200%200%201%20.984-2.125a5.7%205.7%200%200%201%20.829-.868l1.82-1.515a.498.498%200%200%200%200-.766l-1.82-1.523A5.35%205.35%200%200%201%204.5%206.227A5.5%205.5%200%200%201%204%203.922q0-.383.156-.727t.422-.617A1.88%201.88%200%200%201%205.922%202h8.156q.383%200%20.727.156t.617.422A1.88%201.88%200%200%201%2016%203.922a5.45%205.45%200%200%201-.492%202.305a5.3%205.3%200%200%201-1.445%201.867l-1.82%201.523a.497.497%200%200%200%200%20.766l1.82%201.515q.468.39.828.86q.36.468.601%201.008q.243.538.375%201.117q.133.578.133%201.195q0%20.383-.156.727t-.422.617a1.88%201.88%200%200%201-1.344.578zm8.117-1a.95.95%200%200%200%20.68-.281a.9.9%200%200%200%20.203-.305A1.3%201.3%200%200%200%2015%2016.04q0-.992-.406-1.86a4.4%204.4%200%200%200-1.172-1.507l-1.82-1.524a1.5%201.5%200%200%201-.399-.515a1.51%201.51%200%200%201%200-1.273q.141-.306.399-.516l1.82-1.516a4.3%204.3%200%200%200%201.164-1.5q.406-.867.414-1.867a.95.95%200%200%200-.281-.68a.9.9%200%200%200-.305-.203A1.3%201.3%200%200%200%2014.04%203H5.961a1%201%200%200%200-.375.07a.9.9%200%200%200-.305.211a1%201%200%200%200-.203.305q-.07.164-.078.375q0%20.484.102.953q.1.47.312.906q.21.438.492.813t.672.695l1.82%201.516q.258.21.399.515a1.51%201.51%200%200%201%200%201.274q-.141.297-.399.515l-1.82%201.524a4.3%204.3%200%200%200-1.164%201.508A4.45%204.45%200%200%200%205%2016.04q0%20.202.07.374a.9.9%200%200%200%20.211.305q.141.132.305.203q.164.07.375.078z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.922%2018q-.383%200-.727-.156a2.2%202.2%200%200%201-.617-.422A1.88%201.88%200%200%201%204%2016.078q0-.61.125-1.187a5.3%205.3%200%200%201%20.984-2.125a5.7%205.7%200%200%201%20.829-.868l1.82-1.515a.498.498%200%200%200%200-.766l-1.82-1.523A5.35%205.35%200%200%201%204.5%206.227A5.5%205.5%200%200%201%204%203.922q0-.383.156-.727t.422-.617A1.88%201.88%200%200%201%205.922%202h8.156q.383%200%20.727.156t.617.422A1.88%201.88%200%200%201%2016%203.922a5.45%205.45%200%200%201-.492%202.305a5.3%205.3%200%200%201-1.445%201.867l-1.82%201.523a.497.497%200%200%200%200%20.766l1.82%201.515q.468.39.828.86q.36.468.601%201.008q.243.538.375%201.117q.133.578.133%201.195q0%20.383-.156.727t-.422.617a1.88%201.88%200%200%201-1.344.578zm8.117-1a.95.95%200%200%200%20.68-.281a.9.9%200%200%200%20.203-.305A1.3%201.3%200%200%200%2015%2016.04q0-.992-.406-1.86a4.4%204.4%200%200%200-1.172-1.507l-1.82-1.524a1.5%201.5%200%200%201-.399-.515a1.51%201.51%200%200%201%200-1.273q.141-.306.399-.516l1.82-1.516a4.3%204.3%200%200%200%201.164-1.5q.406-.867.414-1.867a.95.95%200%200%200-.281-.68a.9.9%200%200%200-.305-.203A1.3%201.3%200%200%200%2014.04%203H5.961a1%201%200%200%200-.375.07a.9.9%200%200%200-.305.211a1%201%200%200%200-.203.305q-.07.164-.078.375q0%20.484.102.953q.1.47.312.906q.21.438.492.813t.672.695l1.82%201.516q.258.21.399.515a1.51%201.51%200%200%201%200%201.274q-.141.297-.399.515l-1.82%201.524a4.3%204.3%200%200%200-1.164%201.508A4.45%204.45%200%200%200%205%2016.04q0%20.202.07.374a.9.9%200%200%200%20.211.305q.141.132.305.203q.164.07.375.078z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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