hourglass three quarter icon
hourglass-three-quarter-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- hourglass-three-quarter-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M4.68 1c-.88 0-1.701.681-1.677 1.645c.025 1.017.24 1.791.566 2.407c.326.614.748 1.04 1.14 1.38c.136.118.276.23.403.333l.147.12c.169.138.307.258.42.379C5.893 7.49 6 7.7 6 8s-.107.51-.319.736c-.113.12-.251.241-.42.38l-.148.119a16 16 0 0 0-.402.332c-.393.34-.815.767-1.14 1.38c-.328.616-.543 1.39-.57 2.406C2.976 14.318 3.799 15 4.68 15h6.638c.881 0 1.704-.682 1.679-1.647c-.027-1.016-.242-1.79-.568-2.405s-.748-1.04-1.14-1.38c-.136-.118-.275-.23-.402-.333l-.147-.12a4 4 0 0 1-.42-.379C10.107 8.51 10 8.3 10 8s.108-.51.32-.736c.114-.121.252-.241.42-.38l.148-.119c.127-.102.267-.215.403-.333c.393-.34.815-.766 1.14-1.38c.327-.616.542-1.39.567-2.407c.022-.964-.8-1.645-1.679-1.645zm-.678 1.62c-.008-.32.274-.62.679-.62h6.638c.404 0 .686.3.678.62c-.022.884-.206 1.502-.45 1.963s-.567.795-.911 1.093c-.123.106-.241.202-.363.3l-.167.135a5 5 0 0 0-.516.47C9.255 6.937 9 7.38 9 8c0 .618.254 1.062.589 1.42c.16.17.341.325.516.469l.167.135c.121.098.24.194.362.3c.344.298.665.63.91 1.093c.245.46.43 1.078.452 1.962c.008.32-.274.621-.679.621H4.68c-.405 0-.687-.301-.679-.621c.023-.884.208-1.502.452-1.962c.246-.462.567-.795.912-1.093c.123-.106.241-.201.362-.3l.168-.135c.175-.144.356-.298.516-.47c.335-.357.59-.8.59-1.42c0-.618-.256-1.061-.59-1.419a5 5 0 0 0-.517-.469l-.167-.135c-.121-.098-.24-.194-.363-.3c-.344-.298-.666-.631-.91-1.093c-.245-.46-.429-1.079-.45-1.963m1.333 1.494L5.28 4h5.44q-.027.06-.056.114c-.164.31-.385.55-.681.805c-.11.095-.21.175-.323.267l-.187.151a6 6 0 0 0-.612.56C8.402 6.385 8 7.062 8 8c0-.938-.403-1.615-.86-2.103a6 6 0 0 0-.614-.56l-.186-.15c-.114-.093-.213-.173-.323-.268c-.296-.256-.517-.495-.682-.805M10.971 13H5.025c.054-.519.18-.867.31-1.114c.165-.31.386-.55.683-.805c.11-.095.208-.175.322-.267l.187-.152c.181-.148.405-.337.613-.56C7.597 9.615 8 8.939 8 8c0 .937.401 1.614.858 2.102c.208.223.431.412.612.56l.187.151c.114.092.212.172.322.267c.296.256.517.495.682.806c.13.246.256.595.31 1.114"/></svg>
React
import type { SVGProps } from "react";
export function FluentHourglassThreeQuarter16Regular(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="M4.68 1c-.88 0-1.701.681-1.677 1.645c.025 1.017.24 1.791.566 2.407c.326.614.748 1.04 1.14 1.38c.136.118.276.23.403.333l.147.12c.169.138.307.258.42.379C5.893 7.49 6 7.7 6 8s-.107.51-.319.736c-.113.12-.251.241-.42.38l-.148.119a16 16 0 0 0-.402.332c-.393.34-.815.767-1.14 1.38c-.328.616-.543 1.39-.57 2.406C2.976 14.318 3.799 15 4.68 15h6.638c.881 0 1.704-.682 1.679-1.647c-.027-1.016-.242-1.79-.568-2.405s-.748-1.04-1.14-1.38c-.136-.118-.275-.23-.402-.333l-.147-.12a4 4 0 0 1-.42-.379C10.107 8.51 10 8.3 10 8s.108-.51.32-.736c.114-.121.252-.241.42-.38l.148-.119c.127-.102.267-.215.403-.333c.393-.34.815-.766 1.14-1.38c.327-.616.542-1.39.567-2.407c.022-.964-.8-1.645-1.679-1.645zm-.678 1.62c-.008-.32.274-.62.679-.62h6.638c.404 0 .686.3.678.62c-.022.884-.206 1.502-.45 1.963s-.567.795-.911 1.093c-.123.106-.241.202-.363.3l-.167.135a5 5 0 0 0-.516.47C9.255 6.937 9 7.38 9 8c0 .618.254 1.062.589 1.42c.16.17.341.325.516.469l.167.135c.121.098.24.194.362.3c.344.298.665.63.91 1.093c.245.46.43 1.078.452 1.962c.008.32-.274.621-.679.621H4.68c-.405 0-.687-.301-.679-.621c.023-.884.208-1.502.452-1.962c.246-.462.567-.795.912-1.093c.123-.106.241-.201.362-.3l.168-.135c.175-.144.356-.298.516-.47c.335-.357.59-.8.59-1.42c0-.618-.256-1.061-.59-1.419a5 5 0 0 0-.517-.469l-.167-.135c-.121-.098-.24-.194-.363-.3c-.344-.298-.666-.631-.91-1.093c-.245-.46-.429-1.079-.45-1.963m1.333 1.494L5.28 4h5.44q-.027.06-.056.114c-.164.31-.385.55-.681.805c-.11.095-.21.175-.323.267l-.187.151a6 6 0 0 0-.612.56C8.402 6.385 8 7.062 8 8c0-.938-.403-1.615-.86-2.103a6 6 0 0 0-.614-.56l-.186-.15c-.114-.093-.213-.173-.323-.268c-.296-.256-.517-.495-.682-.805M10.971 13H5.025c.054-.519.18-.867.31-1.114c.165-.31.386-.55.683-.805c.11-.095.208-.175.322-.267l.187-.152c.181-.148.405-.337.613-.56C7.597 9.615 8 8.939 8 8c0 .937.401 1.614.858 2.102c.208.223.431.412.612.56l.187.151c.114.092.212.172.322.267c.296.256.517.495.682.806c.13.246.256.595.31 1.114"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.68 1c-.88 0-1.701.681-1.677 1.645c.025 1.017.24 1.791.566 2.407c.326.614.748 1.04 1.14 1.38c.136.118.276.23.403.333l.147.12c.169.138.307.258.42.379C5.893 7.49 6 7.7 6 8s-.107.51-.319.736c-.113.12-.251.241-.42.38l-.148.119a16 16 0 0 0-.402.332c-.393.34-.815.767-1.14 1.38c-.328.616-.543 1.39-.57 2.406C2.976 14.318 3.799 15 4.68 15h6.638c.881 0 1.704-.682 1.679-1.647c-.027-1.016-.242-1.79-.568-2.405s-.748-1.04-1.14-1.38c-.136-.118-.275-.23-.402-.333l-.147-.12a4 4 0 0 1-.42-.379C10.107 8.51 10 8.3 10 8s.108-.51.32-.736c.114-.121.252-.241.42-.38l.148-.119c.127-.102.267-.215.403-.333c.393-.34.815-.766 1.14-1.38c.327-.616.542-1.39.567-2.407c.022-.964-.8-1.645-1.679-1.645zm-.678 1.62c-.008-.32.274-.62.679-.62h6.638c.404 0 .686.3.678.62c-.022.884-.206 1.502-.45 1.963s-.567.795-.911 1.093c-.123.106-.241.202-.363.3l-.167.135a5 5 0 0 0-.516.47C9.255 6.937 9 7.38 9 8c0 .618.254 1.062.589 1.42c.16.17.341.325.516.469l.167.135c.121.098.24.194.362.3c.344.298.665.63.91 1.093c.245.46.43 1.078.452 1.962c.008.32-.274.621-.679.621H4.68c-.405 0-.687-.301-.679-.621c.023-.884.208-1.502.452-1.962c.246-.462.567-.795.912-1.093c.123-.106.241-.201.362-.3l.168-.135c.175-.144.356-.298.516-.47c.335-.357.59-.8.59-1.42c0-.618-.256-1.061-.59-1.419a5 5 0 0 0-.517-.469l-.167-.135c-.121-.098-.24-.194-.363-.3c-.344-.298-.666-.631-.91-1.093c-.245-.46-.429-1.079-.45-1.963m1.333 1.494L5.28 4h5.44q-.027.06-.056.114c-.164.31-.385.55-.681.805c-.11.095-.21.175-.323.267l-.187.151a6 6 0 0 0-.612.56C8.402 6.385 8 7.062 8 8c0-.938-.403-1.615-.86-2.103a6 6 0 0 0-.614-.56l-.186-.15c-.114-.093-.213-.173-.323-.268c-.296-.256-.517-.495-.682-.805M10.971 13H5.025c.054-.519.18-.867.31-1.114c.165-.31.386-.55.683-.805c.11-.095.208-.175.322-.267l.187-.152c.181-.148.405-.337.613-.56C7.597 9.615 8 8.939 8 8c0 .937.401 1.614.858 2.102c.208.223.431.412.612.56l.187.151c.114.092.212.172.322.267c.296.256.517.495.682.806c.13.246.256.595.31 1.114"/></svg> </template>
CSS
.icon-hourglass-three-quarter-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%22M4.68%201c-.88%200-1.701.681-1.677%201.645c.025%201.017.24%201.791.566%202.407c.326.614.748%201.04%201.14%201.38c.136.118.276.23.403.333l.147.12c.169.138.307.258.42.379C5.893%207.49%206%207.7%206%208s-.107.51-.319.736c-.113.12-.251.241-.42.38l-.148.119a16%2016%200%200%200-.402.332c-.393.34-.815.767-1.14%201.38c-.328.616-.543%201.39-.57%202.406C2.976%2014.318%203.799%2015%204.68%2015h6.638c.881%200%201.704-.682%201.679-1.647c-.027-1.016-.242-1.79-.568-2.405s-.748-1.04-1.14-1.38c-.136-.118-.275-.23-.402-.333l-.147-.12a4%204%200%200%201-.42-.379C10.107%208.51%2010%208.3%2010%208s.108-.51.32-.736c.114-.121.252-.241.42-.38l.148-.119c.127-.102.267-.215.403-.333c.393-.34.815-.766%201.14-1.38c.327-.616.542-1.39.567-2.407c.022-.964-.8-1.645-1.679-1.645zm-.678%201.62c-.008-.32.274-.62.679-.62h6.638c.404%200%20.686.3.678.62c-.022.884-.206%201.502-.45%201.963s-.567.795-.911%201.093c-.123.106-.241.202-.363.3l-.167.135a5%205%200%200%200-.516.47C9.255%206.937%209%207.38%209%208c0%20.618.254%201.062.589%201.42c.16.17.341.325.516.469l.167.135c.121.098.24.194.362.3c.344.298.665.63.91%201.093c.245.46.43%201.078.452%201.962c.008.32-.274.621-.679.621H4.68c-.405%200-.687-.301-.679-.621c.023-.884.208-1.502.452-1.962c.246-.462.567-.795.912-1.093c.123-.106.241-.201.362-.3l.168-.135c.175-.144.356-.298.516-.47c.335-.357.59-.8.59-1.42c0-.618-.256-1.061-.59-1.419a5%205%200%200%200-.517-.469l-.167-.135c-.121-.098-.24-.194-.363-.3c-.344-.298-.666-.631-.91-1.093c-.245-.46-.429-1.079-.45-1.963m1.333%201.494L5.28%204h5.44q-.027.06-.056.114c-.164.31-.385.55-.681.805c-.11.095-.21.175-.323.267l-.187.151a6%206%200%200%200-.612.56C8.402%206.385%208%207.062%208%208c0-.938-.403-1.615-.86-2.103a6%206%200%200%200-.614-.56l-.186-.15c-.114-.093-.213-.173-.323-.268c-.296-.256-.517-.495-.682-.805M10.971%2013H5.025c.054-.519.18-.867.31-1.114c.165-.31.386-.55.683-.805c.11-.095.208-.175.322-.267l.187-.152c.181-.148.405-.337.613-.56C7.597%209.615%208%208.939%208%208c0%20.937.401%201.614.858%202.102c.208.223.431.412.612.56l.187.151c.114.092.212.172.322.267c.296.256.517.495.682.806c.13.246.256.595.31%201.114%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%22M4.68%201c-.88%200-1.701.681-1.677%201.645c.025%201.017.24%201.791.566%202.407c.326.614.748%201.04%201.14%201.38c.136.118.276.23.403.333l.147.12c.169.138.307.258.42.379C5.893%207.49%206%207.7%206%208s-.107.51-.319.736c-.113.12-.251.241-.42.38l-.148.119a16%2016%200%200%200-.402.332c-.393.34-.815.767-1.14%201.38c-.328.616-.543%201.39-.57%202.406C2.976%2014.318%203.799%2015%204.68%2015h6.638c.881%200%201.704-.682%201.679-1.647c-.027-1.016-.242-1.79-.568-2.405s-.748-1.04-1.14-1.38c-.136-.118-.275-.23-.402-.333l-.147-.12a4%204%200%200%201-.42-.379C10.107%208.51%2010%208.3%2010%208s.108-.51.32-.736c.114-.121.252-.241.42-.38l.148-.119c.127-.102.267-.215.403-.333c.393-.34.815-.766%201.14-1.38c.327-.616.542-1.39.567-2.407c.022-.964-.8-1.645-1.679-1.645zm-.678%201.62c-.008-.32.274-.62.679-.62h6.638c.404%200%20.686.3.678.62c-.022.884-.206%201.502-.45%201.963s-.567.795-.911%201.093c-.123.106-.241.202-.363.3l-.167.135a5%205%200%200%200-.516.47C9.255%206.937%209%207.38%209%208c0%20.618.254%201.062.589%201.42c.16.17.341.325.516.469l.167.135c.121.098.24.194.362.3c.344.298.665.63.91%201.093c.245.46.43%201.078.452%201.962c.008.32-.274.621-.679.621H4.68c-.405%200-.687-.301-.679-.621c.023-.884.208-1.502.452-1.962c.246-.462.567-.795.912-1.093c.123-.106.241-.201.362-.3l.168-.135c.175-.144.356-.298.516-.47c.335-.357.59-.8.59-1.42c0-.618-.256-1.061-.59-1.419a5%205%200%200%200-.517-.469l-.167-.135c-.121-.098-.24-.194-.363-.3c-.344-.298-.666-.631-.91-1.093c-.245-.46-.429-1.079-.45-1.963m1.333%201.494L5.28%204h5.44q-.027.06-.056.114c-.164.31-.385.55-.681.805c-.11.095-.21.175-.323.267l-.187.151a6%206%200%200%200-.612.56C8.402%206.385%208%207.062%208%208c0-.938-.403-1.615-.86-2.103a6%206%200%200%200-.614-.56l-.186-.15c-.114-.093-.213-.173-.323-.268c-.296-.256-.517-.495-.682-.805M10.971%2013H5.025c.054-.519.18-.867.31-1.114c.165-.31.386-.55.683-.805c.11-.095.208-.175.322-.267l.187-.152c.181-.148.405-.337.613-.56C7.597%209.615%208%208.939%208%208c0%20.937.401%201.614.858%202.102c.208.223.431.412.612.56l.187.151c.114.092.212.172.322.267c.296.256.517.495.682.806c.13.246.256.595.31%201.114%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-16-regular.svg?color=%231a73e8&size=48