hourglass half icon
hourglass-half-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- hourglass-half-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.025 13h5.946c-.054-.52-.18-.868-.31-1.114c-.165-.31-.386-.55-.682-.806c-.11-.095-.208-.174-.322-.267l-.187-.151a6 6 0 0 1-.612-.56C8.401 9.614 8 8.937 8 8c0 .938-.402 1.614-.86 2.103a6 6 0 0 1-.612.56l-.187.15a12 12 0 0 0-.322.268c-.297.256-.518.495-.683.805c-.13.247-.256.595-.31 1.114M3.003 2.645C2.979 1.681 3.8 1 4.68 1h6.638c.88 0 1.702.681 1.678 1.645c-.025 1.017-.24 1.791-.567 2.407c-.325.614-.747 1.04-1.14 1.38c-.136.118-.276.23-.403.333l-.147.12a4 4 0 0 0-.42.379C10.107 7.49 10 7.7 10 8s.107.51.32.736c.112.121.25.241.419.38l.147.12c.127.102.267.214.402.332c.393.34.814.766 1.14 1.38c.326.615.541 1.389.568 2.405c.025.965-.798 1.647-1.679 1.647H4.68c-.88 0-1.704-.682-1.678-1.647c.026-1.017.241-1.79.568-2.405s.748-1.041 1.141-1.38c.136-.118.275-.23.402-.333l.148-.12c.169-.138.307-.258.42-.379C5.892 8.51 6 8.3 6 8s-.108-.51-.32-.736a4 4 0 0 0-.42-.38l-.148-.119a16 16 0 0 1-.402-.333c-.393-.34-.815-.766-1.141-1.38c-.327-.616-.541-1.39-.566-2.407M4.68 2c-.405 0-.687.3-.679.62c.022.884.206 1.502.45 1.963s.567.795.911 1.093c.123.106.242.202.363.3l.167.135c.175.143.356.298.517.47c.334.357.59.8.59 1.419c0 .618-.255 1.062-.59 1.42c-.16.17-.341.325-.516.469l-.168.136c-.121.098-.24.193-.362.3c-.344.297-.666.63-.912 1.092c-.244.46-.429 1.078-.452 1.962c-.008.32.274.621.679.621h6.638c.405 0 .687-.301.679-.621c-.023-.884-.207-1.502-.451-1.962c-.246-.462-.567-.795-.911-1.093c-.123-.106-.24-.202-.362-.3l-.167-.135a5 5 0 0 1-.516-.47c-.335-.357-.59-.8-.59-1.419c0-.618.256-1.062.59-1.42c.161-.171.342-.326.517-.469l.167-.135c.122-.098.24-.194.363-.3c.344-.298.666-.631.911-1.093c.244-.46.428-1.079.45-1.963c.008-.32-.274-.62-.678-.62z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHourglassHalf16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.025 13h5.946c-.054-.52-.18-.868-.31-1.114c-.165-.31-.386-.55-.682-.806c-.11-.095-.208-.174-.322-.267l-.187-.151a6 6 0 0 1-.612-.56C8.401 9.614 8 8.937 8 8c0 .938-.402 1.614-.86 2.103a6 6 0 0 1-.612.56l-.187.15a12 12 0 0 0-.322.268c-.297.256-.518.495-.683.805c-.13.247-.256.595-.31 1.114M3.003 2.645C2.979 1.681 3.8 1 4.68 1h6.638c.88 0 1.702.681 1.678 1.645c-.025 1.017-.24 1.791-.567 2.407c-.325.614-.747 1.04-1.14 1.38c-.136.118-.276.23-.403.333l-.147.12a4 4 0 0 0-.42.379C10.107 7.49 10 7.7 10 8s.107.51.32.736c.112.121.25.241.419.38l.147.12c.127.102.267.214.402.332c.393.34.814.766 1.14 1.38c.326.615.541 1.389.568 2.405c.025.965-.798 1.647-1.679 1.647H4.68c-.88 0-1.704-.682-1.678-1.647c.026-1.017.241-1.79.568-2.405s.748-1.041 1.141-1.38c.136-.118.275-.23.402-.333l.148-.12c.169-.138.307-.258.42-.379C5.892 8.51 6 8.3 6 8s-.108-.51-.32-.736a4 4 0 0 0-.42-.38l-.148-.119a16 16 0 0 1-.402-.333c-.393-.34-.815-.766-1.141-1.38c-.327-.616-.541-1.39-.566-2.407M4.68 2c-.405 0-.687.3-.679.62c.022.884.206 1.502.45 1.963s.567.795.911 1.093c.123.106.242.202.363.3l.167.135c.175.143.356.298.517.47c.334.357.59.8.59 1.419c0 .618-.255 1.062-.59 1.42c-.16.17-.341.325-.516.469l-.168.136c-.121.098-.24.193-.362.3c-.344.297-.666.63-.912 1.092c-.244.46-.429 1.078-.452 1.962c-.008.32.274.621.679.621h6.638c.405 0 .687-.301.679-.621c-.023-.884-.207-1.502-.451-1.962c-.246-.462-.567-.795-.911-1.093c-.123-.106-.24-.202-.362-.3l-.167-.135a5 5 0 0 1-.516-.47c-.335-.357-.59-.8-.59-1.419c0-.618.256-1.062.59-1.42c.161-.171.342-.326.517-.469l.167-.135c.122-.098.24-.194.363-.3c.344-.298.666-.631.911-1.093c.244-.46.428-1.079.45-1.963c.008-.32-.274-.62-.678-.62z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.025 13h5.946c-.054-.52-.18-.868-.31-1.114c-.165-.31-.386-.55-.682-.806c-.11-.095-.208-.174-.322-.267l-.187-.151a6 6 0 0 1-.612-.56C8.401 9.614 8 8.937 8 8c0 .938-.402 1.614-.86 2.103a6 6 0 0 1-.612.56l-.187.15a12 12 0 0 0-.322.268c-.297.256-.518.495-.683.805c-.13.247-.256.595-.31 1.114M3.003 2.645C2.979 1.681 3.8 1 4.68 1h6.638c.88 0 1.702.681 1.678 1.645c-.025 1.017-.24 1.791-.567 2.407c-.325.614-.747 1.04-1.14 1.38c-.136.118-.276.23-.403.333l-.147.12a4 4 0 0 0-.42.379C10.107 7.49 10 7.7 10 8s.107.51.32.736c.112.121.25.241.419.38l.147.12c.127.102.267.214.402.332c.393.34.814.766 1.14 1.38c.326.615.541 1.389.568 2.405c.025.965-.798 1.647-1.679 1.647H4.68c-.88 0-1.704-.682-1.678-1.647c.026-1.017.241-1.79.568-2.405s.748-1.041 1.141-1.38c.136-.118.275-.23.402-.333l.148-.12c.169-.138.307-.258.42-.379C5.892 8.51 6 8.3 6 8s-.108-.51-.32-.736a4 4 0 0 0-.42-.38l-.148-.119a16 16 0 0 1-.402-.333c-.393-.34-.815-.766-1.141-1.38c-.327-.616-.541-1.39-.566-2.407M4.68 2c-.405 0-.687.3-.679.62c.022.884.206 1.502.45 1.963s.567.795.911 1.093c.123.106.242.202.363.3l.167.135c.175.143.356.298.517.47c.334.357.59.8.59 1.419c0 .618-.255 1.062-.59 1.42c-.16.17-.341.325-.516.469l-.168.136c-.121.098-.24.193-.362.3c-.344.297-.666.63-.912 1.092c-.244.46-.429 1.078-.452 1.962c-.008.32.274.621.679.621h6.638c.405 0 .687-.301.679-.621c-.023-.884-.207-1.502-.451-1.962c-.246-.462-.567-.795-.911-1.093c-.123-.106-.24-.202-.362-.3l-.167-.135a5 5 0 0 1-.516-.47c-.335-.357-.59-.8-.59-1.419c0-.618.256-1.062.59-1.42c.161-.171.342-.326.517-.469l.167-.135c.122-.098.24-.194.363-.3c.344-.298.666-.631.911-1.093c.244-.46.428-1.079.45-1.963c.008-.32-.274-.62-.678-.62z"/></svg> </template>
CSS
.icon-hourglass-half-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.025%2013h5.946c-.054-.52-.18-.868-.31-1.114c-.165-.31-.386-.55-.682-.806c-.11-.095-.208-.174-.322-.267l-.187-.151a6%206%200%200%201-.612-.56C8.401%209.614%208%208.937%208%208c0%20.938-.402%201.614-.86%202.103a6%206%200%200%201-.612.56l-.187.15a12%2012%200%200%200-.322.268c-.297.256-.518.495-.683.805c-.13.247-.256.595-.31%201.114M3.003%202.645C2.979%201.681%203.8%201%204.68%201h6.638c.88%200%201.702.681%201.678%201.645c-.025%201.017-.24%201.791-.567%202.407c-.325.614-.747%201.04-1.14%201.38c-.136.118-.276.23-.403.333l-.147.12a4%204%200%200%200-.42.379C10.107%207.49%2010%207.7%2010%208s.107.51.32.736c.112.121.25.241.419.38l.147.12c.127.102.267.214.402.332c.393.34.814.766%201.14%201.38c.326.615.541%201.389.568%202.405c.025.965-.798%201.647-1.679%201.647H4.68c-.88%200-1.704-.682-1.678-1.647c.026-1.017.241-1.79.568-2.405s.748-1.041%201.141-1.38c.136-.118.275-.23.402-.333l.148-.12c.169-.138.307-.258.42-.379C5.892%208.51%206%208.3%206%208s-.108-.51-.32-.736a4%204%200%200%200-.42-.38l-.148-.119a16%2016%200%200%201-.402-.333c-.393-.34-.815-.766-1.141-1.38c-.327-.616-.541-1.39-.566-2.407M4.68%202c-.405%200-.687.3-.679.62c.022.884.206%201.502.45%201.963s.567.795.911%201.093c.123.106.242.202.363.3l.167.135c.175.143.356.298.517.47c.334.357.59.8.59%201.419c0%20.618-.255%201.062-.59%201.42c-.16.17-.341.325-.516.469l-.168.136c-.121.098-.24.193-.362.3c-.344.297-.666.63-.912%201.092c-.244.46-.429%201.078-.452%201.962c-.008.32.274.621.679.621h6.638c.405%200%20.687-.301.679-.621c-.023-.884-.207-1.502-.451-1.962c-.246-.462-.567-.795-.911-1.093c-.123-.106-.24-.202-.362-.3l-.167-.135a5%205%200%200%201-.516-.47c-.335-.357-.59-.8-.59-1.419c0-.618.256-1.062.59-1.42c.161-.171.342-.326.517-.469l.167-.135c.122-.098.24-.194.363-.3c.344-.298.666-.631.911-1.093c.244-.46.428-1.079.45-1.963c.008-.32-.274-.62-.678-.62z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.025%2013h5.946c-.054-.52-.18-.868-.31-1.114c-.165-.31-.386-.55-.682-.806c-.11-.095-.208-.174-.322-.267l-.187-.151a6%206%200%200%201-.612-.56C8.401%209.614%208%208.937%208%208c0%20.938-.402%201.614-.86%202.103a6%206%200%200%201-.612.56l-.187.15a12%2012%200%200%200-.322.268c-.297.256-.518.495-.683.805c-.13.247-.256.595-.31%201.114M3.003%202.645C2.979%201.681%203.8%201%204.68%201h6.638c.88%200%201.702.681%201.678%201.645c-.025%201.017-.24%201.791-.567%202.407c-.325.614-.747%201.04-1.14%201.38c-.136.118-.276.23-.403.333l-.147.12a4%204%200%200%200-.42.379C10.107%207.49%2010%207.7%2010%208s.107.51.32.736c.112.121.25.241.419.38l.147.12c.127.102.267.214.402.332c.393.34.814.766%201.14%201.38c.326.615.541%201.389.568%202.405c.025.965-.798%201.647-1.679%201.647H4.68c-.88%200-1.704-.682-1.678-1.647c.026-1.017.241-1.79.568-2.405s.748-1.041%201.141-1.38c.136-.118.275-.23.402-.333l.148-.12c.169-.138.307-.258.42-.379C5.892%208.51%206%208.3%206%208s-.108-.51-.32-.736a4%204%200%200%200-.42-.38l-.148-.119a16%2016%200%200%201-.402-.333c-.393-.34-.815-.766-1.141-1.38c-.327-.616-.541-1.39-.566-2.407M4.68%202c-.405%200-.687.3-.679.62c.022.884.206%201.502.45%201.963s.567.795.911%201.093c.123.106.242.202.363.3l.167.135c.175.143.356.298.517.47c.334.357.59.8.59%201.419c0%20.618-.255%201.062-.59%201.42c-.16.17-.341.325-.516.469l-.168.136c-.121.098-.24.193-.362.3c-.344.297-.666.63-.912%201.092c-.244.46-.429%201.078-.452%201.962c-.008.32.274.621.679.621h6.638c.405%200%20.687-.301.679-.621c-.023-.884-.207-1.502-.451-1.962c-.246-.462-.567-.795-.911-1.093c-.123-.106-.24-.202-.362-.3l-.167-.135a5%205%200%200%201-.516-.47c-.335-.357-.59-.8-.59-1.419c0-.618.256-1.062.59-1.42c.161-.171.342-.326.517-.469l.167-.135c.122-.098.24-.194.363-.3c.344-.298.666-.631.911-1.093c.244-.46.428-1.079.45-1.963c.008-.32-.274-.62-.678-.62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hourglass-half-16-regular.svg?color=%231a73e8&size=48