hourglass not done emoji
hourglass-not-done from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.
- Name
- hourglass-not-done
- Set
- Noto Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- hourglass-with-flowing-sand
The same emoji in other sets
More travel & places icons from Noto Emoji
Use the hourglass not done emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8b5738" d="M23.36 116.32v-7.42c7.4-1.9 67.86 0 81.28 0v7.42c0 4.24-18.2 7.68-40.64 7.68s-40.64-3.44-40.64-7.68"/><ellipse cx="64" cy="108.48" fill="#ffb17a" rx="40.64" ry="7.68"/><ellipse cx="64" cy="108.48" fill="#cc8552" rx="40.64" ry="7.68"/><path fill="#81d4fa" d="M69.96 65.49c-.75-.31-1.07-.92-1.07-1.73s.25-1.39.98-1.64c4.61-1.86 27.77-10.73 27.77-38.36l-.18-4.82l-66.98-.08l-.12 5.07c0 26.79 23.08 36.25 27.68 38.11c.75.31 1.22.82 1.22 1.73s-.39 1.39-1.13 1.64c-4.61 1.86-27.77 10.73-27.77 38.36a6.95 6.95 0 0 0 5.34 6.5c5.04 1.19 14.38 2.57 30.53 2.57c13.91 0 21.7-1.01 26.03-2.03c3.08-.73 5.29-3.44 5.36-6.6l.01-.61c.01-26.79-23.06-36.25-27.67-38.11" opacity=".75"/><path fill="#1d44b3" d="m97.46 18.94l-66.98-.08l-.11 4.52S37.62 27.1 64 27.1s33.63-3.72 33.63-3.72z" opacity=".39"/><path fill="#8b5738" d="M23.36 17.94v-7.87c7.18-.96 70.91 0 81.28 0v7.87c0 3.36-18.2 6.08-40.64 6.08s-40.64-2.72-40.64-6.08"/><ellipse cx="64" cy="10.08" fill="#cc8552" rx="40.64" ry="6.08"/><path fill="#ffca28" d="M90.59 108.57c.92-.27 1.42-1.31.97-2.16c-3.14-5.94-16.54-6.11-21.61-17.27c-3.38-7.45-3.57-17.81-3.67-22.24c-.14-5.99 2.85-7.28 2.85-7.28c14.16-5.7 24.57-18.86 25.17-30.61c.06-1.17-22.18 9.17-29.83 10.66c-14.14 2.76-28.23-.87-28.31-.37c5.24 11.47 15.79 17.46 22.86 20.32c1.68.69 4.46 3.3 4.37 11.14c-.07 5.61-.77 20.4-10.44 26.69c-3.64 2.37-11.69 5.84-13.19 9.61c-.33.83.14 1.77 1.01 1.99c2.76.7 11.18 1.93 24.27 1.93c10.29.01 20.45-.93 25.55-2.41"/><path fill="#e2a610" d="M42.37 43.29c5.36 2.77 17.12 6.72 22.92 4.72s28.23-16.01 29-19c.96-3.7-26 5.71-35.49 7.91c-6.43 1.49-18.71.72-21.47 1.3c-2.75.57.11 2.52 5.04 5.07"/><path fill="#fff" d="M45.79 37.66c1.26 2.94 3.56 9.61.56 10.75c-3 1.15-7.39-3.11-9.47-7.39s-1.89-9.96 1.25-10.05s5.99 2.8 7.66 6.69M42.9 80.6c-3.13 3.66-5.48 8.58-4.59 13.33c.94 5.01 5.6 3.63 7.22 2.36c5.16-4.05 3.75-9.24 7.74-15.07c.68-1 3.52-4.13 3.12-6.1c-.24-1.17-2.96-1.77-7.91.71c-2.18 1.1-3.97 2.9-5.58 4.77" opacity=".6"/></svg>
React
import type { SVGProps } from "react";
export function NotoHourglassNotDone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8b5738" d="M23.36 116.32v-7.42c7.4-1.9 67.86 0 81.28 0v7.42c0 4.24-18.2 7.68-40.64 7.68s-40.64-3.44-40.64-7.68"/><ellipse cx="64" cy="108.48" fill="#ffb17a" rx="40.64" ry="7.68"/><ellipse cx="64" cy="108.48" fill="#cc8552" rx="40.64" ry="7.68"/><path fill="#81d4fa" d="M69.96 65.49c-.75-.31-1.07-.92-1.07-1.73s.25-1.39.98-1.64c4.61-1.86 27.77-10.73 27.77-38.36l-.18-4.82l-66.98-.08l-.12 5.07c0 26.79 23.08 36.25 27.68 38.11c.75.31 1.22.82 1.22 1.73s-.39 1.39-1.13 1.64c-4.61 1.86-27.77 10.73-27.77 38.36a6.95 6.95 0 0 0 5.34 6.5c5.04 1.19 14.38 2.57 30.53 2.57c13.91 0 21.7-1.01 26.03-2.03c3.08-.73 5.29-3.44 5.36-6.6l.01-.61c.01-26.79-23.06-36.25-27.67-38.11" opacity=".75"/><path fill="#1d44b3" d="m97.46 18.94l-66.98-.08l-.11 4.52S37.62 27.1 64 27.1s33.63-3.72 33.63-3.72z" opacity=".39"/><path fill="#8b5738" d="M23.36 17.94v-7.87c7.18-.96 70.91 0 81.28 0v7.87c0 3.36-18.2 6.08-40.64 6.08s-40.64-2.72-40.64-6.08"/><ellipse cx="64" cy="10.08" fill="#cc8552" rx="40.64" ry="6.08"/><path fill="#ffca28" d="M90.59 108.57c.92-.27 1.42-1.31.97-2.16c-3.14-5.94-16.54-6.11-21.61-17.27c-3.38-7.45-3.57-17.81-3.67-22.24c-.14-5.99 2.85-7.28 2.85-7.28c14.16-5.7 24.57-18.86 25.17-30.61c.06-1.17-22.18 9.17-29.83 10.66c-14.14 2.76-28.23-.87-28.31-.37c5.24 11.47 15.79 17.46 22.86 20.32c1.68.69 4.46 3.3 4.37 11.14c-.07 5.61-.77 20.4-10.44 26.69c-3.64 2.37-11.69 5.84-13.19 9.61c-.33.83.14 1.77 1.01 1.99c2.76.7 11.18 1.93 24.27 1.93c10.29.01 20.45-.93 25.55-2.41"/><path fill="#e2a610" d="M42.37 43.29c5.36 2.77 17.12 6.72 22.92 4.72s28.23-16.01 29-19c.96-3.7-26 5.71-35.49 7.91c-6.43 1.49-18.71.72-21.47 1.3c-2.75.57.11 2.52 5.04 5.07"/><path fill="#fff" d="M45.79 37.66c1.26 2.94 3.56 9.61.56 10.75c-3 1.15-7.39-3.11-9.47-7.39s-1.89-9.96 1.25-10.05s5.99 2.8 7.66 6.69M42.9 80.6c-3.13 3.66-5.48 8.58-4.59 13.33c.94 5.01 5.6 3.63 7.22 2.36c5.16-4.05 3.75-9.24 7.74-15.07c.68-1 3.52-4.13 3.12-6.1c-.24-1.17-2.96-1.77-7.91.71c-2.18 1.1-3.97 2.9-5.58 4.77" opacity=".6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8b5738" d="M23.36 116.32v-7.42c7.4-1.9 67.86 0 81.28 0v7.42c0 4.24-18.2 7.68-40.64 7.68s-40.64-3.44-40.64-7.68"/><ellipse cx="64" cy="108.48" fill="#ffb17a" rx="40.64" ry="7.68"/><ellipse cx="64" cy="108.48" fill="#cc8552" rx="40.64" ry="7.68"/><path fill="#81d4fa" d="M69.96 65.49c-.75-.31-1.07-.92-1.07-1.73s.25-1.39.98-1.64c4.61-1.86 27.77-10.73 27.77-38.36l-.18-4.82l-66.98-.08l-.12 5.07c0 26.79 23.08 36.25 27.68 38.11c.75.31 1.22.82 1.22 1.73s-.39 1.39-1.13 1.64c-4.61 1.86-27.77 10.73-27.77 38.36a6.95 6.95 0 0 0 5.34 6.5c5.04 1.19 14.38 2.57 30.53 2.57c13.91 0 21.7-1.01 26.03-2.03c3.08-.73 5.29-3.44 5.36-6.6l.01-.61c.01-26.79-23.06-36.25-27.67-38.11" opacity=".75"/><path fill="#1d44b3" d="m97.46 18.94l-66.98-.08l-.11 4.52S37.62 27.1 64 27.1s33.63-3.72 33.63-3.72z" opacity=".39"/><path fill="#8b5738" d="M23.36 17.94v-7.87c7.18-.96 70.91 0 81.28 0v7.87c0 3.36-18.2 6.08-40.64 6.08s-40.64-2.72-40.64-6.08"/><ellipse cx="64" cy="10.08" fill="#cc8552" rx="40.64" ry="6.08"/><path fill="#ffca28" d="M90.59 108.57c.92-.27 1.42-1.31.97-2.16c-3.14-5.94-16.54-6.11-21.61-17.27c-3.38-7.45-3.57-17.81-3.67-22.24c-.14-5.99 2.85-7.28 2.85-7.28c14.16-5.7 24.57-18.86 25.17-30.61c.06-1.17-22.18 9.17-29.83 10.66c-14.14 2.76-28.23-.87-28.31-.37c5.24 11.47 15.79 17.46 22.86 20.32c1.68.69 4.46 3.3 4.37 11.14c-.07 5.61-.77 20.4-10.44 26.69c-3.64 2.37-11.69 5.84-13.19 9.61c-.33.83.14 1.77 1.01 1.99c2.76.7 11.18 1.93 24.27 1.93c10.29.01 20.45-.93 25.55-2.41"/><path fill="#e2a610" d="M42.37 43.29c5.36 2.77 17.12 6.72 22.92 4.72s28.23-16.01 29-19c.96-3.7-26 5.71-35.49 7.91c-6.43 1.49-18.71.72-21.47 1.3c-2.75.57.11 2.52 5.04 5.07"/><path fill="#fff" d="M45.79 37.66c1.26 2.94 3.56 9.61.56 10.75c-3 1.15-7.39-3.11-9.47-7.39s-1.89-9.96 1.25-10.05s5.99 2.8 7.66 6.69M42.9 80.6c-3.13 3.66-5.48 8.58-4.59 13.33c.94 5.01 5.6 3.63 7.22 2.36c5.16-4.05 3.75-9.24 7.74-15.07c.68-1 3.52-4.13 3.12-6.1c-.24-1.17-2.96-1.77-7.91.71c-2.18 1.1-3.97 2.9-5.58 4.77" opacity=".6"/></svg> </template>
CSS
.icon-hourglass-not-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%20128%20128%22%3E%3Cpath%20fill%3D%22%238b5738%22%20d%3D%22M23.36%20116.32v-7.42c7.4-1.9%2067.86%200%2081.28%200v7.42c0%204.24-18.2%207.68-40.64%207.68s-40.64-3.44-40.64-7.68%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%22108.48%22%20fill%3D%22%23ffb17a%22%20rx%3D%2240.64%22%20ry%3D%227.68%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%22108.48%22%20fill%3D%22%23cc8552%22%20rx%3D%2240.64%22%20ry%3D%227.68%22%2F%3E%3Cpath%20fill%3D%22%2381d4fa%22%20d%3D%22M69.96%2065.49c-.75-.31-1.07-.92-1.07-1.73s.25-1.39.98-1.64c4.61-1.86%2027.77-10.73%2027.77-38.36l-.18-4.82l-66.98-.08l-.12%205.07c0%2026.79%2023.08%2036.25%2027.68%2038.11c.75.31%201.22.82%201.22%201.73s-.39%201.39-1.13%201.64c-4.61%201.86-27.77%2010.73-27.77%2038.36a6.95%206.95%200%200%200%205.34%206.5c5.04%201.19%2014.38%202.57%2030.53%202.57c13.91%200%2021.7-1.01%2026.03-2.03c3.08-.73%205.29-3.44%205.36-6.6l.01-.61c.01-26.79-23.06-36.25-27.67-38.11%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20fill%3D%22%231d44b3%22%20d%3D%22m97.46%2018.94l-66.98-.08l-.11%204.52S37.62%2027.1%2064%2027.1s33.63-3.72%2033.63-3.72z%22%20opacity%3D%22.39%22%2F%3E%3Cpath%20fill%3D%22%238b5738%22%20d%3D%22M23.36%2017.94v-7.87c7.18-.96%2070.91%200%2081.28%200v7.87c0%203.36-18.2%206.08-40.64%206.08s-40.64-2.72-40.64-6.08%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2210.08%22%20fill%3D%22%23cc8552%22%20rx%3D%2240.64%22%20ry%3D%226.08%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M90.59%20108.57c.92-.27%201.42-1.31.97-2.16c-3.14-5.94-16.54-6.11-21.61-17.27c-3.38-7.45-3.57-17.81-3.67-22.24c-.14-5.99%202.85-7.28%202.85-7.28c14.16-5.7%2024.57-18.86%2025.17-30.61c.06-1.17-22.18%209.17-29.83%2010.66c-14.14%202.76-28.23-.87-28.31-.37c5.24%2011.47%2015.79%2017.46%2022.86%2020.32c1.68.69%204.46%203.3%204.37%2011.14c-.07%205.61-.77%2020.4-10.44%2026.69c-3.64%202.37-11.69%205.84-13.19%209.61c-.33.83.14%201.77%201.01%201.99c2.76.7%2011.18%201.93%2024.27%201.93c10.29.01%2020.45-.93%2025.55-2.41%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M42.37%2043.29c5.36%202.77%2017.12%206.72%2022.92%204.72s28.23-16.01%2029-19c.96-3.7-26%205.71-35.49%207.91c-6.43%201.49-18.71.72-21.47%201.3c-2.75.57.11%202.52%205.04%205.07%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M45.79%2037.66c1.26%202.94%203.56%209.61.56%2010.75c-3%201.15-7.39-3.11-9.47-7.39s-1.89-9.96%201.25-10.05s5.99%202.8%207.66%206.69M42.9%2080.6c-3.13%203.66-5.48%208.58-4.59%2013.33c.94%205.01%205.6%203.63%207.22%202.36c5.16-4.05%203.75-9.24%207.74-15.07c.68-1%203.52-4.13%203.12-6.1c-.24-1.17-2.96-1.77-7.91.71c-2.18%201.1-3.97%202.9-5.58%204.77%22%20opacity%3D%22.6%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%20128%20128%22%3E%3Cpath%20fill%3D%22%238b5738%22%20d%3D%22M23.36%20116.32v-7.42c7.4-1.9%2067.86%200%2081.28%200v7.42c0%204.24-18.2%207.68-40.64%207.68s-40.64-3.44-40.64-7.68%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%22108.48%22%20fill%3D%22%23ffb17a%22%20rx%3D%2240.64%22%20ry%3D%227.68%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%22108.48%22%20fill%3D%22%23cc8552%22%20rx%3D%2240.64%22%20ry%3D%227.68%22%2F%3E%3Cpath%20fill%3D%22%2381d4fa%22%20d%3D%22M69.96%2065.49c-.75-.31-1.07-.92-1.07-1.73s.25-1.39.98-1.64c4.61-1.86%2027.77-10.73%2027.77-38.36l-.18-4.82l-66.98-.08l-.12%205.07c0%2026.79%2023.08%2036.25%2027.68%2038.11c.75.31%201.22.82%201.22%201.73s-.39%201.39-1.13%201.64c-4.61%201.86-27.77%2010.73-27.77%2038.36a6.95%206.95%200%200%200%205.34%206.5c5.04%201.19%2014.38%202.57%2030.53%202.57c13.91%200%2021.7-1.01%2026.03-2.03c3.08-.73%205.29-3.44%205.36-6.6l.01-.61c.01-26.79-23.06-36.25-27.67-38.11%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20fill%3D%22%231d44b3%22%20d%3D%22m97.46%2018.94l-66.98-.08l-.11%204.52S37.62%2027.1%2064%2027.1s33.63-3.72%2033.63-3.72z%22%20opacity%3D%22.39%22%2F%3E%3Cpath%20fill%3D%22%238b5738%22%20d%3D%22M23.36%2017.94v-7.87c7.18-.96%2070.91%200%2081.28%200v7.87c0%203.36-18.2%206.08-40.64%206.08s-40.64-2.72-40.64-6.08%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2210.08%22%20fill%3D%22%23cc8552%22%20rx%3D%2240.64%22%20ry%3D%226.08%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M90.59%20108.57c.92-.27%201.42-1.31.97-2.16c-3.14-5.94-16.54-6.11-21.61-17.27c-3.38-7.45-3.57-17.81-3.67-22.24c-.14-5.99%202.85-7.28%202.85-7.28c14.16-5.7%2024.57-18.86%2025.17-30.61c.06-1.17-22.18%209.17-29.83%2010.66c-14.14%202.76-28.23-.87-28.31-.37c5.24%2011.47%2015.79%2017.46%2022.86%2020.32c1.68.69%204.46%203.3%204.37%2011.14c-.07%205.61-.77%2020.4-10.44%2026.69c-3.64%202.37-11.69%205.84-13.19%209.61c-.33.83.14%201.77%201.01%201.99c2.76.7%2011.18%201.93%2024.27%201.93c10.29.01%2020.45-.93%2025.55-2.41%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M42.37%2043.29c5.36%202.77%2017.12%206.72%2022.92%204.72s28.23-16.01%2029-19c.96-3.7-26%205.71-35.49%207.91c-6.43%201.49-18.71.72-21.47%201.3c-2.75.57.11%202.52%205.04%205.07%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M45.79%2037.66c1.26%202.94%203.56%209.61.56%2010.75c-3%201.15-7.39-3.11-9.47-7.39s-1.89-9.96%201.25-10.05s5.99%202.8%207.66%206.69M42.9%2080.6c-3.13%203.66-5.48%208.58-4.59%2013.33c.94%205.01%205.6%203.63%207.22%202.36c5.16-4.05%203.75-9.24%207.74-15.07c.68-1%203.52-4.13%203.12-6.1c-.24-1.17-2.96-1.77-7.91.71c-2.18%201.1-3.97%202.9-5.58%204.77%22%20opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/hourglass-not-done.svg?color=%231a73e8&size=48