hourglass done emoji
hourglass-done from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- hourglass-done
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji High Contrast
Use the hourglass done emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2v3.5c-.19 2.484-1.823 6.52-7 7.348v2.304c5.177.829 6.81 4.864 7 7.348V28a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2v-3.5c.19-2.484 1.823-6.52 7-7.348v-2.304C8.823 14.02 7.19 9.984 7 7.5V4a1 1 0 0 1-1-1m2 25h16c0-6-5-8-7-8v-5c0-.75 1-1 1-1s5-1.5 5-4c0-.5-.5-1-1-1H10c-.5 0-1 .404-1 1c0 2.5 5 4 5 4s1 .247 1 1v5c-2 0-7 2-7 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastHourglassDone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2v3.5c-.19 2.484-1.823 6.52-7 7.348v2.304c5.177.829 6.81 4.864 7 7.348V28a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2v-3.5c.19-2.484 1.823-6.52 7-7.348v-2.304C8.823 14.02 7.19 9.984 7 7.5V4a1 1 0 0 1-1-1m2 25h16c0-6-5-8-7-8v-5c0-.75 1-1 1-1s5-1.5 5-4c0-.5-.5-1-1-1H10c-.5 0-1 .404-1 1c0 2.5 5 4 5 4s1 .247 1 1v5c-2 0-7 2-7 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2v3.5c-.19 2.484-1.823 6.52-7 7.348v2.304c5.177.829 6.81 4.864 7 7.348V28a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2v-3.5c.19-2.484 1.823-6.52 7-7.348v-2.304C8.823 14.02 7.19 9.984 7 7.5V4a1 1 0 0 1-1-1m2 25h16c0-6-5-8-7-8v-5c0-.75 1-1 1-1s5-1.5 5-4c0-.5-.5-1-1-1H10c-.5 0-1 .404-1 1c0 2.5 5 4 5 4s1 .247 1 1v5c-2 0-7 2-7 8"/></svg> </template>
CSS
.icon-hourglass-done {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a1%201%200%200%201%201-1h18a1%201%200%201%201%200%202v3.5c-.19%202.484-1.823%206.52-7%207.348v2.304c5.177.829%206.81%204.864%207%207.348V28a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2v-3.5c.19-2.484%201.823-6.52%207-7.348v-2.304C8.823%2014.02%207.19%209.984%207%207.5V4a1%201%200%200%201-1-1m2%2025h16c0-6-5-8-7-8v-5c0-.75%201-1%201-1s5-1.5%205-4c0-.5-.5-1-1-1H10c-.5%200-1%20.404-1%201c0%202.5%205%204%205%204s1%20.247%201%201v5c-2%200-7%202-7%208%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a1%201%200%200%201%201-1h18a1%201%200%201%201%200%202v3.5c-.19%202.484-1.823%206.52-7%207.348v2.304c5.177.829%206.81%204.864%207%207.348V28a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2v-3.5c.19-2.484%201.823-6.52%207-7.348v-2.304C8.823%2014.02%207.19%209.984%207%207.5V4a1%201%200%200%201-1-1m2%2025h16c0-6-5-8-7-8v-5c0-.75%201-1%201-1s5-1.5%205-4c0-.5-.5-1-1-1H10c-.5%200-1%20.404-1%201c0%202.5%205%204%205%204s1%20.247%201%201v5c-2%200-7%202-7%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/hourglass-done.svg?color=%231a73e8&size=48