hourglass from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
hourglass
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the hourglass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.516 49.574h22.757c2.391 0 3.82-1.312 3.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758 1.29-2.578c3-2.907 9.89-7.828 9.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344 0-3.633 1.312-3.633 3.633v.773c0 6.727 6.89 11.648 9.914 14.555c.844.82 1.289 1.523 1.289 2.578s-.445 1.781-1.29 2.578c-3.023 2.86-9.913 8.11-9.913 14.578v.82c0 2.32 1.289 3.633 3.633 3.633m2.437-3.21c-1.125 0-1.476-1.243-.375-2.063l8.016-5.977c.258-.21.398-.351.398-.703V26.348c0-1.266-.258-1.899-1.148-2.649c-1.336-1.125-3.867-2.906-5.016-4.523c-.469-.656-.422-1.195.164-1.195h13.992c.586 0 .633.539.164 1.195c-1.148 1.617-3.656 3.398-5.015 4.523c-.89.75-1.149 1.383-1.149 2.649V37.62c0 .352.141.492.399.703l8.039 5.977c1.101.82.726 2.062-.375 2.062Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Hourglass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.516 49.574h22.757c2.391 0 3.82-1.312 3.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758 1.29-2.578c3-2.907 9.89-7.828 9.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344 0-3.633 1.312-3.633 3.633v.773c0 6.727 6.89 11.648 9.914 14.555c.844.82 1.289 1.523 1.289 2.578s-.445 1.781-1.29 2.578c-3.023 2.86-9.913 8.11-9.913 14.578v.82c0 2.32 1.289 3.633 3.633 3.633m2.437-3.21c-1.125 0-1.476-1.243-.375-2.063l8.016-5.977c.258-.21.398-.351.398-.703V26.348c0-1.266-.258-1.899-1.148-2.649c-1.336-1.125-3.867-2.906-5.016-4.523c-.469-.656-.422-1.195.164-1.195h13.992c.586 0 .633.539.164 1.195c-1.148 1.617-3.656 3.398-5.015 4.523c-.89.75-1.149 1.383-1.149 2.649V37.62c0 .352.141.492.399.703l8.039 5.977c1.101.82.726 2.062-.375 2.062Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.516 49.574h22.757c2.391 0 3.82-1.312 3.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758 1.29-2.578c3-2.907 9.89-7.828 9.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344 0-3.633 1.312-3.633 3.633v.773c0 6.727 6.89 11.648 9.914 14.555c.844.82 1.289 1.523 1.289 2.578s-.445 1.781-1.29 2.578c-3.023 2.86-9.913 8.11-9.913 14.578v.82c0 2.32 1.289 3.633 3.633 3.633m2.437-3.21c-1.125 0-1.476-1.243-.375-2.063l8.016-5.977c.258-.21.398-.351.398-.703V26.348c0-1.266-.258-1.899-1.148-2.649c-1.336-1.125-3.867-2.906-5.016-4.523c-.469-.656-.422-1.195.164-1.195h13.992c.586 0 .633.539.164 1.195c-1.148 1.617-3.656 3.398-5.015 4.523c-.89.75-1.149 1.383-1.149 2.649V37.62c0 .352.141.492.399.703l8.039 5.977c1.101.82.726 2.062-.375 2.062Z"/></svg>
</template>

CSS

.icon-hourglass {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.516%2049.574h22.757c2.391%200%203.82-1.312%203.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758%201.29-2.578c3-2.907%209.89-7.828%209.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344%200-3.633%201.312-3.633%203.633v.773c0%206.727%206.89%2011.648%209.914%2014.555c.844.82%201.289%201.523%201.289%202.578s-.445%201.781-1.29%202.578c-3.023%202.86-9.913%208.11-9.913%2014.578v.82c0%202.32%201.289%203.633%203.633%203.633m2.437-3.21c-1.125%200-1.476-1.243-.375-2.063l8.016-5.977c.258-.21.398-.351.398-.703V26.348c0-1.266-.258-1.899-1.148-2.649c-1.336-1.125-3.867-2.906-5.016-4.523c-.469-.656-.422-1.195.164-1.195h13.992c.586%200%20.633.539.164%201.195c-1.148%201.617-3.656%203.398-5.015%204.523c-.89.75-1.149%201.383-1.149%202.649V37.62c0%20.352.141.492.399.703l8.039%205.977c1.101.82.726%202.062-.375%202.062Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.516%2049.574h22.757c2.391%200%203.82-1.312%203.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758%201.29-2.578c3-2.907%209.89-7.828%209.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344%200-3.633%201.312-3.633%203.633v.773c0%206.727%206.89%2011.648%209.914%2014.555c.844.82%201.289%201.523%201.289%202.578s-.445%201.781-1.29%202.578c-3.023%202.86-9.913%208.11-9.913%2014.578v.82c0%202.32%201.289%203.633%203.633%203.633m2.437-3.21c-1.125%200-1.476-1.243-.375-2.063l8.016-5.977c.258-.21.398-.351.398-.703V26.348c0-1.266-.258-1.899-1.148-2.649c-1.336-1.125-3.867-2.906-5.016-4.523c-.469-.656-.422-1.195.164-1.195h13.992c.586%200%20.633.539.164%201.195c-1.148%201.617-3.656%203.398-5.015%204.523c-.89.75-1.149%201.383-1.149%202.649V37.62c0%20.352.141.492.399.703l8.039%205.977c1.101.82.726%202.062-.375%202.062Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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